Marcus Meissner 2024-05-29 10:53:06 +00:00 committed by Git OBS Bridge
parent 205f04036c
commit 04af0f770f
3 changed files with 1 additions and 19 deletions

View File

@ -1,3 +1,2 @@
libcap2 libcap2
libpsx2 libpsx2
pam_cap

View File

@ -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, * libpam has deprecated providing the _pam_overwrite() function,
so use memset() instead 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> Tue May 16 08:13:00 UTC 2023 - Marcus Meissner <meissner@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libcap # spec file for package libcap
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de> # Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
# #
# All modifications and additions to the file contributed by third parties # 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 Source3: baselibs.conf
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: glibc-devel-static BuildRequires: glibc-devel-static
BuildRequires: pam-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
%description %description
@ -91,13 +90,6 @@ Requires: libcap2 = %{version}
This package contains utility programs handling capabilities via This package contains utility programs handling capabilities via
libcap. 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 %prep
%autosetup -p1 %autosetup -p1
@ -135,10 +127,6 @@ rm %{buildroot}%{_libdir}/libcap.a
%{_mandir}/man8/* %{_mandir}/man8/*
%{_sbindir}/* %{_sbindir}/*
%files -n pam_cap
%license License
%{_libdir}/security/pam_cap.so
%files devel %files devel
%license License %license License
%doc README CHANGELOG %doc README CHANGELOG