44
55Summary: Network tool for managing many disparate systems
66Name: puppet
7- Version: 7.12.1
8- Release: 4 %{?dist }
7+ Version: 7.34.0
8+ Release: 1 %{?dist }
99License: ASL 2.0
1010Vendor: Microsoft Corporation
1111Distribution: Azure Linux
1212URL: https://puppet.com
1313Source0: https://downloads.puppetlabs.com/puppet/%{name }-%{version }.tar.gz
1414# Get these by checking out the right tag from https://github.com/puppetlabs/puppet-agent and:
1515# sed 's|.\+puppetlabs/\([a-z_-]\+\).git.\+tags/\([0-9\.]\+\)"}|https://forge.puppet.com/v3/files/\1-\2.tar.gz|' configs/components/module-puppetlabs-*.json
16- Source3: https://forge.puppet.com/v3/files/puppetlabs-augeas_core-1.1.2 .tar.gz
17- Source4: https://forge.puppet.com/v3/files/puppetlabs-cron_core-1.0.5 .tar.gz
18- Source5: https://forge.puppet.com/v3/files/puppetlabs-host_core-1.0.3 .tar.gz
19- Source6: https://forge.puppet.com/v3/files/puppetlabs-mount_core-1.0.4 .tar.gz
20- Source7: https://forge.puppet.com/v3/files/puppetlabs-scheduled_task-1.0 .0.tar.gz
21- Source8: https://forge.puppet.com/v3/files/puppetlabs-selinux_core-1.1 .0.tar.gz
22- Source9: https://forge.puppet.com/v3/files/puppetlabs-sshkeys_core-2.2 .0.tar.gz
23- Source10: https://forge.puppet.com/v3/files/puppetlabs-yumrepo_core-1.0.7 .tar.gz
24- Source11: https://forge.puppet.com/v3/files/puppetlabs-zfs_core-1.2.0 .tar.gz
25- Source12: https://forge.puppet.com/v3/files/puppetlabs-zone_core-1.0.3 .tar.gz
16+ Source3: https://forge.puppet.com/v3/files/puppetlabs-augeas_core-1.5.0 .tar.gz
17+ Source4: https://forge.puppet.com/v3/files/puppetlabs-cron_core-1.3.0 .tar.gz
18+ Source5: https://forge.puppet.com/v3/files/puppetlabs-host_core-1.3.0 .tar.gz
19+ Source6: https://forge.puppet.com/v3/files/puppetlabs-mount_core-1.3.0 .tar.gz
20+ Source7: https://forge.puppet.com/v3/files/puppetlabs-scheduled_task-3.2 .0.tar.gz
21+ Source8: https://forge.puppet.com/v3/files/puppetlabs-selinux_core-1.4 .0.tar.gz
22+ Source9: https://forge.puppet.com/v3/files/puppetlabs-sshkeys_core-2.5 .0.tar.gz
23+ Source10: https://forge.puppet.com/v3/files/puppetlabs-yumrepo_core-1.2.0 .tar.gz
24+ Source11: https://forge.puppet.com/v3/files/puppetlabs-zfs_core-1.6.1 .tar.gz
25+ Source12: https://forge.puppet.com/v3/files/puppetlabs-zone_core-1.2.0 .tar.gz
2626Source13: puppet-nm-dispatcher.systemd
2727Source14: start-puppet-wrapper
2828Source15: logrotate
@@ -45,7 +45,6 @@ Requires: cpp-hocon >= 0.2.1
4545Requires: facter >= 3.9.6
4646Requires: hiera >= 3.3.1
4747Requires: libselinux-utils
48- Requires: ruby
4948Requires: ruby-augeas >= 0.5.0
5049Requires: rubygem(concurrent-ruby) >= 1.0.5
5150Requires: rubygem(deep_merge) >= 1.0
@@ -208,6 +207,9 @@ useradd -r -u 52 -g puppet -s /sbin/nologin \
208207%ghost %attr(755, puppet, puppet) %{_rundir }/%{name }
209208
210209%changelog
210+ * Tue Dec 10 2024 Sudipta Pandit <sudpandit@microsoft.com> - 7.34.0-1
211+ - Bump version to 7.34.0 to fix compatibility with concurrent-ruby
212+
211213* Sun Apr 24 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 7.12.1-4
212214- Updating Ruby vendor lib path macro.
213215
0 commit comments