|
@@ -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: 10%{?_dist_release}
|
|
+Release: 11%{?_dist_release}
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
|
|
|
|
@@ -31,6 +31,7 @@ BuildRequires: popt-devel, elfutils-libelf-devel, elfutils-devel
|
|
BuildRequires: libblkid-devel, parted-devel >= 1.8.5, pkgconfig
|
|
BuildRequires: libblkid-devel, parted-devel >= 1.8.5, pkgconfig
|
|
BuildRequires: device-mapper-devel, python-devel
|
|
BuildRequires: device-mapper-devel, python-devel
|
|
BuildRequires: python, util-linux-ng, libnl-devel
|
|
BuildRequires: python, util-linux-ng, libnl-devel
|
|
|
|
+BuildRequires: libuuid-devel
|
|
%ifnarch s390 s390x
|
|
%ifnarch s390 s390x
|
|
Requires: dmraid
|
|
Requires: dmraid
|
|
Requires: kbd
|
|
Requires: kbd
|
|
@@ -146,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%dir %{_sysconfdir}/kernel/prerm.d
|
|
%dir %{_sysconfdir}/kernel/prerm.d
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Dec 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.0.93-11
|
|
|
|
+- add BuildRequires: libuuid-devel
|
|
|
|
+
|
|
* Tue Nov 9 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.0.93-10
|
|
* Tue Nov 9 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.0.93-10
|
|
- rebuilt with parted 2.3
|
|
- rebuilt with parted 2.3
|
|
|
|
|