diff --git a/libcap-2.63.tar.gz b/libcap-2.63.tar.gz deleted file mode 100644 index b3984d8f8b478874baba61f0c898be9f03eb13ef..0000000000000000000000000000000000000000 Binary files a/libcap-2.63.tar.gz and /dev/null differ diff --git a/libcap-2.66.tar.gz b/libcap-2.66.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..dc92e661117f5e10678f88eb0cdfe29be6173dc4 Binary files /dev/null and b/libcap-2.66.tar.gz differ diff --git a/libcap.spec b/libcap.spec index 32ba48f37f07359b4471d94382c4bc8e1dbb25e2..6a2450f15b8126cbf53fb6734b53d3778ec75b97 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,8 +1,9 @@ +%define anolis_release 1 %global debug_package %{nil} Name: libcap -Version: 2.63 -Release: 1%{?dist} +Version: 2.66 +Release: %{anolis_release}%{?dist} Summary: Library for getting and setting POSIX.1e capabilities License: BSD or GPLv2 @@ -53,6 +54,8 @@ chmod +x %{buildroot}/%{_libdir}/*.so.* %ldconfig_scriptlets +%generate_compatibility_deps + %files %license License %doc doc/capability.notes @@ -61,6 +64,8 @@ chmod +x %{buildroot}/%{_libdir}/*.so.* %{_mandir}/man1/* %{_mandir}/man8/* %{_libdir}/security/pam_cap.so +%{abidir}/*.list +%{abidir}/pam_cap.dump %files static %{_libdir}/*.a @@ -70,7 +75,13 @@ chmod +x %{buildroot}/%{_libdir}/*.so.* %{_libdir}/*.so %{_mandir}/man3/* %{_libdir}/pkgconfig/*.pc +%{abidir}/libcap.dump +%{abidir}/libpsx.dump + %changelog +* Tue Jan 10 2023 Kun(llfl) - 2.66-1 +- update version to 2.66 + * Thu Mar 10 2022 forrest_ly - 2.63-1 - Init for Anolis OS 23