New upstream bugfix release
This commit is contained in:
parent
0a3a06596e
commit
2433a6dacc
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ libcap-ng-0.6.4.tar.gz
|
||||
/libcap-ng-0.7.6.tar.gz
|
||||
/libcap-ng-0.7.7.tar.gz
|
||||
/libcap-ng-0.7.8.tar.gz
|
||||
/libcap-ng-0.7.9.tar.gz
|
||||
|
@ -2,14 +2,15 @@
|
||||
|
||||
Summary: An alternate posix capabilities library
|
||||
Name: libcap-ng
|
||||
Version: 0.7.8
|
||||
Release: 9%{?dist}
|
||||
Version: 0.7.9
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: kernel-headers >= 2.6.11
|
||||
BuildRequires: libattr-devel
|
||||
|
||||
%description
|
||||
Libcap-ng is a library that makes using posix capabilities easier
|
||||
@ -28,19 +29,19 @@ applications that need to use the libcap-ng library.
|
||||
|
||||
%package -n python2-libcap-ng
|
||||
%{?python_provide:%python_provide python2-libcap-ng}
|
||||
# Remove before F30
|
||||
Provides: %{name}-python = %{version}-%{release}
|
||||
Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: %{name}-python < %{version}-%{release}
|
||||
Summary: Python bindings for libcap-ng library
|
||||
Summary: Python2 bindings for libcap-ng library
|
||||
License: LGPLv2+
|
||||
Group: Development/Libraries
|
||||
BuildRequires: python2-devel swig
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
# Remove before F30
|
||||
Provides: %{name}-python = %{version}-%{release}
|
||||
Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: %{name}-python < %{version}-%{release}
|
||||
|
||||
%description -n python2-libcap-ng
|
||||
The libcap-ng-python package contains the bindings so that libcap-ng
|
||||
and can be used by python applications.
|
||||
The python2-libcap-ng package contains the bindings so that libcap-ng
|
||||
and can be used by python2 applications.
|
||||
|
||||
%package python3
|
||||
Summary: Python3 bindings for libcap-ng library
|
||||
@ -128,6 +129,9 @@ make check
|
||||
%attr(0644,root,root) %{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2018 Steve Grubb <sgrubb@redhat.com> 0.7.9-1
|
||||
- New upstream bugfix release
|
||||
|
||||
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.8-9
|
||||
- Switch to %%ldconfig_scriptlets
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user