From 04af0f770fe2dfddf6046501e01569ea170d3ffb6518c92fbf30aebdbb6d82b8 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 29 May 2024 10:53:06 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=87 --- baselibs.conf | 1 - libcap.changes | 5 ----- libcap.spec | 14 +------------- 3 files changed, 1 insertion(+), 19 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index 9647a83..f607fb1 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,2 @@ libcap2 libpsx2 -pam_cap diff --git a/libcap.changes b/libcap.changes index 3195d96..748d83b 100644 --- a/libcap.changes +++ b/libcap.changes @@ -8,11 +8,6 @@ Sat May 25 18:00:14 UTC 2024 - Andreas Stieger * libpam has deprecated providing the _pam_overwrite() function, so use memset() instead -------------------------------------------------------------------- -Wed May 31 15:48:14 UTC 2023 - Marcus Meissner - -- enable pam module - ------------------------------------------------------------------- Tue May 16 08:13:00 UTC 2023 - Marcus Meissner diff --git a/libcap.spec b/libcap.spec index 7e81b42..bddfd13 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,7 +1,7 @@ # # spec file for package libcap # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2024 Andreas Stieger # # All modifications and additions to the file contributed by third parties @@ -30,7 +30,6 @@ Source2: https://git.kernel.org/pub/scm/libs/libcap/libcap.git/plain/pgp. Source3: baselibs.conf BuildRequires: fdupes BuildRequires: glibc-devel-static -BuildRequires: pam-devel BuildRequires: pkgconfig %description @@ -91,13 +90,6 @@ Requires: libcap2 = %{version} This package contains utility programs handling capabilities via libcap. -%package -n pam_cap -Summary: PAM module for capabilities -Group: System/Filesystems - -%description -n pam_cap -This package contains the pam_cap module. - %prep %autosetup -p1 @@ -135,10 +127,6 @@ rm %{buildroot}%{_libdir}/libcap.a %{_mandir}/man8/* %{_sbindir}/* -%files -n pam_cap -%license License -%{_libdir}/security/pam_cap.so - %files devel %license License %doc README CHANGELOG