automatic version update by autodist [release 0.8.3-1mamba;Sat Apr 02 2022]
This commit is contained in:
parent
47732b2652
commit
7a3bccaff3
@ -1,12 +1,12 @@
|
|||||||
Name: libcap-ng
|
Name: libcap-ng
|
||||||
Version: 0.8.2
|
Version: 0.8.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An alternate posix capabilities library
|
Summary: An alternate posix capabilities library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
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
|
Source: http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz
|
||||||
Patch0: libcap-ng-0.6.3-euid.patch
|
Patch0: libcap-ng-0.6.3-euid.patch
|
||||||
Patch1: libcap-ng-0.6.3-setpcap.patch
|
Patch1: libcap-ng-0.6.3-setpcap.patch
|
||||||
@ -15,11 +15,11 @@ Patch3: libcap-ng-0.8.1-apply-disable.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libpython27-devel
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The libcap-ng library should make programming with posix capabilities easier.
|
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
|
Group: Development/Libraries
|
||||||
Summary: Python 3 bindings for libcap-ng library
|
Summary: Python 3 bindings for libcap-ng library
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: python3-libgap-ng
|
Provides: python3-libcap-ng
|
||||||
Obsoletes: python3-libgap-ng
|
Obsoletes: python3-libcap-ng < 0.8.3
|
||||||
Provides: python-libgap-ng-py36
|
Provides: python-libcap-ng-py36
|
||||||
Obsoletes: python-libgap-ng-py36
|
Obsoletes: python-libcap-ng-py36 < 0.8.3
|
||||||
|
|
||||||
%description -n python-libcap-ng-py3
|
%description -n python-libcap-ng-py3
|
||||||
The libcap-ng library should make programming with posix capabilities easier.
|
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
|
%files -n python-libcap-ng
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python_sitearch}/_capng.la
|
%{python27_sitearch}/_capng.la
|
||||||
%{python_sitearch}/_capng.so
|
%{python27_sitearch}/_capng.so
|
||||||
%{python_sitearch}/capng.py*
|
%{python27_sitearch}/capng.py*
|
||||||
|
|
||||||
%files -n python-libcap-ng-py3
|
%files -n python-libcap-ng-py3
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python3_sitearch}/_capng.la
|
%{python3_sitelib}/_capng.la
|
||||||
%{python3_sitearch}/_capng.so
|
%{python3_sitelib}/_capng.so
|
||||||
%{python3_sitearch}/capng.py
|
%{python3_sitelib}/capng.py
|
||||||
%{python3_sitearch}/__pycache__/capng.cpython-*.pyc
|
%{python3_sitelib}/__pycache__/capng.cpython-*.pyc
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -148,6 +148,9 @@ It also lets you set the file system based capabilities.
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 02 2022 Automatic Build System <autodist@mambasoft.it> 0.8.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Dec 18 2020 Automatic Build System <autodist@mambasoft.it> 0.8.2-1mamba
|
* Fri Dec 18 2020 Automatic Build System <autodist@mambasoft.it> 0.8.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user