|
|
@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: puppet
|
|
|
|
Name: puppet
|
|
|
|
Version: 7.17.0
|
|
|
|
Version: 7.17.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Network tool for managing many disparate systems
|
|
|
|
Summary: Network tool for managing many disparate systems
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: https://puppet.com
|
|
|
|
URL: https://puppet.com
|
|
|
@ -39,7 +39,7 @@ BuildRequires: systemd
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
Requires: hiera >= 3.3.1
|
|
|
|
Requires: hiera >= 3.3.1
|
|
|
|
Requires: facter >= 3.9.6
|
|
|
|
Requires: facter >= 3.9.6
|
|
|
|
Requires: rubygem(concurrent-ruby) >= 1.0.5
|
|
|
|
Requires: rubygem(concurrent-ruby) >= 1.1.9
|
|
|
|
Requires: rubygem(deep_merge) >= 1.0
|
|
|
|
Requires: rubygem(deep_merge) >= 1.0
|
|
|
|
Requires: rubygem(facter) >= 3.9.6
|
|
|
|
Requires: rubygem(facter) >= 3.9.6
|
|
|
|
Requires: rubygem(multi_json) >= 1.10
|
|
|
|
Requires: rubygem(multi_json) >= 1.10
|
|
|
@ -208,6 +208,9 @@ useradd -r -u 52 -g puppet -s /sbin/nologin \
|
|
|
|
%systemd_postun_with_restart %{name}.service
|
|
|
|
%systemd_postun_with_restart %{name}.service
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jun 15 2022 Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> - 7.17.0-2
|
|
|
|
|
|
|
|
- Require at least concurrent-ruby 1.1.9 (fixes rhbz#2077122)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 01 2022 Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> - 7.17.0-1
|
|
|
|
* Wed Jun 01 2022 Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> - 7.17.0-1
|
|
|
|
- Update to 7.17.0
|
|
|
|
- Update to 7.17.0
|
|
|
|
|
|
|
|
|
|
|
|