New upstream release
This commit is contained in:
parent
0893348c59
commit
eaa80a1734
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ libcap-ng-0.6.4.tar.gz
|
||||
/libcap-ng-0.7.1.tar.gz
|
||||
/libcap-ng-0.7.2.tar.gz
|
||||
/libcap-ng-0.7.3.tar.gz
|
||||
/libcap-ng-0.7.4.tar.gz
|
||||
|
||||
@ -1,12 +0,0 @@
|
||||
diff -urp libcap-ng-0.7.3/utils/pscap.c libcap-ng-0.7.4/utils/pscap.c
|
||||
--- libcap-ng-0.7.3/utils/pscap.c 2012-11-09 14:45:43.000000000 -0500
|
||||
+++ libcap-ng-0.7.4/utils/pscap.c 2012-11-30 10:06:42.000000000 -0500
|
||||
@@ -142,8 +142,6 @@ int main(int argc, char *argv[])
|
||||
fclose(f);
|
||||
}
|
||||
|
||||
- len = read(fd, buf, sizeof buf - 1);
|
||||
- close(fd);
|
||||
if (header == 0) {
|
||||
printf("%-5s %-5s %-10s %-16s %s\n",
|
||||
"ppid", "pid", "name", "command",
|
||||
@ -2,13 +2,12 @@
|
||||
|
||||
Summary: An alternate posix capabilities library
|
||||
Name: libcap-ng
|
||||
Version: 0.7.3
|
||||
Release: 6%{?dist}
|
||||
Version: 0.7.4
|
||||
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
|
||||
Patch1: libcap-ng-0.7.4-badfd.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
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure --libdir=/%{_lib}
|
||||
@ -113,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%attr(0644,root,root) %{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 24 2014 Steve Grubb <sgrubb@redhat.com> 0.7.4-1
|
||||
- New upstream release
|
||||
|
||||
* Thu Nov 14 2013 Steve Grubb <sgrubb@redhat.com> 0.7.3-6
|
||||
- Rebuild to pickup current CAP_LAST_CAP
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user