New upstream release

This commit is contained in:
sgrubb 2015-05-07 14:02:47 -04:00
parent e728c88b75
commit 585c86b4db
3 changed files with 6 additions and 19 deletions

View File

@ -1,14 +0,0 @@
diff -Nur libcap-ng-0.7.4/bindings/python/test/capng-test.py libcap-ng-0.7.4-2/bindings/python/test/capng-test.py
--- libcap-ng-0.7.4/bindings/python/test/capng-test.py 2014-04-24 08:41:44.000000000 -0400
+++ libcap-ng-0.7.4-2/bindings/python/test/capng-test.py 2014-06-23 13:25:20.113624203 -0400
@@ -8,7 +8,10 @@
sys.path.insert(0, load_path)
import capng
+
last = capng.CAP_LAST_CAP
+with open('/proc/sys/kernel/cap_last_cap', 'r') as f:
+ last = int(f.readline())
print("Doing basic bit tests...")
capng.capng_clear(capng.CAPNG_SELECT_BOTH)

View File

@ -2,13 +2,12 @@
Summary: An alternate posix capabilities library
Name: libcap-ng
Version: 0.7.4
Release: 7%{?dist}
Version: 0.7.5
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://people.redhat.com/sgrubb/libcap-ng
Source0: http://people.redhat.com/sgrubb/libcap-ng/%{name}-%{version}.tar.gz
Patch0: libcap-ng-check-proc-python.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: kernel-headers >= 2.6.11
@ -51,7 +50,6 @@ lets you set the file system based capabilities.
%prep
%setup -q
%patch0 -p1 -b .proc~
%build
%configure --libdir=/%{_lib}
@ -115,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT
%attr(0644,root,root) %{_mandir}/man8/*
%changelog
* Thu May 07 2015 Steve Grubb <sgrubb@redhat.com> 0.7.5-1
- New upstream release
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
55c57c0673b944ea1a755bcb2636dabd libcap-ng-0.7.4.tar.gz
7c55c223ac9fb8c4b7e0487f31125370 libcap-ng-0.7.5.tar.gz