system roles 1.98.0-0.1

Resolves: RHEL-89890 : docs links should not use rhel-system-roles.github
Resolves: RHEL-88312 : ad_integration - Introduced option to skip package installation
Resolves: RHEL-84953 : firewall - Add `includes` when defining a custom service [rhel-10]
Resolves: RHEL-88249 : ha_cluster - fix: restart qdevice when its certificates have been regenerated
Resolves: RHEL-81918 : ha_cluster - ha_cluster: 404 on removing qnetd certificate on rhel9.4 client vm
Resolves: RHEL-46225 : ha_cluster - [RFE] rhel_system_roles.ha_cluster - export resources configuration
Resolves: RHEL-46224 : ha_cluster - [RFE] rhel_system_roles.ha_cluster - export pcsd and OS configuration
Resolves: RHEL-78262 : metrics : support for gathering spark metrics
Resolves: RHEL-88286 : network - Incorrect attribute checks for routing rule validation [rhel-10]
Resolves: RHEL-88277 : network - Network role should remove MAC address matching from SysUtil.link_info_find() [rhel-10]
Resolves: RHEL-88263 : network - Network role should refine MAC validation using interface name [rhel-10]
Resolves: RHEL-85704 : podman - fix: render boolean option values correctly in toml files [rhel-10]
Resolves: RHEL-84942 : podman - bug in toml rendering of `podman_containers_conf` [rhel-10]
Resolves: RHEL-84932 : podman - podman_registries_conf TOML tables not supported [rhel-10]
Resolves: RHEL-84922 : podman - Directory .config/containers mode constantly changed [rhel-10]
Resolves: RHEL-84912 : podman - fix: Do not restart logind unless absolutely necessary [rhel-10]
Resolves: RHEL-89118 : storage - LVM grow_to_fill feature doesn't work with latest blivet
Resolves: RHEL-88774 : systemd - fix: files and templates in nested directories are not placed correctly [rhel-10]
Resolves: RHEL-88760 : systemd - Systemd unmask should run at the begin to allow the role to manage the units [rhel-10]
Resolves: RHEL-88297 : timesync - fix: add default seccomp filters for el9/10
Resolves: RHEL-85689 : timesync - rhel-system-roles.timesync doesn't work when IPv6 is disabled in environment [rhel-10]
This commit is contained in:
Rich Megginson 2025-04-23 15:01:39 -06:00
parent 5a8a9a98fc
commit ec7287de4e
6 changed files with 112 additions and 36 deletions

22
.gitignore vendored
View File

@ -300,3 +300,25 @@
/rhc-1.6.10.tar.gz
/auto-maintenance-1.95.7.tar.gz
/storage-1.18.13.tar.gz
/ad_integration-1.5.0.tar.gz
/auto-maintenance-1.97.1.tar.gz
/cockpit-1.5.16.tar.gz
/community-general-10.6.0.tar.gz
/firewall-1.9.1.tar.gz
/ha_cluster-1.23.0.tar.gz
/logging-1.14.2.tar.gz
/network-1.17.2.tar.gz
/podman-1.8.0.tar.gz
/rhc-1.6.11.tar.gz
/ssh-1.5.3.tar.gz
/storage-1.18.14.tar.gz
/systemd-1.3.3.tar.gz
/timesync-1.10.1.tar.gz
/vpn-1.6.10.tar.gz
/auto-maintenance-1.97.2.tar.gz
/storage-1.18.15.tar.gz
/auto-maintenance-1.97.3.tar.gz
/ha_cluster-1.23.1.tar.gz
/podman-1.8.1.tar.gz
/auto-maintenance-1.98.0.tar.gz
/metrics-1.11.0.tar.gz

View File

@ -1,6 +1,36 @@
Changelog
=========
[1.98.0] - 2025-05-06
----------------------------
### New Features
- [firewall - Add `includes` when defining a custom service [rhel-10]](https://issues.redhat.com/browse/RHEL-84953)
- [ha_cluster - [RFE] rhel_system_roles.ha_cluster - export resources configuration](https://issues.redhat.com/browse/RHEL-46225)
- [ha_cluster - [RFE] rhel_system_roles.ha_cluster - export pcsd and OS configuration](https://issues.redhat.com/browse/RHEL-46224)
- [metrics - support for gathering spark metrics](https://issues.redhat.com/browse/RHEL-78262)
- [podman - podman_registries_conf TOML tables not supported [rhel-10]](https://issues.redhat.com/browse/RHEL-84932)
- [timesync - rhel-system-roles.timesync doesn't work when IPv6 is disabled in environment [rhel-10]](https://issues.redhat.com/browse/RHEL-85689)
### Bug Fixes
- [docs links should not use rhel-system-roles.github](https://issues.redhat.com/browse/RHEL-89890)
- [ad_integration - Introduced option to skip package installation](https://issues.redhat.com/browse/RHEL-88312)
- [ha_cluster - fix: restart qdevice when its certificates have been regenerated](https://issues.redhat.com/browse/RHEL-88249)
- [ha_cluster - ha_cluster: 404 on removing qnetd certificate on rhel9.4 client vm](https://issues.redhat.com/browse/RHEL-81918)
- [network - Incorrect attribute checks for routing rule validation [rhel-10]](https://issues.redhat.com/browse/RHEL-88286)
- [network - Network role should remove MAC address matching from SysUtil.link_info_find() [rhel-10]](https://issues.redhat.com/browse/RHEL-88277)
- [network - Network role should refine MAC validation using interface name [rhel-10]](https://issues.redhat.com/browse/RHEL-88263)
- [podman - fix: render boolean option values correctly in toml files [rhel-10]](https://issues.redhat.com/browse/RHEL-85704)
- [podman - bug in toml rendering of `podman_containers_conf` [rhel-10]](https://issues.redhat.com/browse/RHEL-84942)
- [podman - Directory .config/containers mode constantly changed [rhel-10]](https://issues.redhat.com/browse/RHEL-84922)
- [podman - fix: Do not restart logind unless absolutely necessary [rhel-10]](https://issues.redhat.com/browse/RHEL-84912)
- [storage - LVM grow_to_fill feature doesn't work with latest blivet](https://issues.redhat.com/browse/RHEL-89118)
- [systemd - fix: files and templates in nested directories are not placed correctly [rhel-10]](https://issues.redhat.com/browse/RHEL-88774)
- [systemd - Systemd unmask should run at the begin to allow the role to manage the units [rhel-10]](https://issues.redhat.com/browse/RHEL-88760)
- [timesync - fix: add default seccomp filters for el9/10](https://issues.redhat.com/browse/RHEL-88297)
[1.95.7] - 2025-03-06
----------------------------

View File

@ -9,6 +9,7 @@ sed -i -e '/## Currently supported distributions/{:1;/## Dependencies/!{N;b 1};s
-e 's/Ansible Galaxy/Automation Hub/g' \
-e 's/fedora\(.\)linux_system_roles/redhat\1rhel_system_roles/g' \
-e 's/linux-system-roles/rhel-system-roles/g' \
-e 's/rhel-system-roles.github/linux-system-roles.github/g' \
-e '/## Documentation/{:a;/## Support/!{N;b a};s|.*|## Documentation\nThe official RHEL System Roles documentation can be found in the [Product Documentation section of the Red Hat Customer Portal](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/administration_and_configuration_tasks_using_system_roles_in_rhel/index).\n\n## Support|}' \
-e 's/ $//' \
$readme_md

View File

@ -1,9 +1,9 @@
Source801: https://galaxy.ansible.com/download/ansible-posix-2.0.0.tar.gz
Source901: https://galaxy.ansible.com/download/community-general-10.4.0.tar.gz
Source901: https://galaxy.ansible.com/download/community-general-10.6.0.tar.gz
Source902: https://galaxy.ansible.com/download/containers-podman-1.16.3.tar.gz
Provides: bundled(ansible-collection(ansible.posix)) = 2.0.0
Provides: bundled(ansible-collection(community.general)) = 10.4.0
Provides: bundled(ansible-collection(community.general)) = 10.6.0
Provides: bundled(ansible-collection(containers.podman)) = 1.16.3
Source996: CHANGELOG.rst

View File

@ -11,7 +11,7 @@ BuildRequires: ansible-core >= 2.11.0
%bcond_with collection_artifact
# This is to avoid ansible-test errors like
# This is to avoid ansible-test errors like:
# ERROR: lsr_role2coll_extra_script-vpn:1:1: unexpected non-module shebang: b'#!/usr/bin/bash'
# we use /usr/bin/env bash in all of our scripts - we don't want rpm to fix them
%undefine __brp_mangle_shebangs
@ -23,7 +23,7 @@ Name: linux-system-roles
%endif
Url: https://github.com/linux-system-roles
Summary: Set of interfaces for unified system management
Version: 1.95.7
Version: 1.98.0
Release: 0.1%{?dist}
License: GPLv3+ and MIT and BSD and Python
@ -86,7 +86,7 @@ Requires: (ansible-core >= 2.11.0 or ansible >= 2.9.0)
%%global rolestodir %%{?rolestodir} %%{roletodir%{1}}
}
%global mainid 1.95.7
%global mainid 1.98.0
Source: %{url}/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar.gz
# BEGIN AUTOGENERATED SOURCES
@ -97,19 +97,19 @@ Source: %{url}/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar
%deftag 2 1.8.2
%global rolename3 timesync
%deftag 3 1.9.2
%deftag 3 1.10.1
%global rolename4 kdump
%deftag 4 1.4.10
%global rolename5 network
%deftag 5 1.17.1
%deftag 5 1.17.2
%global rolename6 storage
%deftag 6 1.18.13
%deftag 6 1.18.15
%global rolename7 metrics
%deftag 7 1.10.9
%deftag 7 1.11.0
%global rolename8 tlog
%deftag 8 1.3.8
@ -118,7 +118,7 @@ Source: %{url}/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar
%deftag 9 1.3.3
%global rolename10 logging
%deftag 10 1.14.1
%deftag 10 1.14.2
%global rolename11 nbde_server
%deftag 11 1.4.9
@ -138,28 +138,28 @@ Source: %{url}/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar
%deftag 15 v0.26.0
%global rolename16 ssh
%deftag 16 1.5.2
%deftag 16 1.5.3
%global rolename17 ha_cluster
%deftag 17 1.22.2
%deftag 17 1.23.1
%global rolename18 vpn
%deftag 18 1.6.9
%deftag 18 1.6.10
%global rolename19 firewall
%deftag 19 1.8.2
%deftag 19 1.9.1
%global rolename20 cockpit
%deftag 20 1.5.15
%deftag 20 1.5.16
%global rolename21 podman
%deftag 21 1.7.2
%deftag 21 1.8.1
%global rolename22 ad_integration
%deftag 22 1.4.8
%deftag 22 1.5.0
%global rolename23 rhc
%deftag 23 1.6.10
%deftag 23 1.6.11
%global rolename24 journald
%deftag 24 1.3.5
@ -168,7 +168,7 @@ Source: %{url}/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar
%deftag 25 1.3.10
%global rolename26 systemd
%deftag 26 1.3.1
%deftag 26 1.3.3
%global rolename27 keylime_server
%deftag 27 1.1.7
@ -419,7 +419,7 @@ fi
%{python3} ./galaxy_transform.py "%{collection_namespace}" "%{collection_name}" "%{collection_version}" \
"Red Hat Enterprise Linux System Roles Ansible Collection" \
"https://linux-system-roles.github.io" \
"https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/administration_and_configuration_tasks_using_system_roles_in_rhel" \
"https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/automating_system_administration_by_using_rhel_system_roles/index" \
"https://access.redhat.com/articles/3050101" \
"https://issues.redhat.com/secure/CreateIssueDetails!init.jspa?pid=12332745&summary=Your%20request%20summary&issuetype=1&priority=10200&labels=Partner-Feature-Request&components=12380283" \
> galaxy.yml.tmp
@ -691,6 +691,29 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
%endif
%changelog
* Tue May 6 2025 Rich Megginson <rmeggins@redhat.com> - 1.98.0-0.1
- Resolves: RHEL-89890 : docs links should not use rhel-system-roles.github
- Resolves: RHEL-88312 : ad_integration - Introduced option to skip package installation
- Resolves: RHEL-84953 : firewall - Add `includes` when defining a custom service [rhel-10]
- Resolves: RHEL-88249 : ha_cluster - fix: restart qdevice when its certificates have been regenerated
- Resolves: RHEL-81918 : ha_cluster - ha_cluster: 404 on removing qnetd certificate on rhel9.4 client vm
- Resolves: RHEL-46225 : ha_cluster - [RFE] rhel_system_roles.ha_cluster - export resources configuration
- Resolves: RHEL-46224 : ha_cluster - [RFE] rhel_system_roles.ha_cluster - export pcsd and OS configuration
- Resolves: RHEL-78262 : metrics : support for gathering spark metrics
- Resolves: RHEL-88286 : network - Incorrect attribute checks for routing rule validation [rhel-10]
- Resolves: RHEL-88277 : network - Network role should remove MAC address matching from SysUtil.link_info_find() [rhel-10]
- Resolves: RHEL-88263 : network - Network role should refine MAC validation using interface name [rhel-10]
- Resolves: RHEL-85704 : podman - fix: render boolean option values correctly in toml files [rhel-10]
- Resolves: RHEL-84942 : podman - bug in toml rendering of `podman_containers_conf` [rhel-10]
- Resolves: RHEL-84932 : podman - podman_registries_conf TOML tables not supported [rhel-10]
- Resolves: RHEL-84922 : podman - Directory .config/containers mode constantly changed [rhel-10]
- Resolves: RHEL-84912 : podman - fix: Do not restart logind unless absolutely necessary [rhel-10]
- Resolves: RHEL-89118 : storage - LVM grow_to_fill feature doesn't work with latest blivet
- Resolves: RHEL-88774 : systemd - fix: files and templates in nested directories are not placed correctly [rhel-10]
- Resolves: RHEL-88760 : systemd - Systemd unmask should run at the begin to allow the role to manage the units [rhel-10]
- Resolves: RHEL-88297 : timesync - fix: add default seccomp filters for el9/10
- Resolves: RHEL-85689 : timesync - rhel-system-roles.timesync doesn't work when IPv6 is disabled in environment [rhel-10]
* Thu Mar 6 2025 Rich Megginson <rmeggins@redhat.com> - 1.95.7-0.1
- Resolves: RHEL-82525 : rhc - rhc: does not enable content in EL10 systems [rhel-10]
- plus an upgrade to rhc role to fix a testing issue

32
sources
View File

@ -1,37 +1,37 @@
SHA512 (ad_integration-1.4.8.tar.gz) = 68abcdc5042591813cc34ca389c5548c0a632dd325011f4b365aa378e86496b43a763cff8f26c32a4bae5ad7651e4e0cc61c39c0b6b00961486eeabdf651ffda
SHA512 (ad_integration-1.5.0.tar.gz) = 0bc02ca32f74dea02b91e7da2461d8e803947ae048925e4aacb4b003a531b53e6d9cb86fc850a1daf9acb241e2f04886a9511af592a57eb542d011c4dac75b34
SHA512 (aide-1.1.1.tar.gz) = 5b34352d719c842521a5b8d46fa0aad934de8d4359930c5094d2ecb4dbd2f1c3fd5c7d653474f64cb037443f43d3755899e5ffadfc7b63706d4c0901da8017c2
SHA512 (ansible-posix-2.0.0.tar.gz) = 9ad0cd968c23544180c1213392b599b9e85e184ac398a47baa97447205faf9c4de8b9ecf1b5f86d4999f78a4ecbd58ca26690a03b2227aeb27f2ffce771dc2b5
SHA512 (ansible-sshd-v0.26.0.tar.gz) = 1ee7a6945404b0b48ffa88e1185beddcc019900d62e47b55428c31a989bbafeaa3920309655238c8325ca9f4bd474aa905cca1fc0d5d870d041cca75c2f79c67
SHA512 (auto-maintenance-1.95.7.tar.gz) = f3c5b292ede3a0e6bf7b241030ec41cb241b640ddddd5e3513502b20d05d987859f9fa143feb29ae95e6c16a06f13959970f2e61d10a7d18f9bacf5167cd5133
SHA512 (auto-maintenance-1.98.0.tar.gz) = d11efdc54d10eeb5db497046f1304fe7d472f951b03006540bc26da08ceba3ade43809a27571de1707e9a1e01b4bdff16e1dad6821ced915aee5d5e77ab1a608
SHA512 (bootloader-1.0.8.tar.gz) = 704edc9008199f770ea325d59d2e06110bda5321ed2c6abc7825f40d85e26dba9bd44fae3a862b7b6e15e1e0e7477ee8d81d7550414d545ce12f9cb80b37eb33
SHA512 (certificate-1.3.10.tar.gz) = e3713287ea7159b53af62d8081a49a842bc0b0afc42c989a0328482be53ac0963097c347f9f13f81b7bfaf1339121b599f757e1b99faefc04b625b41feffe5d3
SHA512 (cockpit-1.5.15.tar.gz) = 34e5899965b3f583655200b59ed46be152265353e5b20e433218aa52b67f2ff9a1e1986ce0e6718a4641252a492c1fe1488745cc3a166de80c791343a371ad16
SHA512 (community-general-10.4.0.tar.gz) = 9b37331b278640c0762e3904ab67413456102465bc2fd55c6ae5e4ca671f4e8e29b619db2f76545e4a01390e92327b088f29fbf312631054c656a066a3039e2f
SHA512 (cockpit-1.5.16.tar.gz) = 3906dacbb9c37b85a361213b1f53a5ad96e2895ed722e0dc831387b08ee2200e2b7cdb7be75d32cd200ea455af21f76173f234a81f73028ee0eca65bb746d648
SHA512 (community-general-10.6.0.tar.gz) = c08d6a3e17c6d3d76ac7a52b61e8243776a6f607f7f600de4afbd98da8a31caacea188e00e1f3e7a87637f5f2dc61a3aab8e33a1bbd3b450e25509c6d877a095
SHA512 (containers-podman-1.16.3.tar.gz) = 7ace9c8dd7945770f851459fb0f3353234eec67d1baecdbd0091055628bb33aa1da0f9536ced479d471a9bc94f9fb20ba4a212474f9dd61193dcfe56cbc09cdc
SHA512 (crypto_policies-1.4.2.tar.gz) = 1963ee07f60bfa539f66436fab2b4518bfc9ac767b6aba65800f4afdc4d5356cdf044c9912da678cfe11a295b3641c50ca98819fa717a26aceb06a161ec4a4f5
SHA512 (fapolicyd-1.1.9.tar.gz) = e996589f7c47da2c642f332693a59324909c71a02c1864257d82e2a16ad2403a4a40ceb96ed6e767ec129e06ebcaf93b6c4ec2658d1abd08ae999ea4c33364e6
SHA512 (firewall-1.8.2.tar.gz) = c73ff4e706ff89582b968fc93a71a4624c574d05ebd2a759de553d0a149760d3c6f44700b62b5d633aec6cc5190671ce74a4d2ea1644236317c3e1f754268001
SHA512 (firewall-1.9.1.tar.gz) = c81d8c5091642ceeb18f6abdff4e0dc98c3f1d7b0fe6c02b95bd486d510b805e1df0c1929aa106c2b0143f083d409660be21fa7c381f96e205e76fecbc61e8b9
SHA512 (gfs2-1.0.3.tar.gz) = 9ea00d08463f9b781cdacd1ab8d66e84ceb60ec7c8a90dd28035a67088738129ac00256a4163fb96e0002bd683c723abec1c24d893bcd3dbf90e1a7fa390bf70
SHA512 (ha_cluster-1.22.2.tar.gz) = 5106d01d0be1d2a2e0af71b6f4d72bf99f77e8c9cbca487f8025385bf2d428988cf8646ee481bf199cf078c04982ef9e109cf3b299df54edcb2a11aa4072313a
SHA512 (ha_cluster-1.23.1.tar.gz) = 2c8a4c08464219a10db9d8be05ce0c38587d1aecc85a61e0609b9799a01c9240999e0739e381c9d4cc7e989ed899e53116504b8c6c3bacd607b60f97713d29dc
SHA512 (journald-1.3.5.tar.gz) = a87461a8eee81f47214fb8fec80d04493aa6012d99e94df8674b0b1d085a395bceda2a25b6bbcab61593acbb11b55e60ff9fae5430bac4e36eb1ac1307000737
SHA512 (kdump-1.4.10.tar.gz) = 90d967500ec17add908df3df7bc19e3ad6aaa9c72b6f8653fdbf7fd8245779df8d6e25330f385fc32a6526b1b84317b2de76851d66516b019c3fbc2510466c99
SHA512 (kernel_settings-1.3.3.tar.gz) = 216e1af675ebd7b8cbaeec83a5d5f5dc77a8b8127ad5e343ee92b7574178ac14459e196bac104927e54fd50e27e3c3c6a932dbbeceed3a98b96d159f3e29b216
SHA512 (keylime_server-1.1.7.tar.gz) = a797edbcd96c74b3c674dd431d1ed4a6eed2b73160532d7cdca2f77113652fab030610d8ce5f150ae4369c58e82962829f274e507edcf189dce839c3f2a644f1
SHA512 (logging-1.14.1.tar.gz) = c2aca495419e0c3bf0cbe8f312d784c7828480b97cdf2405d9672c577b519e11e5f7e67184f2cff6c05934d0ac8189df319d725022de033c830318931b9f6a9d
SHA512 (metrics-1.10.9.tar.gz) = 4ab951fc2c6886c1371961eede1186488881adf711c5a4313654062847fc27d3ed3d1ec883417f61747a07c51901a572364579c4ee5e4d8011503530c2c2e429
SHA512 (logging-1.14.2.tar.gz) = c93b01b685e2dd3f1c969c251c3b251f95efe1deb3a5752814112542a1003fe391da262d483ea1aa15f29698e4d8c046eca53ad309a2e7247af91773390128dc
SHA512 (metrics-1.11.0.tar.gz) = 4c5e687793026203a3f82fc39efd36e63a865d9a3aa2a4343a67936ff1bf597bf92b1066144cadd8be4ec0d8bafa56e8228f86747549c2e1f8a4b09bde1a0182
SHA512 (nbde_client-1.3.2.tar.gz) = 8e7bbae702098a8a417f636dbdea84f822e8222ff7d14c31391516862cb8030def3a2013eebc375c6ed0f74da48ed360010deee42109510f46393b65e4d04760
SHA512 (nbde_server-1.4.9.tar.gz) = fe765b1cf62ec701fb4de95cdb7a75f141faccb7357ecdad68ffe6728ee82292e4203b6ef45654d3daba60dac3ecdb994e21fd11486199359076d78167a4aa17
SHA512 (network-1.17.1.tar.gz) = 1ff8232b80ea413c93ca7d61c283ccd8e9d847a1f9908b0ba941478c9518848ebf745c7e1f6271b9808863fd1b07cd960a1c0c0e47f1c9618cc6142525fe372f
SHA512 (podman-1.7.2.tar.gz) = 9500cd02a2b75898fce257e449c7a09a5f0893e15f62d869c36768c60816cf39b5a32efda4c0503ec89249bfe02a8fb952308df17547fc1e266e1023a28fb2a9
SHA512 (network-1.17.2.tar.gz) = 11745ed6e4b6db92636eca7a414c771f64280585c1b326f11a6de0a3a2eb625fa6776f826ead066bb166efdf774063d27576859916e2aca8c3c9b5baa8ce9edf
SHA512 (podman-1.8.1.tar.gz) = 3c8dc1c95bdc781d8403cfaab26043574080a20f7ea89d75b92b2e03491ef528f038e8611511a4012c993dfdf810a28042bd01f39b44f1277b559c04e6f01d22
SHA512 (postfix-1.6.0.tar.gz) = 2bc471eb6adcef047e153fa886ea2a1577de510ec669dcd22f13b2189d3952e735b3b4edcf2c63ac9f0843fb3227b69f9edfc012954e04368f7da6f5bbd4ae42
SHA512 (postgresql-1.3.10.tar.gz) = e9798158d1883801f5ff00312db9ad54273ea32ed107e387574de3b6af9ee4ed0bcb9428cd4b059435531f013fba009bacd288c03dbaee1b05407c299d31227a
SHA512 (rhc-1.6.10.tar.gz) = e18bed62463171d481cb6347d91737a93419e7530eeb6e432de101918d9172f28ae8cf257d8718a1fb4b09f056ae9fe1a0fae442ab98d0f66835a82f31d522f0
SHA512 (rhc-1.6.11.tar.gz) = 3711e03f4c614fb6a9ac8026f0114def653033b26eb36080f3828e4a5d98a956123b0d01cedde9e8e6099057ce41d8a99d1682514f7a4641e5606d2253fbab00
SHA512 (selinux-1.8.2.tar.gz) = 47743fbfff835a50e1f8ffff6d5ad8284d88ecf4eb45640b3cf882c4c0922713fbb59048050a268662787301d67f1b59fd5d87b054be111b3fd5a25548a05c11
SHA512 (snapshot-1.4.3.tar.gz) = b4c36ed8bbdf337a7edcb5e29cc53aed2110e2e5a18a2424e22bbc8ae7ea229cb82b695e8c2658566ac7ca824f3307f164a388e727b782355c4b8de0a6755388
SHA512 (ssh-1.5.2.tar.gz) = f7cc6bd71df6af612f786d0eb0d21cc4c9a0b2aad99e5ed19d219b573c43d3ad536a30ea2e90b295e89a184e82d06966e877998f85e59bf263fb327b26fc63cf
SHA512 (storage-1.18.13.tar.gz) = 4475f8d784dce9fdd6709b3f948a6c3110bb0bea3a8d20d10b6e2ff7330d5bffbd74614e5378897971fee0b37fa9275dcfd9e338532dcdf1664a5612d9b28c1f
SHA512 (ssh-1.5.3.tar.gz) = a3b51921f9e12faf800b04ba1850aa00798b3e254aee9397c4a828e037ea17c788c35871ac285cf13e7ece1078fb5b7d9ef6c947be131f029c4c60fe4fb5106f
SHA512 (storage-1.18.15.tar.gz) = 0289efec23260f0488b47e5bf35efd6d6a3101e09eac4c5394ff07f08ea654b4ae26a431f29869798daa8ca468d5433d0994fd574a3565d2a9a4dc46c84cd3f1
SHA512 (sudo-1.2.2.tar.gz) = 33e6b41eb8b66cd58e077a6bfd3650a7fad72b9d6e6d6408539c03f374a78b59c864d6671f40c0c0a9b8b0afb17a9f28e6f5113391e98271f86b6c01d6a2fca9
SHA512 (systemd-1.3.1.tar.gz) = c4ebfb8fc2893b63cd78568bf4f37f30ec562ef70bb4cb90649dd0f855edf44c4e1788f3367f137cde8384589e90548e56c4012145d6c6507614d056079a2f58
SHA512 (timesync-1.9.2.tar.gz) = 94021e6d8d58517cb3f7092ebbb5dd261d655efaf60f4e3eb69e23b2ec30a4e3af94c1f98cc20214576cf374ec43f7f9070f83b14d65b73d10c80a460f1bd5cb
SHA512 (systemd-1.3.3.tar.gz) = c2c274a427d67bba3dfc03e1385f55ad0c637b9e0057296fb0e20abe2b6bc4d3c53b6caf200858cc4fb545732f79df3e66892483c9d5931d1d4c45bed4cfcea3
SHA512 (timesync-1.10.1.tar.gz) = 910a2dfee77d7072492b229f244c5af2c99e2e502211b8d682d4571ad39a640e6150fe552fc08ecf27bd8641cd32799825828c018c6d35ac614f19994643596d
SHA512 (tlog-1.3.8.tar.gz) = 09acd90a6ecb760e8988cbc4f52f4639e5050e6c69da77917e94877776cbae09d499cac8da10d91163c8584e676c4ad2cddc759f9acab66e77df9b3eb6f043f2
SHA512 (vpn-1.6.9.tar.gz) = 5c627638466c4b008869238217f8d49c24067673c7dcfe9187aa46979c8758778490a53f169dc0d79355b7f0eff70df4aa246d01361be40b260c3882240055ce
SHA512 (vpn-1.6.10.tar.gz) = 27ba42d2aad3c9dc19e7cf04fac1d687f205fe5e3b808357aa7506e643d6e8bbe33e5a02491310db63fbad7f8dc93c1d3c50a0dba1e9030489b0677ba6f117b4