Commit graph

244 commits

Author SHA1 Message Date
Ewoud Kohl van Wijngaarden
5c59d45ff4
Add gating on tests 2022-10-20 14:11:06 +02:00
Ewoud Kohl van Wijngaarden
44f1d5e10b
Update to 7.20.0 2022-10-20 14:04:02 +02:00
Ewoud Kohl van Wijngaarden
870fc73fa1
Update to 7.19.0 2022-09-17 14:54:56 +02:00
Ewoud Kohl van Wijngaarden
9017a79c57
Update to 7.18.0 2022-08-30 18:51:06 +02:00
Fedora Release Engineering
b4b3086744 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-22 15:37:30 +00:00
Ewoud Kohl van Wijngaarden
786139b961
Add tests using tmt 2022-06-21 12:03:18 +02:00
Ewoud Kohl van Wijngaarden
65dda53fbe
Require at least concurrent-ruby 1.1.9
Fixes rhbz#2077122
2022-06-15 13:54:33 +02:00
Ewoud Kohl van Wijngaarden
ddd86b7d5d
Update to 7.17.0 2022-06-01 18:35:13 +02:00
Ewoud Kohl van Wijngaarden
4bc6604985
Update to 7.16.0 2022-04-20 11:39:10 +02:00
Fedora Release Engineering
73e16243b2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-21 09:39:28 +00:00
Igor Raits
bc15811b40
Drop unneded dependency on cpp-hocon
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
2021-11-27 17:32:09 +01:00
Breno Brand Fernandes
d3d27b1e3f Updating sources 2021-11-18 20:32:45 -05:00
Breno Brand Fernandes
4f3b23ce3b Update to 7.12.1 2021-11-18 20:32:28 -05:00
Ewoud Kohl van Wijngaarden
a9a7dc1d70
Update to 7.9.0
- Update bundled modules (and sort them)
- Update gem dependencies
- Revert paths to FHS standards
2021-08-18 18:32:37 +02:00
Ewoud Kohl van Wijngaarden
f132964acb
Remove unused file
In 4ecda1c3d8 this was removed from the
spec file but the file remained in the repository.

Fixes: 4ecda1c3d8
2021-08-17 12:43:15 +02:00
Ewoud Kohl van Wijngaarden
6ac02046f5
Ignore mockbuild's results_puppet directory 2021-08-17 12:43:15 +02:00
Fedora Release Engineering
f9f2ad1c13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 04:16:15 +00:00
Breno Brand Fernandes
8535a17a66 Updated puppet url 2021-07-07 17:23:50 -04:00
Breno Brand Fernandes
2ab5939cfe Cleaning up the spec file, adding suggestions from ekohl (Ewoud Kohl van Wijngaarden) 2021-07-05 19:37:02 -04:00
Breno Brand Fernandes
f61ad04915 Changed ownership of files in /etc/puppetlabs 2021-07-04 10:41:18 -04:00
Breno Brand Fernandes
42eb2eff11 Updated sources with missing file 2021-07-01 10:42:41 -04:00
Breno Brand Fernandes
cfea9bd83e Removed old gpg 2021-07-01 10:31:50 -04:00
Breno Brand Fernandes
d4979b9a4d Changed back paths due to conflicts with other packages 2021-07-01 10:29:51 -04:00
Breno Brand Fernandes
4ecda1c3d8 Puppet 7.7 build -- ruby 3 2021-07-01 09:27:07 -04:00
Zbigniew Jędrzejewski-Szmek
a95697f47f Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.
2021-03-02 16:12:58 +01:00
Fedora Release Engineering
e8e5fc2c0d - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 08:45:16 +00:00
Fedora Release Engineering
eae5785be4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 23:10:54 +00:00
Terje Rosten
0e3a651935 Update to 5.5.20 and add patches to work (somewhat) with ruby 2.7 2020-05-02 12:46:44 +02:00
Igor Raits
558a3731eb
Fixup conditionals for EL8
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
2020-04-13 16:38:50 +02:00
Terje Rosten
e3ee5466f4 5.5.18 2020-02-05 19:33:40 +01:00
Fedora Release Engineering
ef734ac796 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 09:58:50 +00:00
Alfredo Moralejo
1b29836c46 Add rubygem-multi_json as dependency
It's dependency upstream and without it fail to build modules in some cases, depending on the structure of metadata.json.

[1] https://github.com/puppetlabs/puppet/blob/5.5.x/.gemspec#L41
[2] https://github.com/puppetlabs/puppet/blob/5.5.x/lib/puppet/util/json.rb#L18
2019-12-04 16:59:26 +00:00
Terje Røsten
d9d4410a87 Prefer /run over /var/run (rhbz#1710635) 2019-09-22 11:54:12 +02:00
Terje Røsten
e24a065f4c Drop buildroot prefix in nm_dispatcher_dir macro
Fix wrong path for gem in puppetet_gem.rb (rhbz#1751385),
  report and fix from Lucien Weller, thanks!
2019-09-22 11:35:32 +02:00
Lucien Weller
d6582b3eec fix: fixed wrong path for gem in puppet_gem.rb
fixes issue https://bugzilla.redhat.com/show_bug.cgi?id=1751385
2019-09-12 07:29:41 +02:00
Lubomir Rintel
38afc62ebd Move the NetworkManager dispatcher script out of /etc
It's not user configuration and shouldn't ever have been there. Except for that
it used to be the only location NetworkManager looked into. With NetworkManager
1.20 that is no longer the case and the dispatcher scripts can be moved to
/usr/lib.
2019-08-22 17:07:29 +02:00
Fedora Release Engineering
f96b2ccfcc - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 11:30:58 +00:00
Terje Røsten
4561a4c947 Minor clean up 2019-03-13 19:30:59 +01:00
Terje Røsten
d434511db2 Move sysconfdirs to headless too 2019-03-08 00:00:05 +01:00
Terje Røsten
7c468502ac Move reqs to headless 2019-03-07 23:43:40 +01:00
Terje Røsten
2745c62d0c 5.5.10 2019-03-07 20:33:12 +01:00
Terje Røsten
f04e1ae2d4 Split off headless subpackage, based on idea from Bogdan Dobrelya 2019-03-07 19:58:29 +01:00
Terje Røsten
86277f74ea Revert use of systemd_ordering macro 2019-02-17 22:13:51 +01:00
Bogdan Dobrelya
4ff2bb73dd Revert "Optimize systemd dependency for containers"
It was generally a mistake to use `%systemd_ordering` in those
circumstances, as the tmpfiles stuff doesn't work and populate the
`/tmp` and `/run` directories. The reason why the packages install is
that all the commands in the macros have `|| :` at the end, so their
error state is ignored.

Something to re-consider for future attempts to fix/improve that:
If the tmpfiles and such were split out into a subpackage that'd be
required if and only if the kernel was installed or being installed,
that might work.

Related: rhbz#1654672
Related-Bug: #1804822
This reverts commit e07ed63d65.
2019-02-11 14:27:29 +01:00
Fedora Release Engineering
a99941884f - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 05:00:16 +00:00
Igor Gnatenko
91b4fb283d Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:38 +01:00
Terje Røsten
9dd95c8357 Add changelog and fix rpmbuild warnings 2019-01-22 21:04:34 +01:00
Bogdan Dobrelya
e07ed63d65 Optimize systemd dependency for containers
According to https://fedoraproject.org/wiki/Packaging:Scriptlets:
If a package is suitable for installation without systemd (in a
container image, for example) and does not require any of the
systemd mechanisms such as tmpfiles.d, then the systemd_ordering macro
MAY be used instead of the systemd_requires macro.

That is exactly the case we want to address for container images
when installing packages in it.

Resolves: rhbz#1654672
Related-Bug: #1804822
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2019-01-22 16:17:35 +01:00
Haikel Guemar
e3e8e56c1f Use %autosetup and refresh patches 2019-01-07 16:26:04 +01:00
Haikel Guemar
e03d1b2aeb Upstream 5.5.6
Fix issues with RHEL > 7
2019-01-07 15:55:27 +01:00