diff --git a/libcap-ng-python.spec b/libcap-ng-python.spec index 7453367..afd1dae 100644 --- a/libcap-ng-python.spec +++ b/libcap-ng-python.spec @@ -1,7 +1,7 @@ # # 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 # 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) # 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 Release: 0 Summary: An alternate Linux/POSIX capabilities library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ Url: https://people.redhat.com/sgrubb/libcap-ng Source0: https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz diff --git a/libcap-ng.changes b/libcap-ng.changes index 5f2020e..4ff3a7d 100644 --- a/libcap-ng.changes +++ b/libcap-ng.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 8 11:05:37 UTC 2019 - Dominique Leuenberger + +- 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 diff --git a/libcap-ng.spec b/libcap-ng.spec index fcfcf83..a47370e 100644 --- a/libcap-ng.spec +++ b/libcap-ng.spec @@ -1,7 +1,7 @@ # # 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 # 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) # 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 Release: 0 Summary: An alternate Linux/POSIX capabilities library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ Url: https://people.redhat.com/sgrubb/libcap-ng 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} Summary: An alternate Linux/POSIX capabilities library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Libraries %description -n %{name}%{sover} @@ -46,7 +46,7 @@ withdrawn POSIX.1e draft). %package devel Summary: Header files for the libcap-ng library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ Requires: %{name}%{sover} = %{version} Requires: kernel-headers >= 2.6.11 @@ -58,7 +58,7 @@ applications that need to use the libcap-ng library. %package utils Summary: Utilities for analysing and setting file capabilities -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Base %description utils @@ -91,6 +91,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_mandir}/man3/*.3%{ext_man} %{_includedir}/cap-ng.h %{_libdir}/%{name}.so +%dir %{_datadir}/aclocal %{_datadir}/aclocal/cap-ng.m4 %{_libdir}/pkgconfig/%{name}.pc