[vdsm] remove duplicate require hostname entry

Douglas Schilling Landgraf dougsland at fedoraproject.org
Wed Nov 20 02:52:38 UTC 2013


commit 798d9999cc27aa10e177fa4b8f5a94f5a339db6d
Author: Douglas Schilling Landgraf <dougsland at redhat.com>
Date:   Tue Nov 19 21:52:13 2013 -0500

    remove duplicate require hostname entry
    
    rawhide only

 vdsm.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/vdsm.spec b/vdsm.spec
index 733ca35..c54173a 100644
--- a/vdsm.spec
+++ b/vdsm.spec
@@ -46,7 +46,7 @@
 
 Name:           %{vdsm_name}
 Version:        4.13.0
-Release:        12%{?dist}%{?extra_release}
+Release:        13%{?dist}%{?extra_release}
 Summary:        Virtual Desktop Server Manager
 
 Group:          Applications/System
@@ -241,7 +241,6 @@ Requires(post): hostname
 Requires(post): /bin/hostname
 %endif
 
-Requires(post): /bin/hostname
 Requires(post): policycoreutils-python
 Requires(preun): policycoreutils-python
 
@@ -1337,6 +1336,9 @@ exit 0
 %attr(755, root, root) %{python_sitearch}/cpopen/cpopen.so*
 
 %changelog
+* Tue Nov 19 2013 Douglas Schilling Landgraf <dougsland at redhat.com> - 4.13.0-13
+- remove duplicate require hostname
+
 * Wed Nov 13 2013 Douglas Schilling Landgraf <dougsland at redhat.com> - 4.13.0-12
 - Update spec to fit a new validation for hostname requires.
 


More information about the scm-commits mailing list