[fedup/f18] 0.7.2 prerelease

Will Woods wwoods at fedoraproject.org
Wed Dec 5 23:10:02 UTC 2012


commit c4d75c96c275d63e240e85f056d9a02c1aa51810
Author: Will Woods <wwoods at redhat.com>
Date:   Wed Dec 5 18:09:26 2012 -0500

    0.7.2 prerelease

 .gitignore |    2 +-
 fedup.spec |   12 ++++++++++--
 sources    |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a2d52fc..11a52a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 /fedup-0.7.tar.xz
-/fedup-0.7.1.tar.xz
+/fedup-0.7.2.tar.xz
diff --git a/fedup.spec b/fedup.spec
index a674aad..36eb889 100644
--- a/fedup.spec
+++ b/fedup.spec
@@ -1,6 +1,6 @@
 Name:           fedup
-Version:        0.7.1
-Release:        1%{?dist}
+Version:        0.7.2
+Release:        0.git20121205%{?dist}
 Summary:        The Fedora Upgrade tool
 
 License:        GPLv2+
@@ -8,6 +8,7 @@ URL:            https://github.com/wgwoods/fedup
 Source0:        https://github.com/downloads/wgwoods/fedup/%{name}-%{version}.tar.xz
 
 BuildRequires:  python2-devel
+BuildRequires:  systemd-devel
 Requires:       systemd
 BuildArch:      noarch
 
@@ -46,6 +47,13 @@ make install-systemd DESTDIR=$RPM_BUILD_ROOT
 #{_datadir}/fedup/ui
 
 %changelog
+* Wed Dec 05 2012 Will Woods <wwoods at redhat.com> 0.7.2-1
+- Fix traceback if /var/tmp is a different filesystem from /var/lib (#883107)
+- Disable SELinux during upgrade if system has SELinux disabled (#882549)
+- Use new-kernel-pkg to set up bootloader (#872088, #879290, #881338)
+- Remove boot option after upgrade (#873065)
+- Get instrepo automatically if available
+
 * Mon Nov 19 2012 Will Woods <wwoods at redhat.com> 0.7.1-1
 - Add --clean commandline argument
 - Fix grubby traceback (#872088)
diff --git a/sources b/sources
index a60db71..56a9808 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 ba0771c10426e7fa1e28aa1670bbd429  fedup-0.7.tar.xz
-766712e0b681c5f81af9b6323eb612f2  fedup-0.7.1.tar.xz
+d56a76a89569012d0b5e02cfcf8a9b51  fedup-0.7.2.tar.xz


More information about the scm-commits mailing list