[olpc-utils/f18] add requires on hostname

Daniel Drake dsd at fedoraproject.org
Mon Sep 10 23:00:39 UTC 2012


commit 165f124205c2dbe579cd0eef4dfe365a8dc2df21
Author: Daniel Drake <dsd at laptop.org>
Date:   Mon Sep 10 16:56:39 2012 -0600

    add requires on hostname

 olpc-utils.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/olpc-utils.spec b/olpc-utils.spec
index a0a2a6e..99cd47a 100644
--- a/olpc-utils.spec
+++ b/olpc-utils.spec
@@ -1,6 +1,6 @@
 Name:       olpc-utils
 Version:    3.0.2
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    OLPC utilities
 URL:        http://wiki.laptop.org/go/Olpc-utils
 Group:      System Environment/Base
@@ -18,7 +18,7 @@ BuildRequires: pam-devel
 Requires:      xorg-x11-xauth
 
 # for olpc-configure
-Requires:      findutils
+Requires:      findutils, hostname
 
 # for olpc-test-devkey
 Requires:      bitfrost
@@ -126,6 +126,9 @@ fi
 %config(noreplace) %{_sysconfdir}/pam.d/olpc-login
 
 %changelog
+* Mon Sep 10 2012 Daniel Drake <dsd at laptop.org> - 3.0.2-2
+- Add missing Requires on hostname
+
 * Mon Sep 10 2012 Daniel Drake <dsd at laptop.org> - 3.0.2-1
 - Add olpc-dev-kernel utility
 


More information about the scm-commits mailing list