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