]> git.pld-linux.org Git - packages/changepassword.git/blobdiff - changepassword.spec
- don't use %{without ...}, it may not work after inverting bcond
[packages/changepassword.git] / 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.083233 seconds and 4 git commands to generate.