[fedup-dracut/f18] 0.7.1

Will Woods wwoods at fedoraproject.org
Tue Nov 20 04:05:24 UTC 2012


commit 0c6fee9af7e84d5b579002bfd9b02dc0efabffe9
Author: Will Woods <wwoods at redhat.com>
Date:   Mon Nov 19 23:04:34 2012 -0500

    0.7.1

 .gitignore        |    1 +
 fedup-dracut.spec |   20 +++++++++++++++-----
 sources           |    1 +
 3 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 244d5ab..ed4ab4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /fedup-dracut-0.7.tar.xz
+/fedup-dracut-0.7.1.tar.xz
diff --git a/fedup-dracut.spec b/fedup-dracut.spec
index a3bab67..4909413 100644
--- a/fedup-dracut.spec
+++ b/fedup-dracut.spec
@@ -1,7 +1,8 @@
 %global dracutmoddir %{_prefix}/lib/dracut/modules.d
+%global plymouthver 0.8.6
 
 Name:       fedup-dracut
-Version:    0.7
+Version:    0.7.1
 Release:    1%{?dist}
 Summary:    The Fedora Upgrade tool initramfs environment
 
@@ -11,17 +12,17 @@ Source0:    https://github.com/downloads/wgwoods/fedup-dracut/%{name}-%{version}
 
 Summary:        initramfs environment for system upgrades
 BuildRequires:  rpm-devel >= 4.10.0
-BuildRequires:  plymouth-devel >= 0.8.6
+BuildRequires:  plymouth-devel >= %{plymouthver}
 BuildRequires:  glib2-devel
 Requires:       rpm >= 4.10.0
-Requires:       plymouth >= 0.8.6
+Requires:       plymouth >= %{plymouthver}
 Requires:       systemd >= 195
 Requires:       dracut
 
 %package plymouth
 BuildRequires:  plymouth-devel
 BuildArch:      noarch
-Requires:       plymouth
+Requires:       plymouth-plugin-two-step >= %{plymouthver}
 Summary:        plymouth theme for system upgrade progress
 
 %description
@@ -47,7 +48,7 @@ make install DESTDIR=$RPM_BUILD_ROOT \
              DRACUTMODDIR=%{dracutmoddir}
 
 %files
-%doc README.asciidoc COPYING TODO
+%doc README.asciidoc TODO.asciidoc COPYING
 %{_libexecdir}/system-upgrade-fedora
 %{dracutmoddir}/85system-upgrade-fedora
 %{dracutmoddir}/90system-upgrade
@@ -57,5 +58,14 @@ make install DESTDIR=$RPM_BUILD_ROOT \
 
 
 %changelog
+* Thu Nov 15 2012 Will Woods <wwoods at redhat.com> 0.7.1-1
+- install new kernel without removing old ones (#876366)
+
+* Wed Nov 14 2012 Will Woods <wwoods at redhat.com> 0.7-2
+- Awful hack to make journal work
+- Send output to systemd journal
+- Fix Requires: for fedup-dracut-plymouth
+- Awful hack to make sure data gets written before reboot
+
 * Thu Oct 25 2012 Will Woods <wwoods at redhat.com> 0.7-1
 - Initial packaging
diff --git a/sources b/sources
index 265454f..b01b194 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 28149a341cfd1428096823ce5bdfd436  fedup-dracut-0.7.tar.xz
+ed4e79bdd4a32d47a702f9d5073b584c  fedup-dracut-0.7.1.tar.xz


More information about the scm-commits mailing list