[fedup/f20] fedup-0.9.1

Will Woods wwoods at fedoraproject.org
Mon Dec 8 19:37:33 UTC 2014


commit a60f862b37b2e43039a6676ac1852b4f60cec1fc
Author: Will Woods <wwoods at redhat.com>
Date:   Mon Dec 8 14:23:41 2014 -0500

    fedup-0.9.1
    
    Hooray!

 .gitignore                                         |    1 +
 ...d-consider-startup-finished-before-switch.patch |   45 --------------------
 fedup.spec                                         |   13 +++---
 sources                                            |    2 +-
 4 files changed, 9 insertions(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a67ceb7..353260b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /fedup-0.8.0.tar.xz
 /fedup-0.8.1.tar.xz
 /fedup-0.9.0.tar.xz
+/fedup-0.9.1.tar.xz
diff --git a/fedup.spec b/fedup.spec
index 81f4676..933664d 100644
--- a/fedup.spec
+++ b/fedup.spec
@@ -1,6 +1,6 @@
 Name:           fedup
-Version:        0.9.0
-Release:        2%{?dist}
+Version:        0.9.1
+Release:        1%{?dist}
 Summary:        The Fedora Upgrade tool
 
 License:        GPLv2+
@@ -19,16 +19,12 @@ BuildArch:      noarch
 # GET THEE BEHIND ME, SATAN
 Obsoletes:      preupgrade
 
-# workaround for #1159292
-Patch0:         0001-Make-systemd-consider-startup-finished-before-switch.patch
-
 %description
 fedup is the Fedora Upgrade tool.
 
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 make PYTHON=%{__python}
@@ -78,6 +74,11 @@ done
 #{_datadir}/fedup/ui
 
 %changelog
+* Mon Dec 08 2014 Will Woods <wwoods at redhat.com> 0.9.1-1
+- Fix traceback if --product/--add-install is misspelled/missing (#1167971)
+- Make sure fedup --clean doesn't require --product (#1158766)
+- Give clearer error messages about invalid '--network' values
+
 * Mon Nov 03 2014 Will Woods <wwoods at redhat.com> 0.9.0-2
 - Make systemd consider startup finished before starting upgrade (#1159292)
 
diff --git a/sources b/sources
index ca4c3fb..11d66eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-687ef1275d09b363bfc68efacbeeba23  fedup-0.9.0.tar.xz
+0060b5ff9677c6c336ff79d20a2b82a0  fedup-0.9.1.tar.xz


More information about the scm-commits mailing list