From 82ef23e26bfa009f04fd08fafa65e7e576f68099 Mon Sep 17 00:00:00 2001 From: sparky Date: Mon, 13 Nov 2006 14:53:20 +0000 Subject: [PATCH] - don't use %{without ...}, it may not work after inverting bcond Changed files: changepassword.spec -> 1.22 --- changepassword.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changepassword.spec b/changepassword.spec index 2ecf590..ff46e44 100644 --- a/changepassword.spec +++ b/changepassword.spec @@ -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 -- 2.44.0