[gdm] Fix /dev/ull typo in scriptlets (#693046).

Michael Schwendt mschwendt at fedoraproject.org
Tue Jun 21 15:55:50 UTC 2011


commit 144d4763c01a083daf2a8ddaeabe20854402644f
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Tue Jun 21 17:55:36 2011 +0200

    Fix /dev/ull typo in scriptlets (#693046).

 gdm.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gdm.spec b/gdm.spec
index 527f08f..ddb13a3 100644
--- a/gdm.spec
+++ b/gdm.spec
@@ -15,7 +15,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 3.1.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -269,11 +269,11 @@ fi
 /sbin/ldconfig
 if [ $1 -eq 0 ]; then
   touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
-  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/ull || :
+  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 fi
 
 %posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/ull || :
+gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 
 %files -f gdm.lang
 %defattr(-, root, root)
@@ -362,6 +362,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/ull || :
 %{_libdir}/gdm/simple-greeter/extensions/libfingerprint.so
 
 %changelog
+* Tue Jun 21 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 3.1.2-2
+- Fix /dev/ull typo in scriptlets (#693046).
+
 * Mon Jun 13 2011 Ray Strode <rstrode at redhat.com> 3.1.2-1
 - Update for release
 


More information about the scm-commits mailing list