rpms/preupgrade/devel preupgrade.spec,1.24,1.25

Rahul Sundaram sundaram at fedoraproject.org
Sat Jun 5 14:56:31 UTC 2010


Author: sundaram

Update of /cvs/pkgs/rpms/preupgrade/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32123

Modified Files:
	preupgrade.spec 
Log Message:
* Sat Jun 05 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 1.1.6-2
- Fix description to clarify that skipping releases is ok 
- Update spec to match current guidelines



Index: preupgrade.spec
===================================================================
RCS file: /cvs/pkgs/rpms/preupgrade/devel/preupgrade.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- preupgrade.spec	12 May 2010 14:44:32 -0000	1.24
+++ preupgrade.spec	5 Jun 2010 14:56:30 -0000	1.25
@@ -1,9 +1,7 @@
-%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
 Summary: Prepares a system for an upgrade
 Name: preupgrade
 Version: 1.1.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Source: https://fedorahosted.org/releases/p/r/preupgrade/%{name}-%{version}.tar.bz2
 Source1: http://mirrors.fedoraproject.org/releases.txt
@@ -16,17 +14,13 @@ Requires: python-urlgrabber >= 3.9.1-4
 Requires: yum-metadata-parser, yum >= 3.2.24
 Requires: usermode
 Requires: createrepo >= 0.9.7-7
-%if 0%{?fedora} >= 12
 Requires: util-linux-ng >= 2.15.1
-%else
-Requires: e2fsprogs
-%endif
 BuildRequires: intltool
 BuildRequires: desktop-file-utils, python
 Conflicts: yaboot < 1.3.14-8
 
 %description
-preupgrade prepares your Fedora system for an upgrade to the next version
+preupgrade prepares your Fedora system for upgrading to a newer version
 by examining your system, downloading all the files needed for the upgrade,
 and then setting up your system to perform the upgrade after rebooting.
 
@@ -62,6 +56,10 @@ install -m 0644 %{SOURCE1} $RPM_BUILD_RO
 %{python_sitelib}/%{name}
 
 %changelog
+* Sat Jun 05 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 1.1.6-2
+- Fix description to clarify that skipping releases is ok 
+- Update spec to match current guidelines
+
 * Wed May 12 2010 Richard Hughes <richard at hughsie.com> - 1.1.6-1
 - New upstream release.
 - Generate a valid kickstart when there is no space for the install.img



More information about the scm-commits mailing list