system roles update 1.23.0-2.5
Resolves: RHEL-16336 - bootloader - Create bootloader role (MVP)
This commit is contained in:
parent
709df3b6b5
commit
bea518c9cd
2
.gitignore
vendored
2
.gitignore
vendored
@ -677,3 +677,5 @@
|
|||||||
/podman-1.4.2.tar.gz
|
/podman-1.4.2.tar.gz
|
||||||
/rhc-1.4.0.tar.gz
|
/rhc-1.4.0.tar.gz
|
||||||
/metrics-1.10.0.tar.gz
|
/metrics-1.10.0.tar.gz
|
||||||
|
/community-general-8.2.0.tar.gz
|
||||||
|
/bootloader-1.0.0.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
[1.23.0] - 2023-11-30
|
[1.23.0] - 2024-01-15
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
@ -9,6 +9,7 @@ Changelog
|
|||||||
- [RHEL for Edge support in system roles](https://issues.redhat.com/browse/RHEL-3253)
|
- [RHEL for Edge support in system roles](https://issues.redhat.com/browse/RHEL-3253)
|
||||||
- [ad_integration - feat: Add sssd custom settings](https://issues.redhat.com/browse/RHEL-17668)
|
- [ad_integration - feat: Add sssd custom settings](https://issues.redhat.com/browse/RHEL-17668)
|
||||||
- [ad_integration - Enable AD dynamic DNS updates](https://issues.redhat.com/browse/RHEL-1118)
|
- [ad_integration - Enable AD dynamic DNS updates](https://issues.redhat.com/browse/RHEL-1118)
|
||||||
|
- [bootloader - Create bootloader role (MVP)](https://issues.redhat.com/browse/RHEL-16336)
|
||||||
- [fapolicyd - feat: Import code for fapolicyd system role](https://issues.redhat.com/browse/RHEL-16541)
|
- [fapolicyd - feat: Import code for fapolicyd system role](https://issues.redhat.com/browse/RHEL-16541)
|
||||||
- [ha_cluster - [RFE] HA Cluster system role should be able to enable Resilient Storage repository](https://issues.redhat.com/browse/RHEL-15910)
|
- [ha_cluster - [RFE] HA Cluster system role should be able to enable Resilient Storage repository](https://issues.redhat.com/browse/RHEL-15910)
|
||||||
- [ha_cluster - [FutureFeature] Allow ha_cluster role to configure all qdevice options](https://issues.redhat.com/browse/RHEL-15908)
|
- [ha_cluster - [FutureFeature] Allow ha_cluster role to configure all qdevice options](https://issues.redhat.com/browse/RHEL-15908)
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Source801: https://galaxy.ansible.com/download/ansible-posix-1.5.4.tar.gz
|
Source801: https://galaxy.ansible.com/download/ansible-posix-1.5.4.tar.gz
|
||||||
Source901: https://galaxy.ansible.com/download/community-general-8.1.0.tar.gz
|
Source901: https://galaxy.ansible.com/download/community-general-8.2.0.tar.gz
|
||||||
Source902: https://galaxy.ansible.com/download/containers-podman-1.11.0.tar.gz
|
Source902: https://galaxy.ansible.com/download/containers-podman-1.11.0.tar.gz
|
||||||
|
|
||||||
Provides: bundled(ansible-collection(ansible.posix)) = 1.5.4
|
Provides: bundled(ansible-collection(ansible.posix)) = 1.5.4
|
||||||
Provides: bundled(ansible-collection(community.general)) = 8.1.0
|
Provides: bundled(ansible-collection(community.general)) = 8.2.0
|
||||||
Provides: bundled(ansible-collection(containers.podman)) = 1.11.0
|
Provides: bundled(ansible-collection(containers.podman)) = 1.11.0
|
||||||
|
|
||||||
Source996: CHANGELOG.rst
|
Source996: CHANGELOG.rst
|
||||||
|
@ -19,7 +19,7 @@ Name: linux-system-roles
|
|||||||
Url: https://github.com/linux-system-roles
|
Url: https://github.com/linux-system-roles
|
||||||
Summary: Set of interfaces for unified system management
|
Summary: Set of interfaces for unified system management
|
||||||
Version: 1.23.0
|
Version: 1.23.0
|
||||||
Release: 2.4%{?dist}
|
Release: 2.5%{?dist}
|
||||||
|
|
||||||
License: GPLv3+ and MIT and BSD and Python
|
License: GPLv3+ and MIT and BSD and Python
|
||||||
%global _pkglicensedir %{_licensedir}/%{name}
|
%global _pkglicensedir %{_licensedir}/%{name}
|
||||||
@ -171,6 +171,9 @@ Source: %{url}/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar
|
|||||||
%global rolename28 fapolicyd
|
%global rolename28 fapolicyd
|
||||||
%deftag 28 1.1.0
|
%deftag 28 1.1.0
|
||||||
|
|
||||||
|
%global rolename29 bootloader
|
||||||
|
%deftag 29 1.0.0
|
||||||
|
|
||||||
Source1: %{archiveurl1}
|
Source1: %{archiveurl1}
|
||||||
Source2: %{archiveurl2}
|
Source2: %{archiveurl2}
|
||||||
Source3: %{archiveurl3}
|
Source3: %{archiveurl3}
|
||||||
@ -199,6 +202,7 @@ Source25: %{archiveurl25}
|
|||||||
Source26: %{archiveurl26}
|
Source26: %{archiveurl26}
|
||||||
Source27: %{archiveurl27}
|
Source27: %{archiveurl27}
|
||||||
Source28: %{archiveurl28}
|
Source28: %{archiveurl28}
|
||||||
|
Source29: %{archiveurl29}
|
||||||
# END AUTOGENERATED SOURCES
|
# END AUTOGENERATED SOURCES
|
||||||
|
|
||||||
# Includes with definitions/tags that differ between RHEL and Fedora
|
# Includes with definitions/tags that differ between RHEL and Fedora
|
||||||
@ -264,7 +268,7 @@ end
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
# BEGIN AUTOGENERATED SETUP
|
# BEGIN AUTOGENERATED SETUP
|
||||||
%setup -q -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -n %{getarchivedir 0}
|
%setup -q -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 -n %{getarchivedir 0}
|
||||||
# END AUTOGENERATED SETUP
|
# END AUTOGENERATED SETUP
|
||||||
|
|
||||||
# vendoring prep steps, if any
|
# vendoring prep steps, if any
|
||||||
@ -660,6 +664,9 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 15 2024 Rich Megginson <rmeggins@redhat.com> - 1.23.0-2.5
|
||||||
|
- Resolves: RHEL-16336 : bootloader - Create bootloader role (MVP)
|
||||||
|
|
||||||
* Tue Dec 12 2023 Rich Megginson <rmeggins@redhat.com> - 1.23.0-2.4
|
* Tue Dec 12 2023 Rich Megginson <rmeggins@redhat.com> - 1.23.0-2.4
|
||||||
- Resolves: RHEL-3253 : RHEL for Edge support in system roles
|
- Resolves: RHEL-3253 : RHEL for Edge support in system roles
|
||||||
updated several roles with ostree improvements
|
updated several roles with ostree improvements
|
||||||
|
3
sources
3
sources
@ -2,9 +2,10 @@ SHA512 (ad_integration-1.3.1.tar.gz) = 469bfbae156c26220b4d089b27fe4821234a261df
|
|||||||
SHA512 (ansible-posix-1.5.4.tar.gz) = 63321c2b439bb2c707c5bea2fba61eaefecb0ce1c832c4cfc8ee8bb89448c8af10e447bf580e8ae6d325c0b5891b609683ff2ba46b78040e2c4d3d8b6bdcd724
|
SHA512 (ansible-posix-1.5.4.tar.gz) = 63321c2b439bb2c707c5bea2fba61eaefecb0ce1c832c4cfc8ee8bb89448c8af10e447bf580e8ae6d325c0b5891b609683ff2ba46b78040e2c4d3d8b6bdcd724
|
||||||
SHA512 (ansible-sshd-v0.23.0.tar.gz) = 5a027189430cf24f149ed1bef5477db5822c1f9e395653c7a76530318c5c993bce0292fc79a493be8ca41c9c670c303d1beeaaef13cd4fff37ce89b9586e852a
|
SHA512 (ansible-sshd-v0.23.0.tar.gz) = 5a027189430cf24f149ed1bef5477db5822c1f9e395653c7a76530318c5c993bce0292fc79a493be8ca41c9c670c303d1beeaaef13cd4fff37ce89b9586e852a
|
||||||
SHA512 (auto-maintenance-6df20b53cc5c9c14b5810c03511ccc2c31ecaa02.tar.gz) = ea058bdb043881b69d775def7503e964ff18e97c9ffe86add005274b36d3dfe05791a069908ceb19fa38ad6fc6572ddc3c272c885a9e045cb3e3fd0bc849285c
|
SHA512 (auto-maintenance-6df20b53cc5c9c14b5810c03511ccc2c31ecaa02.tar.gz) = ea058bdb043881b69d775def7503e964ff18e97c9ffe86add005274b36d3dfe05791a069908ceb19fa38ad6fc6572ddc3c272c885a9e045cb3e3fd0bc849285c
|
||||||
|
SHA512 (bootloader-1.0.0.tar.gz) = a24738ac58ea20b7a03f2cd0e851a76367c572033230fa0d33fe55978ebcc2643fbcf25223bc9f23185195da09840e6ffd68b9565b108cfbba5ef8a090197e2a
|
||||||
SHA512 (certificate-1.3.2.tar.gz) = 5bf7a507a23ed05710153670382e5f7125a8a06dd5c28f49866aaa5447312e31019fd402d749650db30c0e4ca2e6bb6ee869ce1cc71005787e5e492af83fab79
|
SHA512 (certificate-1.3.2.tar.gz) = 5bf7a507a23ed05710153670382e5f7125a8a06dd5c28f49866aaa5447312e31019fd402d749650db30c0e4ca2e6bb6ee869ce1cc71005787e5e492af83fab79
|
||||||
SHA512 (cockpit-1.5.1.tar.gz) = 719a2d0c0e3de101dca1ea5a55a577ab574fe1cbdb960b7fbd9a7b8060ae5d1fda657f96f26711458b22a445f1ce95bf088e17b42b85cea4fbe4df21e3b65c5d
|
SHA512 (cockpit-1.5.1.tar.gz) = 719a2d0c0e3de101dca1ea5a55a577ab574fe1cbdb960b7fbd9a7b8060ae5d1fda657f96f26711458b22a445f1ce95bf088e17b42b85cea4fbe4df21e3b65c5d
|
||||||
SHA512 (community-general-8.1.0.tar.gz) = f26e1cf8b0fa8b1a4d2db22454fc09dd2a093264428e7060b591657c347481f4a1b229a17e3610d591ab6a98c65bb2c7e4994903fa9a7bf9e13fc1f9c339b63d
|
SHA512 (community-general-8.2.0.tar.gz) = 1538beec00c8ed7dc7f57a7f241a6d3b310c32cb5fd9c3cdb7874007fcf84a24ea1d865af720321763693de3df53e849f2d18ad98e24ba8c73191c19547f4baf
|
||||||
SHA512 (containers-podman-1.11.0.tar.gz) = a8cec5662692cba6a56306805f9919322960068d335035da39ae7b201f9e461752cbc501c46311d1c2072e21b4749daef7a5f43cde0958c479826040c9b5a439
|
SHA512 (containers-podman-1.11.0.tar.gz) = a8cec5662692cba6a56306805f9919322960068d335035da39ae7b201f9e461752cbc501c46311d1c2072e21b4749daef7a5f43cde0958c479826040c9b5a439
|
||||||
SHA512 (crypto_policies-1.3.1.tar.gz) = 8f7575ee11459d753d1545651b3ef4d9fed688843700ea24ea6e091a600a16369ddd8721bbb23ad00fb10a6504adf154dff3cfd4af76d6e43591a44b585f44a0
|
SHA512 (crypto_policies-1.3.1.tar.gz) = 8f7575ee11459d753d1545651b3ef4d9fed688843700ea24ea6e091a600a16369ddd8721bbb23ad00fb10a6504adf154dff3cfd4af76d6e43591a44b585f44a0
|
||||||
SHA512 (fapolicyd-1.1.0.tar.gz) = 86100ca576a53615f589080047b23b57bb962c8f55b1d3f29617735ef70ab3ff71e44a22750f8c06a113a3daa4ece565468c3468c2c21d8bf3d352f47e25f53c
|
SHA512 (fapolicyd-1.1.0.tar.gz) = 86100ca576a53615f589080047b23b57bb962c8f55b1d3f29617735ef70ab3ff71e44a22750f8c06a113a3daa4ece565468c3468c2c21d8bf3d352f47e25f53c
|
||||||
|
Loading…
Reference in New Issue
Block a user