diff --git a/libcap-ng.spec b/libcap-ng.spec index 2929169..7a22315 100644 --- a/libcap-ng.spec +++ b/libcap-ng.spec @@ -1,12 +1,12 @@ Name: libcap-ng -Version: 0.8.2 +Version: 0.8.3 Release: 1mamba Summary: An alternate posix capabilities library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://people.redhat.com/sgrubb/libcap-ng/ +URL: https://people.redhat.com/sgrubb/libcap-ng/ Source: http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz Patch0: libcap-ng-0.6.3-euid.patch Patch1: libcap-ng-0.6.3-setpcap.patch @@ -15,11 +15,11 @@ Patch3: libcap-ng-0.8.1-apply-disable.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libpython27-devel BuildRequires: libpython3-devel ## AUTOBUILDREQ-END BuildRequires: libattr-devel BuildRequires: swig -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The libcap-ng library should make programming with posix capabilities easier. @@ -51,10 +51,10 @@ This package contains the bindings so that libcap-ng and can be used by python a Group: Development/Libraries Summary: Python 3 bindings for libcap-ng library Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} -Provides: python3-libgap-ng -Obsoletes: python3-libgap-ng -Provides: python-libgap-ng-py36 -Obsoletes: python-libgap-ng-py36 +Provides: python3-libcap-ng +Obsoletes: python3-libcap-ng < 0.8.3 +Provides: python-libcap-ng-py36 +Obsoletes: python-libcap-ng-py36 < 0.8.3 %description -n python-libcap-ng-py3 The libcap-ng library should make programming with posix capabilities easier. @@ -127,16 +127,16 @@ It also lets you set the file system based capabilities. %files -n python-libcap-ng %defattr(-,root,root) -%{python_sitearch}/_capng.la -%{python_sitearch}/_capng.so -%{python_sitearch}/capng.py* +%{python27_sitearch}/_capng.la +%{python27_sitearch}/_capng.so +%{python27_sitearch}/capng.py* %files -n python-libcap-ng-py3 %defattr(-,root,root) -%{python3_sitearch}/_capng.la -%{python3_sitearch}/_capng.so -%{python3_sitearch}/capng.py -%{python3_sitearch}/__pycache__/capng.cpython-*.pyc +%{python3_sitelib}/_capng.la +%{python3_sitelib}/_capng.so +%{python3_sitelib}/capng.py +%{python3_sitelib}/__pycache__/capng.cpython-*.pyc %files utils %defattr(-,root,root) @@ -148,6 +148,9 @@ It also lets you set the file system based capabilities. %doc COPYING %changelog +* Sat Apr 02 2022 Automatic Build System 0.8.3-1mamba +- automatic version update by autodist + * Fri Dec 18 2020 Automatic Build System 0.8.2-1mamba - automatic version update by autodist