From 36ffd49b1da6e5c7448086136e21a5ce801d4f0d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 25 Jan 2015 12:11:15 +0100 Subject: [PATCH] pam: revert c316026bf198. Turned out that this change was unnecessary now that the python issue has been fixed and is well understood. --- srcpkgs/pam/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/pam/template b/srcpkgs/pam/template index f50926b38ee..ab009951361 100644 --- a/srcpkgs/pam/template +++ b/srcpkgs/pam/template @@ -1,7 +1,7 @@ # Template file for 'pam' pkgname=pam version=1.1.8 -revision=7 +revision=8 wrksrc="Linux-PAM-$version" build_style=gnu-configure configure_args=" @@ -46,19 +46,20 @@ post_install() { } pam-devel_package() { + replaces="pam-libs<1.1.8_8" depends="pam-libs>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/share/man/man3 vmove usr/share/doc + vmove usr/lib/*.so } } pam-libs_package() { short_desc+=" - runtime libraries" - replaces="pam-devel<1.1.8_7" pkg_install() { - vmove "usr/lib/*.so*" + vmove "usr/lib/*.so.*" } } pam-userdb_package() {