New upstream release
This commit is contained in:
parent
aa46c97081
commit
e535cc919f
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ libcap-ng-0.6.3.tar.gz
|
||||
libcap-ng-0.6.4.tar.gz
|
||||
/libcap-ng-0.6.5.tar.gz
|
||||
/libcap-ng-0.6.6.tar.gz
|
||||
/libcap-ng-0.7.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: An alternate posix capabilities library
|
||||
Name: libcap-ng
|
||||
Version: 0.6.6
|
||||
Release: 3%{?dist}
|
||||
Version: 0.7
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://people.redhat.com/sgrubb/libcap-ng
|
||||
@ -39,13 +39,13 @@ The libcap-ng-python package contains the bindings so that libcap-ng
|
||||
and can be used by python applications.
|
||||
|
||||
%package utils
|
||||
Summary: Utilities for analysing and setting file capabilities
|
||||
Summary: Utilities for analyzing and setting file capabilities
|
||||
License: GPLv2+
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description utils
|
||||
The libcap-ng-utils package contains applications to analyse the
|
||||
The libcap-ng-utils package contains applications to analyze the
|
||||
posix capabilities of all the program running on a system. It also
|
||||
lets you set the file system based capabilities.
|
||||
|
||||
@ -112,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%attr(0644,root,root) %{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 24 2012 Steve Grubb <sgrubb@redhat.com> 0.7-1
|
||||
- New upstream release
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user