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

util-linux.spec

index e1a5ffba6d5ab154e3c03373a6c4bf6b555c3aad..a2d0f151fdd41c383cbf11bde657d067aa4050f0 100644 (file)
@@ -1046,7 +1046,7 @@ fi
 %lang(ja) %{_mandir}/ja/man8/tunelp.8*
 %lang(pl) %{_mandir}/pl/man8/tunelp.8*
 
-%if %{without uClibc}
+%if !%{with uClibc}
 %files -n login
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/login
@@ -1072,7 +1072,7 @@ fi
 %lang(es) %{_mandir}/es/man8/agetty.8*
 %lang(ja) %{_mandir}/ja/man8/agetty.8*
 
-%if %{without uClibc}
+%if !%{with uClibc}
 %files -n rawdevices
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/raw
This page took 0.076121 seconds and 4 git commands to generate.