forked from pool/libcap
This commit is contained in:
parent
205f04036c
commit
04af0f770f
@ -1,3 +1,2 @@
|
||||
libcap2
|
||||
libpsx2
|
||||
pam_cap
|
||||
|
@ -8,11 +8,6 @@ Sat May 25 18:00:14 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
* libpam has deprecated providing the _pam_overwrite() function,
|
||||
so use memset() instead
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 31 15:48:14 UTC 2023 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- enable pam module
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 16 08:13:00 UTC 2023 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
|
14
libcap.spec
14
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 <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user