Don't hardcode dracut path

Resolves: #768645
This commit is contained in:
Peter Jones 2011-12-17 14:04:55 -05:00
parent b4d13870fe
commit 71f448dbec
3 changed files with 7 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
/grubby-8.3.tar.bz2 /grubby-8.5.tar.bz2
/grubby-8.4.tar.bz2

View File

@ -1,5 +1,5 @@
Name: grubby Name: grubby
Version: 8.4 Version: 8.5
Release: 1%{?dist} Release: 1%{?dist}
Summary: Command line tool for updating bootloader configs Summary: Command line tool for updating bootloader configs
Group: System Environment/Base Group: System Environment/Base
@ -58,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Sat Dec 17 2011 Peter Jones <pjones@redhat.com> - 8.5-1
- Don't hardcode dracut path
Resolves: #768645
* Thu Dec 08 2011 Adam Williamson <awilliam@redhat.com> - 8.4-1 * Thu Dec 08 2011 Adam Williamson <awilliam@redhat.com> - 8.4-1
- Update to 8.4: - Update to 8.4:
+ fix Loading... line for updated kernels + fix Loading... line for updated kernels

View File

@ -1 +1 @@
9ac69e8d4937fdd3b4b4c7b3880958e9 grubby-8.4.tar.bz2 c5c352f16f728f9f2e2cb27598b6fbc1 grubby-8.5.tar.bz2