commit mkinitrd for openSUSE:Factory
Hello community, here is the log from the commit of package mkinitrd for openSUSE:Factory checked in at Thu May 28 03:48:10 CEST 2009. -------- --- mkinitrd/mkinitrd.changes 2009-05-19 21:37:44.000000000 +0200 +++ mkinitrd/mkinitrd.changes 2009-05-25 12:16:01.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 25 12:15:08 CEST 2009 - ro@suse.de + +- silence warning about rightfully non existing modprobe.conf + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- mkinitrd-silence.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mkinitrd.spec ++++++ --- /var/tmp/diff_new_pack.Q23665/_old 2009-05-28 03:46:21.000000000 +0200 +++ /var/tmp/diff_new_pack.Q23665/_new 2009-05-28 03:46:21.000000000 +0200 @@ -26,7 +26,7 @@ Requires: coreutils modutils util-linux grep gzip sed cpio udev sysvinit file perl-Bootloader AutoReqProv: on Version: 2.5.9 -Release: 5 +Release: 6 Conflicts: udev < 118 Requires: dhcpcd Summary: Creates an Initial RAM Disk Image for Preloading Modules @@ -34,6 +34,7 @@ Source0: mkinitrd.tar.bz2 Patch0: mkinitrd-2.5.9.patch Patch1: mkinitrd-setup-udev-firmware-fix +Patch2: mkinitrd-silence.patch %description Mkinitrd creates file system images for use as initial RAM disk @@ -66,6 +67,7 @@ %setup %patch0 -p0 %patch1 -p1 +%patch2 %build gcc $RPM_OPT_FLAGS -Wall -Os -o lib/mkinitrd/bin/run-init src/run-init.c @@ -129,6 +131,8 @@ %doc %{_mandir}/man8/lsinitrd.8.gz %changelog +* Mon May 25 2009 ro@suse.de +- silence warning about rightfully non existing modprobe.conf * Tue May 19 2009 jeffm@suse.de - Added firmware rules to udev (bnc#494199) * Mon May 04 2009 werner@suse.de ++++++ mkinitrd-silence.patch ++++++ --- scripts/setup-prepare.sh 2009/05/25 10:09:53 1.1 +++ scripts/setup-prepare.sh 2009/05/25 10:11:43 @@ -146,8 +146,10 @@ # Add modprobe, modprobe.conf*, and a version of /bin/true: modprobe.conf # might use it. -cp -r $root_dir/etc/modprobe.conf $root_dir/etc/modprobe.conf.local \ - $root_dir/etc/modprobe.d $tmp_mnt/etc +for mod in $root_dir/etc/modprobe.conf $root_dir/etc/modprobe.conf.local \ + $root_dir/etc/modprobe.d ; do + test -e $mod && cp -r $mod $tmp_mnt/etc +done cat > $tmp_mnt/bin/true <<-EOF #! /bin/sh : ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de