Browse Source

mkinitrd: fix resolving library dependencies

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@987 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 14 years ago
parent
commit
571d25405b
1 changed files with 10 additions and 1 deletions
  1. 10 1
      m/mkinitrd/mkinitrd-vl.spec

+ 10 - 1
m/mkinitrd/mkinitrd-vl.spec

@@ -2,7 +2,7 @@ Summary: Creates an initial ramdisk image for preloading modules.
 Summary(ja): モジュールをプリロードするための初期RAMディスク(initramfs)作成ユーティリティ
 Name: mkinitrd
 Version: 6.0.93
-Release: 7%{?_dist_release}
+Release: 8%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Base
 
@@ -16,6 +16,7 @@ Patch15: mkinitrd-6.0.93-restrict-udev-messages.patch
 
 Patch20: mkinitrd-6.0.93-tuxonice.patch
 Patch21: mkinitrd-6.0.93-remove-bash4ism.patch
+Patch22: mkinitrd-6.0.93-fix-resolving-library-deps.patch
 
 ExclusiveOs: Linux
 URL: git://git.fedoraproject.org/git/hosted/mkinitrd
@@ -41,6 +42,10 @@ Requires: nash = %{version}-%{release}
 Requires: grubby
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: daisuke
+
 %description
 mkinitrd creates filesystem images for use as initial ram filesystem
 (initramfs) images.  These images are used to find and mount the root
@@ -88,6 +93,7 @@ nash
 %patch15 -p1
 %patch20 -p1
 %patch21 -p1
+%patch22 -p1
 
 find . -name "Makefile*" -exec sed -i 's|-Werror||g' {} \;
 
@@ -140,6 +146,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_sysconfdir}/kernel/prerm.d
 
 %changelog
+* Tue May 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-8
+- add Patch22 to fix resolving library dependencies
+
 * Mon Apr 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-7
 - add Patch21 to remove bash4ism