diff --git a/.gitignore b/.gitignore index d11a134..ef3a157 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libcap-2.22.tar.bz2 +SOURCES/libcap-2.22.tar.gz diff --git a/.libcap.metadata b/.libcap.metadata index 2f23080..9b210e4 100644 --- a/.libcap.metadata +++ b/.libcap.metadata @@ -1 +1 @@ -2136bc24fa35cdcbd00816fbbf312b727150256b SOURCES/libcap-2.22.tar.bz2 +9592ccffa53ed5db47f3bd5626e1a27afff0eebe SOURCES/libcap-2.22.tar.gz diff --git a/SPECS/libcap.spec b/SPECS/libcap.spec index d0d7394..b30d123 100644 --- a/SPECS/libcap.spec +++ b/SPECS/libcap.spec @@ -1,10 +1,12 @@ Name: libcap Version: 2.22 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Library for getting and setting POSIX.1e capabilities # Original tarball should be here, but got deleted: #Source: http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/libcap-2.22.tar.bz2 -Source: http://mirror.linux.org.au/linux/libs/security/linux-privs/libcap2/%{name}-%{version}.tar.bz2 +URL: https://sites.google.com/site/fullycapable/ +Source: https://git.kernel.org/pub/scm/libs/libcap/libcap.git/snapshot/%{name}-%{version}.tar.gz + # http://manned.org/getpcaps/299a4949/src: Source1: getpcaps.8 Source2: libcap.pc @@ -12,7 +14,6 @@ Patch0: %{name}-2.22-buildflags.patch Patch1: libcap-2.22-signed-sizeof-compare.patch Patch2: %{name}-PAM_REINITIALIZE_CRED.patch -URL: http://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/ License: LGPLv2+ Group: System Environment/Libraries BuildRequires: libattr-devel pam-devel @@ -86,11 +87,14 @@ chmod +x %{buildroot}/%{_libdir}/*.so.* rm -rf %{buildroot} %changelog +* Tue Oct 15 2019 Marek Tamaskovic - 2.26-11 +- changed url + * Thu Apr 11 2019 Karsten Hopp - 2.22-10 - check for PAM_REINITIALIZE_CRED in pam_cap.so, required by sudo * Mon Mar 06 2017 Karsten Hopp - 2.22-9 -- add pkgconfig file +- add pkgconfig file * Fri Jan 24 2014 Daniel Mach - 2.22-8 - Mass rebuild 2014-01-24 @@ -100,7 +104,7 @@ rm -rf %{buildroot} * Tue May 14 2013 Karsten Hopp 2.22-6 - mv libraries to /usr/lib* -- add getpcaps man page +- add getpcaps man page - spec file cleanup - fix URL of tarball