Browse Source

grubby: fix support dracut

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11186 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 6 years ago
parent
commit
cd79bf7246
1 changed files with 6 additions and 1 deletions
  1. 6 1
      g/grubby/grubby-vl.spec

+ 6 - 1
g/grubby/grubby-vl.spec

@@ -1,6 +1,6 @@
 Name: grubby
 Version: 7.0.13
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 Summary: Command line tool for updating bootloader configs
 Summary(ja): ブートローダの設定を更新するためのコマンドラインツール
 Group: System Environment/Base
@@ -12,6 +12,7 @@ URL: http://git.fedorahosted.org/git/grubby.git
 Source0: %{name}-%{version}.tar.bz2
 Patch10: %{name}-7.0.13-vine.patch
 Patch20: %{name}-7.0.13-tuxonice.patch
+Patch30: %{name}-7.0.13_dracut_vine.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: pkgconfig glib2-devel popt-devel 
@@ -34,6 +35,7 @@ environment.
 %setup -q
 %patch10 -p1 -b .vine
 %patch20 -p1 -b .tuxonice
+%patch30 -p1 -b .dracut
 
 %build
 make %{?_smp_mflags}
@@ -60,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Sep 17 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 7.0.13-5
+- add patch30 for support dracut
+
 * Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.13-4
 - rebuild with VineSeed environment