[redhat-lsb] fix the broken dependency caused by hostname move after recent post UsrMove cleanup

Ondrej Vasik ovasik at fedoraproject.org
Wed Oct 16 12:43:23 UTC 2013


commit d49dc014c83a2681c3bc5dbebd193de22c903dea
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Wed Oct 16 14:43:17 2013 +0200

    fix the broken dependency caused by hostname move after recent post UsrMove cleanup

 redhat-lsb.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/redhat-lsb.spec b/redhat-lsb.spec
index e7cb9b2..d67717b 100644
--- a/redhat-lsb.spec
+++ b/redhat-lsb.spec
@@ -53,7 +53,7 @@
 Summary: Implementation of Linux Standard Base specification
 Name: redhat-lsb
 Version: 4.1
-Release: 20%{?dist}
+Release: 21%{?dist}
 URL: http://www.linuxfoundation.org/collaborate/workgroups/lsb
 Source0: https://fedorahosted.org/releases/r/e/redhat-lsb/%{name}-%{version}-%{srcrelease}.tar.bz2
 Patch0: lsb-release-3.1-update-init-functions.patch
@@ -172,7 +172,6 @@ Requires: /bin/find
 Requires: /bin/grep
 Requires: /bin/gunzip
 Requires: /bin/gzip
-Requires: /bin/hostname
 Requires: /bin/kill
 Requires: /bin/ln
 Requires: /bin/ls
@@ -233,6 +232,7 @@ Requires: /usr/bin/getconf
 Requires: /usr/bin/gettext
 Requires: /usr/bin/groups
 Requires: /usr/bin/head
+Requires: /usr/bin/hostname
 Requires: /usr/bin/iconv
 Requires: /usr/bin/id
 Requires: /usr/bin/install
@@ -784,6 +784,10 @@ os.remove("%{_datadir}/lsb")
 
 
 %changelog
+* Wed Oct 16 2013 Ondrej Vasik <ovasik at redhat.com> - 4.1-21
+- fix the broken dependency caused by hostname move after
+  recent post UsrMove cleanup
+
 * Tue Aug 13 2013 Ondrej Vasik <ovasik at redhat.com> - 4.1-20
 - fix the patch for aarch64 support to be not patch of
   patch but real patch (sorry, simply, fix aarch64 build)


More information about the scm-commits mailing list