Browse Source

acl-2.3.1-1

Tomohiro "Tomo-p" KATO 1 year ago
parent
commit
dd2f526374
1 changed files with 9 additions and 9 deletions
  1. 9 9
      a/acl/acl-vl.spec

+ 9 - 9
a/acl/acl-vl.spec

@@ -2,19 +2,17 @@
 
 Name: acl
 Summary: Access control list utilities
-Version: 2.2.53
-Release: 2%{?_dist_release}
+Version: 2.3.1
+Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
 
 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
 # avoid permission denied problem with LD_PRELOAD in the test-suite
 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
 BuildRequires: gawk
@@ -32,8 +30,6 @@ manipulating access control lists.
 Summary: Dynamic library for access control list support
 License: LGPLv2+
 Group: system
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
 
 %description -n libacl
 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
 License: LGPLv2+
 Group: system,legacy
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
 
 %description -n compat32-libacl
 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
 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}/
 
 %find_lang %{name}
@@ -153,6 +150,9 @@ rm -rf %{buildroot}
 
 
 %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
 - dropped scriptlets.