CBL-Mariner/SPECS/acl/acl.spec

128 строки
3.8 KiB
Plaintext

Summary: Access control list utilities
Name: acl
Version: 2.3.1
Release: 2%{?dist}
License: GPLv2+
Vendor: Microsoft Corporation
Distribution: Mariner
Group: System Environment/Base
URL: https://savannah.nongnu.org/projects/acl/
Source0: https://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz
BuildRequires: attr-devel
Requires: libacl = %{version}-%{release}
%description
This package contains the getfacl and setfacl utilities needed for
manipulating access control lists.
%package -n libacl
Summary: Dynamic library for access control list support
License: LGPLv2+
Group: System Environment/Libraries
Requires: attr
%description -n libacl
This package contains the libacl.so dynamic library which contains
the POSIX 1003.1e draft standard 17 functions for manipulating access
control lists.
%package -n libacl-devel
Summary: Files needed for building programs with libacl
License: LGPLv2+
Group: Development/Libraries
Requires: libacl = %{version}-%{release}
%description -n libacl-devel
This package contains header files and documentation needed to develop
programs which make use of the access control list programming interface
defined in POSIX 1003.1e draft standard 17.
%prep
%autosetup
%build
%configure
%make_build LIBTOOL="libtool --tag=CC"
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
chmod 0755 %{buildroot}%{_libdir}/libacl.so.*.*.*
%find_lang %{name}
%check
# Skip following four tests which fail due to lack of ACL support in tools like cp from coreutils
# As noted in coreutils build log: "configure: WARNING: GNU coreutils will be built without ACL support."
sed -e 's|test/cp.test||' -i test/Makemodule.am Makefile.in Makefile
sed -e 's|test/root/permissions.test||' -i test/Makemodule.am Makefile.in Makefile
sed -e 's|test/root/setfacl.test||' -i test/Makemodule.am Makefile.in Makefile
sed -e 's|test/misc.test||' -i test/Makemodule.am Makefile.in Makefile
%make_build check
%ldconfig_scriptlets -n libacl
%files -f %{name}.lang
%license doc/COPYING*
%{_bindir}/chacl
%{_bindir}/getfacl
%{_bindir}/setfacl
%{_mandir}/man1/chacl.1*
%{_mandir}/man1/getfacl.1*
%{_mandir}/man1/setfacl.1*
%{_mandir}/man5/acl.5*
%files -n libacl-devel
%{_libdir}/libacl.so
%{_includedir}/acl
%{_includedir}/sys/acl.h
%{_mandir}/man3/acl_*
%{_libdir}/libacl.a
%{_docdir}/acl/*
%{_libdir}/pkgconfig/libacl.pc
%files -n libacl
%{_libdir}/libacl.so.*
%changelog
* Wed Sep 20 2023 Jon Slobodzian <joslobo@microsoft.com> - 2.3.1-2
- Recompile with stack-protection fixed gcc version (CVE-2023-4039)
* Wed Nov 24 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 2.3.1-1
- Updating to version 2.3.1.
* Tue Jan 26 2021 Andrew Phelps <anphel@microsoft.com> - 2.2.53-5
- Fix check tests.
* Tue Apr 14 2020 Henry Beberman <henry.beberman@microsoft.com> - 2.2.53-4
- Update files to include license
* Fri Mar 03 2020 Jon Slobodzian <joslobo@microsoft.com> - 2.2.53-3
- Replaced dead link. Fixed Source URL. Verified license.
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> - 2.2.53-2
- Initial CBL-Mariner import from Photon (license: Apache2).
* Mon Sep 17 2018 Ankit Jain <ankitja@vmware.com> - 2.2.53-1
- Updated to version 2.2.53
* Fri Jul 28 2017 Chang Lee <changlee@vmware.com> - 2.2.52-5
- Fixed %check for filtering unsupported check env
* Thu Nov 24 2016 Alexey Makhalov <amakhalov@vmware.com> - 2.2.52-4
- BuildRequired attr-devel.
* Wed Oct 05 2016 ChangLee <changlee@vmware.com> - 2.2.52-3
- Modified %check
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> - 2.2.52-2
- GA - Bump release of all rpms
* Thu Feb 26 2015 Divya Thaluru <dthaluru@vmware.com> - 2.2.52-1
- Initial version