rpms/preupgrade/F-11 preupgrade.spec, 1.17, 1.18 sources, 1.12, 1.13 0001-Fix-use-of-PUError-in-preupgrade.dev-bug-504826.patch, 1.1, NONE

Will Woods wwoods at fedoraproject.org
Fri Oct 9 21:10:10 UTC 2009


Author: wwoods

Update of /cvs/pkgs/rpms/preupgrade/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14353

Modified Files:
	preupgrade.spec sources 
Removed Files:
	0001-Fix-use-of-PUError-in-preupgrade.dev-bug-504826.patch 
Log Message:
1.1.1


Index: preupgrade.spec
===================================================================
RCS file: /cvs/pkgs/rpms/preupgrade/F-11/preupgrade.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- preupgrade.spec	15 Jun 2009 15:06:49 -0000	1.17
+++ preupgrade.spec	9 Oct 2009 21:10:09 -0000	1.18
@@ -1,13 +1,12 @@
 %{!?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.0
-Release: 2%{?dist}
+Version: 1.1.1
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: https://fedorahosted.org/releases/p/r/preupgrade/%{name}-%{version}.tar.bz2
 Source1: http://mirrors.fedoraproject.org/releases.txt
-Patch1: 0001-Fix-use-of-PUError-in-preupgrade.dev-bug-504826.patch
 URL: https://fedorahosted.org/preupgrade/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -23,7 +22,12 @@ Requires: createrepo
 # yum 3.2.19 is needed for setup_locale(), which fixes some i18n tracebacks
 Requires: yum-metadata-parser, yum >= 3.2.19
 Requires: usermode
+# blkid moved from e2fsprogs to util-linux-ng in 2.15.1
+%if 0%{?fedora} >= 12
+Requires: util-linux-ng >= 2.15.1
+%else
 Requires: e2fsprogs
+%endif
 BuildRequires: desktop-file-utils, python
 # preupgrade's use of long append="..." strings will break older yaboot
 # and thus render ppc systems unbootable - see bug #471321
@@ -44,7 +48,6 @@ and then setting up your system to perfo
 
 %prep
 %setup -q
-%patch1 -p1 -b .504826
 
 %build
 # no op
@@ -77,6 +80,14 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/%{name}
 
 %changelog
+* Fri Oct 09 2009 Will Woods <wwoods at redhat.com> - 1.1.1-1
+- Fix UI hang on upgrades from F11 (bug 526208)
+- Fix unhandled traceback in preupgrade.dev (bug 504826)
+- Give preupgrade its own User-Agent string
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Wed May 13 2009 Will Woods <wwoods at redhat.com> - 1.1.0-1
 - Bump version for 1.1.0 release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/preupgrade/F-11/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	13 May 2009 22:33:01 -0000	1.12
+++ sources	9 Oct 2009 21:10:10 -0000	1.13
@@ -1 +1 @@
-5eb27050142d79facbbc05e18aa3f8d3  preupgrade-1.1.0.tar.bz2
+f96a2814603f78f623397a5548245f9c  preupgrade-1.1.1.tar.bz2


--- 0001-Fix-use-of-PUError-in-preupgrade.dev-bug-504826.patch DELETED ---




More information about the fedora-extras-commits mailing list