[xen] fix a packaging error

myoung myoung at fedoraproject.org
Thu Mar 8 01:20:16 UTC 2012


commit b487af763c44a156d97b53f3b53012c18d856e18
Author: Michael Young <m.a.young at durham.ac.uk>
Date:   Thu Mar 8 01:19:51 2012 +0000

    fix a packaging error

 xen.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/xen.spec b/xen.spec
index b613ce4..dcc0d78 100644
--- a/xen.spec
+++ b/xen.spec
@@ -20,7 +20,7 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 4.1.2
-Release: 12%{?dist}
+Release: 13%{?dist}
 Group:   Development/Libraries
 License: GPLv2+ and LGPLv2+ and BSD
 URL:     http://xen.org/
@@ -341,6 +341,7 @@ install -m 755 %{SOURCE23} %{buildroot}%{_sysconfdir}/rc.d/init.d/xend
 rm %{buildroot}%{_sysconfdir}/rc.d/init.d/xen-watchdog
 rm %{buildroot}%{_sysconfdir}/rc.d/init.d/xencommons
 rm %{buildroot}%{_sysconfdir}/rc.d/init.d/xend
+rm %{buildroot}%{_sysconfdir}/rc.d/init.d/xendomains
 %endif
 
 # sysconfig
@@ -696,6 +697,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Thu Mar 08 2012 Michael Young <m.a.young at durham.ac.uk> - 4.1.2-13
+- fix a packaging error
+
 * Thu Mar 08 2012 Michael Young <m.a.young at durham.ac.uk> - 4.1.2-12
 - fix an error in an rpm script from the sysv configuration removal
 - migrate xendomains script to systemd


More information about the scm-commits mailing list