|
@@ -2,19 +2,17 @@
|
|
|
|
|
|
Name: acl
|
|
Name: acl
|
|
Summary: Access control list utilities
|
|
Summary: Access control list utilities
|
|
-Version: 2.2.53
|
|
+Version: 2.3.1
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
Group: system
|
|
Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
-URL: http://oss.sgi.com/projects/xfs/
|
|
+URL: https://savannah.nongnu.org/projects/acl
|
|
Source: http://download.savannah.nongnu.org/releases/acl/acl-%{version}.tar.gz
|
|
Source: http://download.savannah.nongnu.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
|
|
Patch1: 0001-acl-2.2.53-test-runwrapper.patch
|
|
Patch1: 0001-acl-2.2.53-test-runwrapper.patch
|
|
-# make __acl_create_entry_obj() work with LTO enabled (#1873975)
|
|
|
|
-Patch2: 0002-acl-2.2.53-setattr-segv.patch
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: gawk
|
|
BuildRequires: gawk
|
|
@@ -32,8 +30,6 @@ manipulating access control lists.
|
|
Summary: Dynamic library for access control list support
|
|
Summary: Dynamic library for access control list support
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
Group: system
|
|
Group: system
|
|
-Requires(post): /sbin/ldconfig
|
|
|
|
-Requires(postun): /sbin/ldconfig
|
|
|
|
|
|
|
|
%description -n libacl
|
|
%description -n libacl
|
|
This package contains the libacl.so dynamic library which contains
|
|
This package contains the libacl.so dynamic library which contains
|
|
@@ -59,8 +55,6 @@ defined in POSIX 1003.1e draft standard 17.
|
|
Summary: Dynamic library for access control list support
|
|
Summary: Dynamic library for access control list support
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
Group: system,legacy
|
|
Group: system,legacy
|
|
-Requires(post): /sbin/ldconfig
|
|
|
|
-Requires(postun): /sbin/ldconfig
|
|
|
|
|
|
|
|
%description -n compat32-libacl
|
|
%description -n compat32-libacl
|
|
This package contains the libacl.so dynamic library which contains
|
|
This package contains the libacl.so dynamic library which contains
|
|
@@ -100,6 +94,9 @@ mkdir -p %{buildroot}%{_libdir}
|
|
ln -sf ../../%{_lib}/libacl.so %{buildroot}%{_libdir}/libacl.so
|
|
ln -sf ../../%{_lib}/libacl.so %{buildroot}%{_libdir}/libacl.so
|
|
chmod 0755 %{buildroot}/%{_lib}/libacl.so.*.*.*
|
|
chmod 0755 %{buildroot}/%{_lib}/libacl.so.*.*.*
|
|
|
|
|
|
|
|
+# drop already installed documentation, we will use an RPM macro to install it
|
|
|
|
+rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}*
|
|
|
|
+
|
|
mv -f %{buildroot}/%{_lib}/pkgconfig %{buildroot}%{_libdir}/
|
|
mv -f %{buildroot}/%{_lib}/pkgconfig %{buildroot}%{_libdir}/
|
|
|
|
|
|
%find_lang %{name}
|
|
%find_lang %{name}
|
|
@@ -153,6 +150,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Oct 26 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.1-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Wed Mar 10 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.2.53-2
|
|
* Wed Mar 10 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.2.53-2
|
|
- dropped scriptlets.
|
|
- dropped scriptlets.
|
|
|
|
|