diff --git a/.gitignore b/.gitignore index c7b7f2a..3558162 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libcap-ng.spec b/libcap-ng.spec index 7d07252..1913f9c 100644 --- a/libcap-ng.spec +++ b/libcap-ng.spec @@ -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 0.7.8-1 +- New upstream bugfix release + * Tue Jul 19 2016 Fedora Release Engineering - 0.7.7-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index f749728..b84bb84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d7d126b29e2869a0257c17c8b0d9b2e libcap-ng-0.7.7.tar.gz +0dece96644bd798020e170fbf7663802 libcap-ng-0.7.8.tar.gz