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:
DistroBaker 2021-02-03 10:36:22 +01:00
parent 85f28ea1c2
commit 338a8f9f06
1 changed files with 7 additions and 4 deletions

View File

@ -1,14 +1,15 @@
Summary: Access control list utilities Summary: Access control list utilities
Name: acl Name: acl
Version: 2.2.53 Version: 2.2.53
Release: 9%{?dist} Release: 10%{?dist}
BuildRequires: gawk BuildRequires: gawk
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gettext BuildRequires: gettext
BuildRequires: libattr-devel BuildRequires: libattr-devel
BuildRequires: libtool BuildRequires: libtool
BuildRequires: make
BuildRequires: perl(FileHandle) 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 Source: https://download-mirror.savannah.gnu.org/releases/acl/acl-%{version}.tar.gz
# avoid permission denied problem with LD_PRELOAD in the test-suite # avoid permission denied problem with LD_PRELOAD in the test-suite
@ -37,7 +38,7 @@ control lists.
%package -n libacl-devel %package -n libacl-devel
Summary: Files needed for building programs with libacl Summary: Files needed for building programs with libacl
License: LGPLv2+ License: LGPLv2+
Requires: libacl = %{version}-%{release}, libattr-devel Requires: libacl%{?_isa} = %{version}-%{release}, libattr-devel
%description -n libacl-devel %description -n libacl-devel
This package contains header files and documentation needed to develop 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 %ldconfig_scriptlets -n libacl
%files -f %{name}.lang %files -f %{name}.lang
%{!?_licensedir:%global license %%doc}
%license doc/COPYING* %license doc/COPYING*
%{_bindir}/chacl %{_bindir}/chacl
%{_bindir}/getfacl %{_bindir}/getfacl
@ -122,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}*
%{_libdir}/libacl.so.* %{_libdir}/libacl.so.*
%changelog %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 * Mon Aug 31 2020 Kamil Dudka <kdudka@redhat.com> 2.2.53-9
- make __acl_create_entry_obj() work with LTO enabled (#1873975) - make __acl_create_entry_obj() work with LTO enabled (#1873975)