rpms/xen/devel xen.spec,1.74,1.75

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 24 20:46:40 UTC 2006


Author: notting

Update of /cvs/dist/rpms/xen/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9446

Modified Files:
	xen.spec 
Log Message:
only put the udev rules in one place



Index: xen.spec
===================================================================
RCS file: /cvs/dist/rpms/xen/devel/xen.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- xen.spec	20 Jan 2006 17:08:50 -0000	1.74
+++ xen.spec	24 Jan 2006 20:46:38 -0000	1.75
@@ -3,7 +3,7 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 3.0
-Release: 0.20060110.fc5.3
+Release: 0.20060110.fc5.4
 Group:   Development/Libraries
 License: GPL
 URL:     http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html
@@ -79,6 +79,8 @@
 # move xsls -> xenstore-ls.  committed upstream already (#171863)
 mv %{buildroot}%{_bindir}/xsls %{buildroot}%{_bindir}/xenstore-ls
 
+mv -f %{buildroot}/etc/udev/xen-backend.rules %{buildroot}/etc/udev/rules.d/
+
 %post
 /sbin/chkconfig --add xend
 /sbin/chkconfig --add xendomains
@@ -114,7 +116,6 @@
 %{_localstatedir}/lib/%{name}/*
 %{_sysconfdir}/rc.d/init.d/*
 %{_sysconfdir}/udev/rules.d/xen-backend.rules
-%{_sysconfdir}/udev/xen-backend.rules
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/*
 %config(noreplace) %{_sysconfdir}/sysconfig/xendomains
@@ -122,6 +123,9 @@
 %dir %{_localstatedir}/run/xenstored
 
 %changelog
+* Tue Jan 24 2006 Bill Nottingham <notting at redhat.com> - 3.0-0.20060110.fc5.4
+- only put the udev rules in one place
+
 * Fri Jan 20 2006 Jeremy Katz <katzj at redhat.com> - 3.0-0.20060110.fc5.3
 - move xsls to xenstore-ls to not conflict (#171863)
 




More information about the fedora-cvs-commits mailing list