|
@@ -2,7 +2,7 @@ Summary: Kernel module management utilities.
|
|
|
Summary(ja): カーネルモジュール管理ユーティリティ
|
|
|
Name: module-init-tools
|
|
|
Version: 3.12
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
License: GPLv2+
|
|
|
Group: System Environment/Kernel
|
|
|
Source: http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-%{version}.tar.bz2
|
|
@@ -14,11 +14,16 @@ Source4: depmod-dist.conf
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: zlib-devel, docbook-utils
|
|
|
BuildRequires: zlib-static
|
|
|
+BuildRequires: glibc-static
|
|
|
Exclusiveos: Linux
|
|
|
Requires(post): chkconfig, coreutils
|
|
|
Obsoletes: modutils-devel, modutils
|
|
|
Provides: modutils = %{version}
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
+Packager: daisuke
|
|
|
+
|
|
|
%description
|
|
|
The module-init-tools package includes various programs needed for automatic
|
|
|
loading and unloading of modules under 2.6 and later kernels, as well
|
|
@@ -82,6 +87,10 @@ fi
|
|
|
%ghost %config(noreplace) %verify(not md5 size mtime) /etc/modprobe.d/modprobe.conf
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Apr 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.12-2
|
|
|
+- add BR: glibc-static
|
|
|
+- add V/D/P tags
|
|
|
+
|
|
|
* Wed Apr 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.12-1
|
|
|
- new upstream release
|
|
|
|