[fedup/f17] 0.7.3 prerelease for testin'

Will Woods wwoods at fedoraproject.org
Mon Jan 28 23:44:31 UTC 2013


commit 85db1e233d59ff7ab4a370e5e64ed59b17edc1b1
Author: Will Woods <wwoods at redhat.com>
Date:   Mon Jan 28 18:42:40 2013 -0500

    0.7.3 prerelease for testin'

 .gitignore |    1 +
 fedup.spec |   16 +++++++++++++---
 sources    |    2 +-
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 11a52a0..8fa8b90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /fedup-0.7.tar.xz
 /fedup-0.7.2.tar.xz
+/fedup-0.7.3.tar.xz
diff --git a/fedup.spec b/fedup.spec
index 7f9d923..6731ba8 100644
--- a/fedup.spec
+++ b/fedup.spec
@@ -1,6 +1,6 @@
 Name:           fedup
-Version:        0.7.2
-Release:        1%{?dist}
+Version:        0.7.3
+Release:        0.git20130128%{?dist}
 Summary:        The Fedora Upgrade tool
 
 License:        GPLv2+
@@ -9,7 +9,7 @@ Source0:        https://github.com/downloads/wgwoods/fedup/%{name}-%{version}.ta
 
 BuildRequires:  python2-devel
 BuildRequires:  systemd-devel
-Requires:       systemd
+Requires:       systemd grubby
 BuildArch:      noarch
 
 # TODO: uncomment this once we figure out why PackageKit requires preupgrade..
@@ -54,6 +54,16 @@ ln -sf fedup $RPM_BUILD_ROOT/%{_bindir}/fedup-cli
 #{_datadir}/fedup/ui
 
 %changelog
+* Mon Jan 28 2013 Will Woods <wwoods at redhat.com> 0.7.3-0
+- Write debuglog by default (/var/log/fedup.log)
+- Use proxy settings from yum.conf (#892994)
+- Fix "NameError: global name 'po' is not defined" (#895576)
+- Clearer error on already-upgraded systems (#895967)
+- Fix upgrade hang with multiple encrypted partitions (#896010)
+- Fix "OSError: [Errno 2]..." when `selinuxenabled` is not in PATH (#896721)
+- Fix tracebacks on bad arguments to --iso (#896440, #895665)
+- Fix traceback if grubby is missing (#896194)
+
 * Thu Dec 06 2012 Will Woods <wwoods at redhat.com> 0.7.2-1
 - Fix grubby traceback on EFI systems (#884696)
 - Fix traceback if /var/tmp is a different filesystem from /var/lib (#883107)
diff --git a/sources b/sources
index 8898e7d..a721e5b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a3a68ffd363fe21174063dc8af640ab  fedup-0.7.2.tar.xz
+fae4a41ef6cc2ff1ee38e606f598d6e0  fedup-0.7.3.tar.xz


More information about the scm-commits mailing list