]> git.pld-linux.org Git - packages/pam.git/commitdiff
switch to new conditional builds macros (bcond_on_ -> _with_/bcond_off_ -> _without_...
authorArtur Frysiak <artur@frysiak.net>
Tue, 22 May 2001 09:06:33 +0000 (09:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pam.spec -> 1.99

pam.spec

index fe16132ab6461713517d0835014373dc6bd7b3a2..6ee7690615358b162822cd08f21714ada6b48350 100644 (file)
--- a/pam.spec
+++ b/pam.spec
@@ -172,7 +172,7 @@ pam_cap module.
 
 %build
 %configure \
-       %{?bcond_on_pwexport:--enable-want-pwexport-module} \
+       %{?_with_pwexport:--enable-want-pwexport-module} \
        --enable-strong-crypto
 %{__make}
 
@@ -253,7 +253,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0755,root,root) /lib/security/pam_warn.so
 %attr(0755,root,root) /lib/security/pam_wheel.so
 %attr(0755,root,root) /lib/security/pam_xauth.so
-%{?bcond_on_pwexport:%attr(0755,root,root) /lib/security/pam_pwexport.so}
+%{?_with_pwexport:%attr(0755,root,root) /lib/security/pam_pwexport.so}
 %attr(0755,root,root) /sbin/pam_filter/upperLOWER
 %attr(4755,root,root) /sbin/unix_chkpwd
 # Removed due to chicken-egg problem
This page took 0.126643 seconds and 4 git commands to generate.