forked from pool/libcap-ng
Accepting request 721726 from home:dimstar:Factory
- Own %{_datadir}/aclocal: when we might switch to pkgconf instead of pkg-config, nothing in the build root is 'accidentally' owning this directory for us. OBS-URL: https://build.opensuse.org/request/show/721726 OBS-URL: https://build.opensuse.org/package/show/security/libcap-ng?expand=0&rev=35
This commit is contained in:
parent
f2bbc47251
commit
95bdbf2c78
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libcap-ng-python
|
# spec file for package libcap-ng-python
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ Name: libcap-ng-python
|
|||||||
Version: 0.7.9
|
Version: 0.7.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An alternate Linux/POSIX capabilities library
|
Summary: An alternate Linux/POSIX capabilities library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://people.redhat.com/sgrubb/libcap-ng
|
Url: https://people.redhat.com/sgrubb/libcap-ng
|
||||||
Source0: https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz
|
Source0: https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 11:05:37 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Own %{_datadir}/aclocal: when we might switch to pkgconf instead
|
||||||
|
of pkg-config, nothing in the build root is 'accidentally' owning
|
||||||
|
this directory for us.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 20 10:16:07 UTC 2018 - tchvatal@suse.com
|
Tue Feb 20 10:16:07 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libcap-ng
|
# spec file for package libcap-ng
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ Name: libcap-ng
|
|||||||
Version: 0.7.9
|
Version: 0.7.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An alternate Linux/POSIX capabilities library
|
Summary: An alternate Linux/POSIX capabilities library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://people.redhat.com/sgrubb/libcap-ng
|
Url: https://people.redhat.com/sgrubb/libcap-ng
|
||||||
Source0: https://people.redhat.com/sgrubb/%{name}/%{name}-%{version}.tar.gz
|
Source0: https://people.redhat.com/sgrubb/%{name}/%{name}-%{version}.tar.gz
|
||||||
@ -36,7 +36,7 @@ make use of Linux process and file capabilities.
|
|||||||
|
|
||||||
%package -n %{name}%{sover}
|
%package -n %{name}%{sover}
|
||||||
Summary: An alternate Linux/POSIX capabilities library
|
Summary: An alternate Linux/POSIX capabilities library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{name}%{sover}
|
%description -n %{name}%{sover}
|
||||||
@ -46,7 +46,7 @@ withdrawn POSIX.1e draft).
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Header files for the libcap-ng library
|
Summary: Header files for the libcap-ng library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}%{sover} = %{version}
|
Requires: %{name}%{sover} = %{version}
|
||||||
Requires: kernel-headers >= 2.6.11
|
Requires: kernel-headers >= 2.6.11
|
||||||
@ -58,7 +58,7 @@ applications that need to use the libcap-ng library.
|
|||||||
|
|
||||||
%package utils
|
%package utils
|
||||||
Summary: Utilities for analysing and setting file capabilities
|
Summary: Utilities for analysing and setting file capabilities
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
|
|
||||||
%description utils
|
%description utils
|
||||||
@ -91,6 +91,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_mandir}/man3/*.3%{ext_man}
|
%{_mandir}/man3/*.3%{ext_man}
|
||||||
%{_includedir}/cap-ng.h
|
%{_includedir}/cap-ng.h
|
||||||
%{_libdir}/%{name}.so
|
%{_libdir}/%{name}.so
|
||||||
|
%dir %{_datadir}/aclocal
|
||||||
%{_datadir}/aclocal/cap-ng.m4
|
%{_datadir}/aclocal/cap-ng.m4
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user