New upstream bugfix release
This commit is contained in:
parent
0decb9e796
commit
cccdd40acf
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ libcap-ng-0.6.4.tar.gz
|
||||
/libcap-ng-0.7.5.tar.gz
|
||||
/libcap-ng-0.7.6.tar.gz
|
||||
/libcap-ng-0.7.7.tar.gz
|
||||
/libcap-ng-0.7.8.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: An alternate posix capabilities library
|
||||
Name: libcap-ng
|
||||
Version: 0.7.7
|
||||
Release: 5%{?dist}
|
||||
Version: 0.7.8
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://people.redhat.com/sgrubb/libcap-ng
|
||||
@ -64,7 +64,7 @@ lets you set the file system based capabilities.
|
||||
|
||||
%build
|
||||
%configure --libdir=/%{_lib} --with-python --with-python3
|
||||
make %{?_smp_mflags}
|
||||
make CFLAGS="%{optflags}" %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -129,6 +129,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%attr(0644,root,root) %{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Sun Jul 24 2016 Steve Grubb <sgrubb@redhat.com> 0.7.8-1
|
||||
- New upstream bugfix release
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.7-5
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user