]> git.pld-linux.org Git - packages/changepassword.git/commitdiff
- don't use %{without ...}, it may not work after inverting bcond
authorsparky <sparky@pld-linux.org>
Mon, 13 Nov 2006 14:53:20 +0000 (14:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    changepassword.spec -> 1.22

changepassword.spec

index 2ecf59061aaabb42d6e61225ceb088e8bc2ce8e2..ff46e44fd762b1104204ecf10a3791816bd228ff 100644 (file)
@@ -45,10 +45,10 @@ cp %{SOURCE1} .
        --enable-logo=pldlogo.png \
        --enable-smbpasswd=%{_sysconfdir}/smbpasswd \
        --enable-squidpasswd=%{_sysconfdir}/squid/passwd \
-%if %{without samba}
+%if !%{with samba}
        --disable-smbpasswd \
 %endif
-%if %{without squid}
+%if !%{with squid}
        --disable-squidpasswd
 %endif
 
This page took 0.115929 seconds and 4 git commands to generate.