import rhel-system-roles-1.0-10.el8_1

This commit is contained in:
CentOS Sources 2019-11-05 17:34:09 -05:00 committed by Andrew Lukoshko
parent 01597c6efd
commit fe1303163e
2 changed files with 1029 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ Name: linux-system-roles
%endif
Summary: Set of interfaces for unified system management
Version: 1.0
Release: 9%{?dist}
Release: 10%{?dist}
#Group: Development/Libraries
License: GPLv3+ and MIT and BSD
@ -80,6 +80,8 @@ Patch52: network-permissions.diff
Patch53: network-tier1-tags.diff
Patch54: rhel-system-roles-network-pr121.diff
Patch61: storage-safemode.diff
Url: https://github.com/linux-system-roles/
BuildArch: noarch
@ -141,6 +143,7 @@ cd %{rolename6}-%{id6}
%if "%{roleprefix}" != "linux-system-roles."
%patch6 -p1
%endif
%patch61 -p1
cd ..
%build
@ -294,6 +297,10 @@ rmdir $RPM_BUILD_ROOT%{_datadir}/ansible/roles/%{roleprefix}network/examples
%license %{_datadir}/ansible/roles/%{roleprefix}storage/LICENSE
%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
- Add the storage role