rpms/anaconda/F-8 anaconda-11.3.0.50-swapoff-path.patch, NONE, 1.1 anaconda.spec, 1.602, 1.603

Peter Jones (pjones) fedora-extras-commits at redhat.com
Thu Nov 1 22:08:18 UTC 2007


Author: pjones

Update of /cvs/extras/rpms/anaconda/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29545

Modified Files:
	anaconda.spec 
Added Files:
	anaconda-11.3.0.50-swapoff-path.patch 
Log Message:
- Fix path for swapoff in fix for #357401 .


anaconda-11.3.0.50-swapoff-path.patch:

--- NEW FILE anaconda-11.3.0.50-swapoff-path.patch ---
diff -up anaconda-11.3.0.50/liveinst/liveinst.sh.swapoff-path anaconda-11.3.0.50/liveinst/liveinst.sh
--- anaconda-11.3.0.50/liveinst/liveinst.sh.swapoff-path	2007-11-01 18:01:52.000000000 -0400
+++ anaconda-11.3.0.50/liveinst/liveinst.sh	2007-11-01 18:02:11.000000000 -0400
@@ -37,7 +37,7 @@ if [ -x /usr/sbin/setenforce -a -e /seli
     /usr/sbin/setenforce 0
 fi
 
-/usr/sbin/swapoff -a
+/sbin/swapoff -a
 /sbin/lvm vgchange -an --ignorelockingfailure
 
 if [ -x /usr/bin/hal-lock -a -e /var/lock/subsys/haldaemon ]; then


Index: anaconda.spec
===================================================================
RCS file: /cvs/extras/rpms/anaconda/F-8/anaconda.spec,v
retrieving revision 1.602
retrieving revision 1.603
diff -u -r1.602 -r1.603
--- anaconda.spec	31 Oct 2007 04:13:46 -0000	1.602
+++ anaconda.spec	1 Nov 2007 22:07:44 -0000	1.603
@@ -3,12 +3,13 @@
 Summary: Graphical system installer
 Name:    anaconda
 Version: 11.3.0.50
-Release: 1
+Release: 2
 License: GPLv2
 Group:   Applications/System
 URL:     http://fedoraproject.org/wiki/Anaconda
 
 Source0: anaconda-%{version}.tar.bz2
+Patch0: anaconda-11.3.0.50-swapoff-path.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -147,6 +148,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__make} depend
@@ -215,6 +217,9 @@
 /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
 
 %changelog
+* Thu Nov 01 2007 Peter Jones <pjones at redhat.com> - 11.3.0.50-2
+- Fix path for swapoff in fix for #357401 .
+
 * Wed Oct 31 2007 Jeremy Katz <katzj at redhat.com> - 11.3.0.50-1
 - Fix creating users in kickstart (#358901)
 




More information about the fedora-extras-commits mailing list