[fedup/f19] 0.8.1 yaaay

Will Woods wwoods at fedoraproject.org
Thu May 22 17:24:51 UTC 2014


commit e8ec71a285a63573806282f448ad3e7e93523ca2
Author: Will Woods <wwoods at redhat.com>
Date:   Thu May 22 13:24:26 2014 -0400

    0.8.1 yaaay

 .gitignore                                         |    1 +
 ...meError-if-you-hit-Ctrl-C-during-download.patch |   28 ------------
 ...-log-messages-when-the-GPG-key-is-missing.patch |   46 --------------------
 ...Let-instrepo-override-iso-device-instrepo.patch |   38 ----------------
 ...-startup-when-packagedir-isn-t-on-root-10.patch |   32 --------------
 ...-VERSION-if-etc-debian_release-exists-105.patch |   33 --------------
 ...n-the-user-if-upgrade-contains-no-kernels.patch |   36 ---------------
 fedup.spec                                         |   33 +++++++-------
 sources                                            |    2 +-
 9 files changed, 19 insertions(+), 230 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 06364e1..bbbe3f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /fedup-0.7.3.tar.xz
 /bug896023.img
 /fedup-0.8.0.tar.xz
+/fedup-0.8.1.tar.xz
diff --git a/fedup.spec b/fedup.spec
index b6ff8b9..a88a614 100644
--- a/fedup.spec
+++ b/fedup.spec
@@ -1,21 +1,15 @@
 Name:           fedup
-Version:        0.8.0
-Release:        4%{?dist}
+Version:        0.8.1
+Release:        1%{?dist}
 Summary:        The Fedora Upgrade tool
 
 License:        GPLv2+
 URL:            https://github.com/wgwoods/fedup
 Source0:        https://github.com/downloads/wgwoods/fedup/%{name}-%{version}.tar.xz
 
-Patch1:         0001-Fix-NameError-if-you-hit-Ctrl-C-during-download.patch
-Patch2:         0002-Improve-log-messages-when-the-GPG-key-is-missing.patch
-Patch3:         0003-Let-instrepo-override-iso-device-instrepo.patch
-Patch4:         0004-fix-upgrade-startup-when-packagedir-isn-t-on-root-10.patch
-Patch5:         0005-Fix-network-VERSION-if-etc-debian_release-exists-105.patch
-Patch6:         0006-Warn-the-user-if-upgrade-contains-no-kernels.patch
-
 Requires:       systemd >= 183
 Requires:       grubby
+Requires:       yum
 
 BuildRequires:  python-libs
 BuildRequires:  systemd-devel
@@ -31,12 +25,6 @@ fedup is the Fedora Upgrade tool.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 %build
 make PYTHON=%{__python}
@@ -50,7 +38,12 @@ ln -sf fedup.8 $RPM_BUILD_ROOT/%{_mandir}/man8/fedup-cli.8
 # updates dir
 mkdir -p $RPM_BUILD_ROOT/etc/fedup/update.img.d
 
-
+%post
+for d in /var/tmp /var/lib; do
+    if [ -d $d/fedora-upgrade -a ! -e $d/system-upgrade ]; then
+        mv $d/fedora-upgrade $d/system-upgrade
+    fi
+done
 
 %files
 %doc README.asciidoc TODO.asciidoc COPYING
@@ -81,6 +74,14 @@ mkdir -p $RPM_BUILD_ROOT/etc/fedup/update.img.d
 #{_datadir}/fedup/ui
 
 %changelog
+* Thu May 22 2014 Will Woods <wwoods at redhat.com> 0.8.1-1
+- Warn the user when there is no kernel package in the upgrade
+- Fix crash when resizing terminal window (#1044987)
+- Fix crashes with bad arguments to --repo and --iso (#1045090, #1044083)
+- Fix some crashes during transaction test (#1043981, #1047005)
+- Fix upgrade hang if packagedir isn't on root partition (#1045168)
+- Don't redownload everything if the user just upgraded from 0.7.x
+
 * Fri Feb 28 2014 Adam Williamson <awilliam at redhat.com> 0.8.0-4
 - backport a few more bugfixes from git master:
   + fix upgrade startup when packagedir isn't on root (#1045168)
diff --git a/sources b/sources
index fb7cb85..db92f40 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5f699221cf99e161659b90b5713b1cea  fedup-0.8.0.tar.xz
+68a5c3a8ac1d6341ae624545c03b5faa  fedup-0.8.1.tar.xz


More information about the scm-commits mailing list