[grubby] Don't hardcode dracut path Resolves: #768645

Peter Jones pjones at fedoraproject.org
Sat Dec 17 19:05:01 UTC 2011


commit afb5036256dec90ce55c1fd639c9d2ba8b9b3312
Author: Peter Jones <pjones at redhat.com>
Date:   Sat Dec 17 14:04:55 2011 -0500

    Don't hardcode dracut path
    Resolves: #768645

 .gitignore  |    3 +--
 grubby.spec |    6 +++++-
 sources     |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a490ec9..b592fa9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/grubby-8.3.tar.bz2
-/grubby-8.4.tar.bz2
+/grubby-8.5.tar.bz2
diff --git a/grubby.spec b/grubby.spec
index 5da504b..524ec10 100644
--- a/grubby.spec
+++ b/grubby.spec
@@ -1,5 +1,5 @@
 Name: grubby
-Version: 8.4
+Version: 8.5
 Release: 1%{?dist}
 Summary: Command line tool for updating bootloader configs
 Group: System Environment/Base
@@ -54,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Dec 17 2011 Peter Jones <pjones at redhat.com> - 8.5-1
+- Don't hardcode dracut path
+  Resolves: #768645
+
 * Thu Dec 08 2011 Adam Williamson <awilliam at redhat.com> - 8.4-1
 - Update to 8.4:
 	+ fix Loading... line for updated kernels
diff --git a/sources b/sources
index 1183f16..8a1a4c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9ac69e8d4937fdd3b4b4c7b3880958e9  grubby-8.4.tar.bz2
+c5c352f16f728f9f2e2cb27598b6fbc1  grubby-8.5.tar.bz2


More information about the scm-commits mailing list