storage test fix
storage - [RHEL8] Unexpected behavior when creating ext4 filesystem with invalid parameter Resolves:rhbz#2213691
This commit is contained in:
parent
81d4e5f1c1
commit
92a5021ede
1
.gitignore
vendored
1
.gitignore
vendored
@ -535,3 +535,4 @@
|
||||
/storage-1.12.0.tar.gz
|
||||
/firewall-1.4.5.tar.gz
|
||||
/ssh-1.2.0.tar.gz
|
||||
/storage-1.12.1.tar.gz
|
||||
|
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,6 +1,17 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
[1.22.0-0.14] - 2023-07-09
|
||||
----------------------------
|
||||
|
||||
### New Features
|
||||
|
||||
- none
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- none
|
||||
|
||||
[1.22.0-0.13] - 2023-06-23
|
||||
----------------------------
|
||||
|
||||
|
@ -27,7 +27,7 @@ Name: linux-system-roles
|
||||
Url: https://github.com/linux-system-roles
|
||||
Summary: Set of interfaces for unified system management
|
||||
Version: 1.22.0
|
||||
Release: 0.13%{?dist}
|
||||
Release: 0.14%{?dist}
|
||||
|
||||
License: GPLv3+ and MIT and BSD and Python
|
||||
%global _pkglicensedir %{_licensedir}/%{name}
|
||||
@ -106,7 +106,7 @@ Source: %{url}/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar
|
||||
%deftag 5 1.12.0
|
||||
|
||||
%global rolename6 storage
|
||||
%deftag 6 1.12.0
|
||||
%deftag 6 1.12.1
|
||||
|
||||
%global rolename7 metrics
|
||||
%deftag 7 1.8.5
|
||||
@ -654,7 +654,10 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 23 2023 Your Name <email@redhat.com> - 1.22.0-0.13
|
||||
* Sun Jul 09 2023 Rich Megginson <rmeggins@redhat.com> - 1.22.0-0.14
|
||||
- Resolves:rhbz#2213691 : storage - [RHEL8] Unexpected behavior when creating ext4 filesystem with invalid parameter
|
||||
|
||||
* Fri Jun 23 2023 Rich Megginson <rmeggins@redhat.com> - 1.22.0-0.13
|
||||
- Resolves:rhbz#2216753 : ssh - add ssh_backup option with default true
|
||||
- Resolves:rhbz#2216520 : firewall - Don't install python(3)-firewall it's a dependency of firewalld
|
||||
|
||||
|
2
sources
2
sources
@ -23,7 +23,7 @@ SHA512 (postgresql-1.0.4.tar.gz) = 84afd59d6460094e9ff9860b342cadc3f237c21091d58
|
||||
SHA512 (rhc-1.2.1.tar.gz) = 1ac6a156b42e5e6cbfc42a4f458815e165701a20e1068b51c038774528b4ee2fef204272470ea969fd37e253ac6a15b63c9cc59a36c1326ff7a3e22974db426e
|
||||
SHA512 (selinux-1.6.0.tar.gz) = 2db14a17b95100c86a1411f1ee2600c7ca40e52f45914dc0a4a6c5b0d4bc4e47f2e202154c76b26ccf57004d1bf01e4cecfc345a2e03a3cfd374e1e253633b30
|
||||
SHA512 (ssh-1.2.0.tar.gz) = 11b0afa27095feda775cf2db1abfc068ef3a87a1f322e4bb91bc4a35bde87fc5ad877198bb2e3a7880c93ba9acad53a97fac23cd27db32b9706ca81f3ae9c430
|
||||
SHA512 (storage-1.12.0.tar.gz) = c1849c45e6d999381e85ffe0b7e7f19afe7f7c981cfc7844a9b04403c7b1ffe697cd852ed0038d2fd50736324104393af71eb8df12e679300b4077b8c057b5b3
|
||||
SHA512 (storage-1.12.1.tar.gz) = bb8c4a6e53170f7ddb513dc0bb3851288555c2d0009a7f15e3b04b5468325917e088277e574a9e00dd0e1b5391a9747efd421220e3ac925719a470dfb7153f11
|
||||
SHA512 (timesync-1.7.5.tar.gz) = 6a7ff71a6152e74706836ec32671f1d1dff46b675816e584aa2761acbb88874f6e62d892a74555c3534ba7851a114bef30a18f79620ec707d0829c46c3ce8a33
|
||||
SHA512 (tlog-1.2.15.tar.gz) = 1ba847c96c58d6c82e6a6bc18f95af0f6749f7b9bb3cdfbeb19175ceef5135f8cdf5db796a6a2f8b09c712514674fe10d0d4c85c8b670d123f88723a6bf193ca
|
||||
SHA512 (vpn-1.5.7.tar.gz) = c2cc5b21d455de6fbff47ba171326b142e0b04d597a03fc1399338c77d154ec82ca1c604db2ac0ce257c9fa05374e2e472ffff97db7dc04a4355f2a8299e81a2
|
||||
|
Loading…
Reference in New Issue
Block a user