Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/acl.git#d5c22707ba8e80ef10ac7364414c924a14c74cb9
This commit is contained in:
parent
85f28ea1c2
commit
338a8f9f06
11
acl.spec
11
acl.spec
@ -1,14 +1,15 @@
|
||||
Summary: Access control list utilities
|
||||
Name: acl
|
||||
Version: 2.2.53
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
BuildRequires: gawk
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: make
|
||||
BuildRequires: perl(FileHandle)
|
||||
Requires: libacl = %{version}-%{release}
|
||||
Requires: libacl%{?_isa} = %{version}-%{release}
|
||||
Source: https://download-mirror.savannah.gnu.org/releases/acl/acl-%{version}.tar.gz
|
||||
|
||||
# avoid permission denied problem with LD_PRELOAD in the test-suite
|
||||
@ -37,7 +38,7 @@ control lists.
|
||||
%package -n libacl-devel
|
||||
Summary: Files needed for building programs with libacl
|
||||
License: LGPLv2+
|
||||
Requires: libacl = %{version}-%{release}, libattr-devel
|
||||
Requires: libacl%{?_isa} = %{version}-%{release}, libattr-devel
|
||||
|
||||
%description -n libacl-devel
|
||||
This package contains header files and documentation needed to develop
|
||||
@ -101,7 +102,6 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}*
|
||||
%ldconfig_scriptlets -n libacl
|
||||
|
||||
%files -f %{name}.lang
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license doc/COPYING*
|
||||
%{_bindir}/chacl
|
||||
%{_bindir}/getfacl
|
||||
@ -122,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}*
|
||||
%{_libdir}/libacl.so.*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.53-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Aug 31 2020 Kamil Dudka <kdudka@redhat.com> 2.2.53-9
|
||||
- make __acl_create_entry_obj() work with LTO enabled (#1873975)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user