rpms/preupgrade/F-8 .cvsignore, 1.3, 1.4 preupgrade.spec, 1.2, 1.3 sources, 1.3, 1.4

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Fri May 2 15:19:49 UTC 2008


Author: skvidal

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

Modified Files:
	.cvsignore preupgrade.spec sources 
Log Message:
0.9.3




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/preupgrade/F-8/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	24 Apr 2008 04:34:31 -0000	1.3
+++ .cvsignore	2 May 2008 15:19:12 -0000	1.4
@@ -1 +1 @@
-preupgrade-0.9.2.tar.gz
+preupgrade-0.9.3.tar.gz


Index: preupgrade.spec
===================================================================
RCS file: /cvs/extras/rpms/preupgrade/F-8/preupgrade.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- preupgrade.spec	24 Apr 2008 04:34:31 -0000	1.2
+++ preupgrade.spec	2 May 2008 15:19:12 -0000	1.3
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 Summary: Preresolves dependencies and prepares a system for an upgrade
 Name: preupgrade
-Version: 0.9.2
+Version: 0.9.3
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
@@ -12,6 +12,7 @@
 Requires: python >= 2.1, rpm-python, rpm >= 0:4.1.1
 Requires: yum-metadata-parser, yum >= 3.2.8
 Requires: usermode
+Requires(post): mkinitrd
 BuildRequires: desktop-file-utils, python
 
 %description
@@ -34,6 +35,9 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+/sbin/grubby --remove-kernel=/boot/upgrade/vmlinuz
+%{__rm} -rf /boot/upgrade
 
 %files
 %defattr(-, root, root)
@@ -49,6 +53,14 @@
 %{python_sitelib}/%{name}
 
 %changelog
+* Fri May  2 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.3-1
+- 0.9.3
+
+
+* Thu May  1 2008 Seth Vidal <skvidal at fedoraproject.org> 
+- make preupgrade clean up its messes in %post so it doesn't leave
+  cruft on the fs after an upgrade.
+
 * Thu Apr 24 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.2-1
 - 0.9.2 
 - put cli tool back in 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/preupgrade/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	24 Apr 2008 04:34:31 -0000	1.3
+++ sources	2 May 2008 15:19:12 -0000	1.4
@@ -1 +1 @@
-0204e5a456bebb5a9380e7aab893ef40  preupgrade-0.9.2.tar.gz
+f56fac6036bbe7827863e87b6c4a9007  preupgrade-0.9.3.tar.gz




More information about the fedora-extras-commits mailing list