import rhel-system-roles-1.0-10.el8_1
This commit is contained in:
parent
01597c6efd
commit
fe1303163e
1021
SOURCES/storage-safemode.diff
Normal file
1021
SOURCES/storage-safemode.diff
Normal file
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@ Name: linux-system-roles
|
|||||||
%endif
|
%endif
|
||||||
Summary: Set of interfaces for unified system management
|
Summary: Set of interfaces for unified system management
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
|
|
||||||
#Group: Development/Libraries
|
#Group: Development/Libraries
|
||||||
License: GPLv3+ and MIT and BSD
|
License: GPLv3+ and MIT and BSD
|
||||||
@ -80,6 +80,8 @@ Patch52: network-permissions.diff
|
|||||||
Patch53: network-tier1-tags.diff
|
Patch53: network-tier1-tags.diff
|
||||||
Patch54: rhel-system-roles-network-pr121.diff
|
Patch54: rhel-system-roles-network-pr121.diff
|
||||||
|
|
||||||
|
Patch61: storage-safemode.diff
|
||||||
|
|
||||||
Url: https://github.com/linux-system-roles/
|
Url: https://github.com/linux-system-roles/
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -141,6 +143,7 @@ cd %{rolename6}-%{id6}
|
|||||||
%if "%{roleprefix}" != "linux-system-roles."
|
%if "%{roleprefix}" != "linux-system-roles."
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%endif
|
%endif
|
||||||
|
%patch61 -p1
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -294,6 +297,10 @@ rmdir $RPM_BUILD_ROOT%{_datadir}/ansible/roles/%{roleprefix}network/examples
|
|||||||
%license %{_datadir}/ansible/roles/%{roleprefix}storage/LICENSE
|
%license %{_datadir}/ansible/roles/%{roleprefix}storage/LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 21 2019 Pavel Cahyna <pcahyna@redhat.com> - 1.0-10
|
||||||
|
- Add the storage_safe_mode option, true by default, to prevent accidental
|
||||||
|
data removal: rhbz#1763242, issue #42, PR #43 and #51.
|
||||||
|
|
||||||
* Thu Aug 15 2019 Pavel Cahyna <pcahyna@redhat.com> - 1.0-9
|
* Thu Aug 15 2019 Pavel Cahyna <pcahyna@redhat.com> - 1.0-9
|
||||||
- Add the storage role
|
- Add the storage role
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user