]> xenbits.xensource.com Git - people/aperard/centos-package-xen.git/commitdiff
move xen-kernel to centos-release-xen
authorJohnny Hughes <johnny@centos.org>
Mon, 20 Oct 2014 13:44:21 +0000 (08:44 -0500)
committerJohnny Hughes <johnny@centos.org>
Mon, 20 Oct 2014 13:44:21 +0000 (08:44 -0500)
SOURCES/xen-kernel [deleted file]
SPECS/xen.spec

diff --git a/SOURCES/xen-kernel b/SOURCES/xen-kernel
deleted file mode 100644 (file)
index 5b6d899..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-BOOT_XEN_AS_DEFAULT="yes"
-XEN_KERNEL_MBARGS="--mbargs=dom0_mem=1024M,max:1024M loglvl=all guest_loglvl=all"
index 17e85599e67fd3d0abf2f28760bb99c2c7bdbe89..e0c0d1365e143f77d66c5d4b737570513577d616 100644 (file)
@@ -19,7 +19,7 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 4.2.5
-Release: 36%{?dist}
+Release: 37%{?dist}
 Group:   Development/Libraries
 License: GPLv2+ and LGPLv2+ and BSD
 URL:     http://xen.org/
@@ -55,7 +55,6 @@ Source48: libexec.xendomains
 Source49: tmpfiles.d.xen.conf
 
 Source101: blktap-9960138790b9d3610b12acd153bba20235efa4f5.tar.gz
-Source102: xen-kernel
 
 Patch1: xen-initscript.patch
 Patch4: xen-dumpdir.patch
@@ -413,7 +412,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
 install -m 644 %{SOURCE30} %{buildroot}%{_sysconfdir}/sysconfig/xenstored
 install -m 644 %{SOURCE31} %{buildroot}%{_sysconfdir}/sysconfig/xenconsoled
 install -m 644 %{SOURCE32} %{buildroot}%{_sysconfdir}/sysconfig/blktapctrl
-install -m 644 %{SOURCE102} %{buildroot}%{_sysconfdir}/sysconfig/xen-kernel
 
 # systemd
 %if %with_systemd
@@ -580,8 +578,6 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/%{name}/xend-*
 # xm config
 %config(noreplace) %{_sysconfdir}/%{name}/xm-*
-# xen-kernel config
-%config(noreplace) %{_sysconfdir}/sysconfig/xen-kernel
 # Guest autostart links
 %dir %attr(0700,root,root) %{_sysconfdir}/%{name}/auto
 # Autostart of guests
@@ -816,6 +812,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Mon Oct 20 2014 Johnny Hughes <johnny@centos.org> - 4.2.5-37.el6.centos
+- shifted /etc/sysconfig/xen-kernel to centos-xen-release instead of xen
+
 * Thu Oct 9 2014 Johnny Hughes <johnny@centos.org> -  4.2.5-36.el6.centos
 - added /etc/sysconfig/xen-kernel for auto grub install options