From 0a1c43c4005fbce1bf1e60db036fe5cdaf6067d6 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Wed, 16 Apr 2014 14:59:22 +0200 Subject: [PATCH] fix URL and license --- libcap.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libcap.spec b/libcap.spec index d92683c..8af29c3 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,6 +1,6 @@ Name: libcap Version: 2.24 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for getting and setting POSIX.1e capabilities #Source: http://mirror.linux.org.au/linux/libs/security/linux-privs/libcap2/%{name}-%{version}.tar.bz2 Source: https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/%{name}-%{version}.tar.gz @@ -8,8 +8,8 @@ Source: https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/%{nam Source1: getpcaps.8 Patch0: %{name}-2.24-buildflags.patch -URL: http://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/ -License: LGPLv2+ +URL: https://sites.google.com/site/fullycapable/ +License: GPLv2 Group: System Environment/Libraries BuildRequires: libattr-devel pam-devel @@ -79,6 +79,9 @@ chmod +x %{buildroot}/%{_libdir}/*.so.* rm -rf %{buildroot} %changelog +* Wed Apr 16 2014 Karsten Hopp 2.24-2 +- fix URL and license + * Wed Apr 16 2014 Karsten Hopp 2.24-1 - update to 2.24 - dropped patch for rhbz#911878, it is upstream now