Skip to content

Commit 35d5f54

Browse files
Update facter version to support Mariner (#9028)
The version of facter that currently ships with Mariner does not set the correct facts. Bumping the version to the minimum supported version that will expose the correct Mariner facts for puppet Co-authored-by: Christopher Co <35273088+christopherco@users.noreply.github.com>
1 parent 0dae270 commit 35d5f54

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"facter-4.2.5.gem": "e88e3fa874c1c735779704d1a4dd69b255ad5e34c8912857864469a852cb3f8d"
3+
"facter-4.2.13.gem": "a4f293b585176b080c8f10e9adb7a4d1cfd484268dfef518b162a0422450264c"
44
}
5-
}
5+
}

SPECS-EXTENDED/facter/facter.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
%global debug_package %{nil}
1212

1313
Name: facter
14-
Version: 4.2.5
15-
Release: 2%{?dist}
14+
Version: 4.2.13
15+
Release: 1%{?dist}
1616
Summary: Command and ruby library for gathering system information
1717
Vendor: Microsoft Corporation
1818
Distribution: Mariner
@@ -100,6 +100,9 @@ GEM_HOME="%{buildroot}%{gem_dir}" %{buildroot}%{_bindir}/facter
100100
%doc %{gem_docdir}
101101

102102
%changelog
103+
* Tue May 07 2024 Andy Zaugg <azaugg@linkedin.com> 4.2.13-1
104+
- Bumped version to facter version which has Mariner Linux Support
105+
103106
* Thu Dec 30 2021 Suresh Babu Chalamalasetty <schalam@microsoft.com> 4.2.5-2
104107
- Initial CBL-Mariner import from Fedora 35 (license: MIT)
105108
- License verified

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3438,8 +3438,8 @@
34383438
"type": "other",
34393439
"other": {
34403440
"name": "facter",
3441-
"version": "4.2.5",
3442-
"downloadUrl": "https://downloads.puppetlabs.com/facter/facter-4.2.5.gem"
3441+
"version": "4.2.13",
3442+
"downloadUrl": "https://downloads.puppetlabs.com/facter/facter-4.2.13.gem"
34433443
}
34443444
}
34453445
},

0 commit comments

Comments
 (0)