Accepting request 933454 from home:kukuk:tiu
- Add missing recommends and split provides OBS-URL: https://build.opensuse.org/request/show/933454 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=255
This commit is contained in:
parent
30c0969bef
commit
3139982e02
@ -1,21 +0,0 @@
|
||||
diff -urN Linux-PAM-1.5.1.orig/modules/pam_unix/Makefile.in Linux-PAM-1.5.1/modules/pam_unix/Makefile.in
|
||||
--- Linux-PAM-1.5.1.orig/modules/pam_unix/Makefile.in 2020-11-25 17:57:14.000000000 +0100
|
||||
+++ Linux-PAM-1.5.1/modules/pam_unix/Makefile.in 2021-02-12 14:33:38.159412343 +0100
|
||||
@@ -155,7 +155,7 @@
|
||||
$(am__cd) "$$dir" && rm -f $$files; }; \
|
||||
}
|
||||
LTLIBRARIES = $(securelib_LTLIBRARIES)
|
||||
-pam_unix_la_DEPENDENCIES = $(top_builddir)/libpam/libpam.la
|
||||
+pam_unix_la_DEPENDENCIES =
|
||||
am_pam_unix_la_OBJECTS = bigcrypt.lo pam_unix_acct.lo pam_unix_auth.lo \
|
||||
pam_unix_passwd.lo pam_unix_sess.lo support.lo passverify.lo \
|
||||
yppasswd_xdr.lo md5_good.lo md5_broken.lo
|
||||
@@ -654,7 +654,7 @@
|
||||
|
||||
pam_unix_la_LDFLAGS = -no-undefined -avoid-version -module \
|
||||
$(am__append_1)
|
||||
-pam_unix_la_LIBADD = $(top_builddir)/libpam/libpam.la \
|
||||
+pam_unix_la_LIBADD = -lpam \
|
||||
@LIBCRYPT@ @LIBSELINUX@ @TIRPC_LIBS@ @NSL_LIBS@
|
||||
|
||||
securelib_LTLIBRARIES = pam_unix.la
|
@ -4,5 +4,3 @@ pam-extra
|
||||
pam-devel
|
||||
pam_unix
|
||||
conflicts "pam_unix-nis-<targettype>"
|
||||
pam_unix-nis
|
||||
conflicts "pam_unix-<targettype>"
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 24 13:45:22 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Add missing recommends and split provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 24 13:39:45 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
2
pam.spec
2
pam.spec
@ -91,6 +91,7 @@ BuildRequires: libselinux-devel
|
||||
%endif
|
||||
Requires: pam_unix.so
|
||||
Suggests: pam_unix
|
||||
Recommends: pam-manpages
|
||||
%if 0%{?suse_version} >= 1330
|
||||
Requires(pre): group(shadow)
|
||||
Requires(pre): user(root)
|
||||
@ -143,6 +144,7 @@ This package contains the documentation.
|
||||
%package -n pam-manpages
|
||||
Summary: Manualpages for Pluggable Authentication Modules
|
||||
Group: Documentation/HTML
|
||||
Provides: pam:/%{_mandir}/man8/PAM.8.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: elinks
|
||||
|
Loading…
Reference in New Issue
Block a user