[fedup-dracut] fedup-dracut 0.9.0

Will Woods wwoods at fedoraproject.org
Wed Oct 22 20:55:11 UTC 2014


commit 07acfb80f152eebaf57c8d7c542f9589d7be30fb
Author: Will Woods <wwoods at redhat.com>
Date:   Wed Oct 22 16:54:29 2014 -0400

    fedup-dracut 0.9.0
    
    Hooray! It's time!

 .gitignore                                         |    1 +
 ...x-backward-compatibility-with-fedup-0.7.x.patch |   39 --------------------
 fedup-dracut.spec                                  |   13 ++++---
 sources                                            |    2 +-
 4 files changed, 10 insertions(+), 45 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 982ea49..e857351 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /fedup-dracut-0.7.2.tar.xz
 /fedup-dracut-0.7.3.tar.xz
 /fedup-dracut-0.8.0.tar.xz
+/fedup-dracut-0.9.0.tar.xz
diff --git a/fedup-dracut.spec b/fedup-dracut.spec
index ef7a449..36caa62 100644
--- a/fedup-dracut.spec
+++ b/fedup-dracut.spec
@@ -2,16 +2,14 @@
 %global plymouthver 0.8.6
 
 Name:       fedup-dracut
-Version:    0.8.0
-Release:    4%{?dist}
+Version:    0.9.0
+Release:    1%{?dist}
 Summary:    The Fedora Upgrade tool initramfs environment
 
 License:    GPLv2+
 URL:        https://github.com/wgwoods/fedup-dracut
 Source0:    https://github.com/downloads/wgwoods/fedup-dracut/%{name}-%{version}.tar.xz
 
-Patch1:     0001-Fix-backward-compatibility-with-fedup-0.7.x.patch
-
 Summary:        initramfs environment for system upgrades
 BuildRequires:  rpm-devel >= 4.10.0
 BuildRequires:  plymouth-devel >= %{plymouthver}
@@ -37,7 +35,6 @@ The plymouth theme used during system upgrade.
 
 %prep
 %setup -q
-%patch1 -p1
 
 
 %build
@@ -61,6 +58,12 @@ make install DESTDIR=$RPM_BUILD_ROOT \
 
 
 %changelog
+* Tue Oct 21 2014 Will Woods <wwoods at redhat.com> 0.9.0-1
+- Use rpm's selinux plugin if available (#1146580)
+- Fix racy LUKS unlock failure (#1044484)
+- Enlongthen progress bar in fedup plymouth theme
+- Other small progress fixes
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 233552f..84706ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8ba57692a2cff0fa919c4e6740f60f6a  fedup-dracut-0.8.0.tar.xz
+778aaa87ae9cf178605e51055f4612b5  fedup-dracut-0.9.0.tar.xz


More information about the scm-commits mailing list