|
@@ -2,7 +2,7 @@ Summary: Creates an initial ramdisk image for preloading modules.
|
|
|
Summary(ja): モジュールをプリロードするための初期RAMディスク(initramfs)作成ユーティリティ
|
|
|
Name: mkinitrd
|
|
|
Version: 6.0.93
|
|
|
-Release: 14%{?_dist_release}
|
|
|
+Release: 15%{?_dist_release}
|
|
|
License: GPLv2+
|
|
|
Group: System Environment/Base
|
|
|
|
|
@@ -24,7 +24,7 @@ Patch26: mkinitrd-6.0.93-gcc46.patch
|
|
|
|
|
|
ExclusiveOs: Linux
|
|
|
URL: git://git.fedoraproject.org/git/hosted/mkinitrd
|
|
|
-Requires: /bin/sh, /sbin/insmod.static, /sbin/losetup
|
|
|
+Requires: /bin/sh, /sbin/modprobe, /sbin/losetup
|
|
|
Requires: fileutils, grep, mount, gzip, tar, mktemp
|
|
|
Requires: lvm2
|
|
|
Requires: filesystem >= 2.1.0, cpio, device-mapper, initscripts
|
|
@@ -155,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%dir %{_sysconfdir}/kernel/prerm.d
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Jun 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-15
|
|
|
+- remove R: insmod.static, add R: modprobe
|
|
|
+
|
|
|
* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.0.93-14
|
|
|
- rebuild with python-2.7.2
|
|
|
|