Hello community, here is the log from the commit of package installation-images for openSUSE:Factory checked in at 2013-03-04 17:27:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/installation-images (Old) and /work/SRC/openSUSE:Factory/.installation-images.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes 2013-03-01 07:22:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 2013-03-04 17:27:48.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Feb 27 17:01:43 UTC 2013 - [email protected] + +- build-require suse-module-tools (bnc#805250) +- include-s-m-t.patch: added + +------------------------------------------------------------------- New: ---- include-s-m-t.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ installation-images.spec ++++++ --- /var/tmp/diff_new_pack.0XCnRO/_old 2013-03-04 17:27:49.000000000 +0100 +++ /var/tmp/diff_new_pack.0XCnRO/_new 2013-03-04 17:27:49.000000000 +0100 @@ -153,6 +153,7 @@ BuildRequires: perl-XML-Parser BuildRequires: perl-XML-Simple BuildRequires: systemd +BuildRequires: suse-module-tools BuildRequires: udev %if %with_plymouth BuildRequires: libkms1 @@ -378,6 +379,7 @@ Version: 13.77 Release: 0 Source: installation-images-13.77.tar.bz2 +Patch0: include-s-m-t.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %define _binary_payload w.ufdio @@ -440,6 +442,7 @@ %prep %setup +%patch0 -p1 rm -f /usr/lib/build/checks/04-check-filelist %build ++++++ include-s-m-t.patch ++++++ --- data/base/base.file_list | 3 +++ data/initrd/initrd.file_list | 2 ++ data/rescue/rescue.file_list | 3 +++ data/root/root.file_list | 3 +++ data/root/zenroot.file_list | 3 +++ 5 files changed, 14 insertions(+) --- a/data/base/base.file_list +++ b/data/base/base.file_list @@ -116,6 +116,9 @@ r /usr/bin/{db*,glibcbug,rpcgen} module-init-tools: / +suse-module-tools: + / + libprocps*: / --- a/data/initrd/initrd.file_list +++ b/data/initrd/initrd.file_list @@ -111,6 +111,8 @@ module-init-tools: /sbin/insmod /sbin/modprobe +suse-module-tools: + /etc/modprobe.d if arch eq 's390' || arch eq 's390x' --- a/data/rescue/rescue.file_list +++ b/data/rescue/rescue.file_list @@ -762,6 +762,9 @@ E postin module-init-tools: / +suse-module-tools: + / + rpcbind: postin / E postin --- a/data/root/root.file_list +++ b/data/root/root.file_list @@ -316,6 +316,9 @@ less: module-init-tools: / +suse-module-tools: + / + libprocps*: / --- a/data/root/zenroot.file_list +++ b/data/root/zenroot.file_list @@ -293,6 +293,9 @@ module-init-tools: /sbin/{depmod,insmod,modinfo,modprobe,rmmod} /bin/lsmod +suse-module-tools: + /etc/modprobe.d + libprocps*: / -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
