Hello community, here is the log from the commit of package openSUSE-images checked in at Wed Oct 1 14:16:12 CEST 2008. -------- --- openSUSE-images/openSUSE-images.changes 2008-08-15 12:30:47.000000000 +0200 +++ /mounts/work_src_done/STABLE/openSUSE-images/openSUSE-images.changes 2008-10-01 13:41:22.275803000 +0200 @@ -1,0 +2,6 @@ +Wed Oct 1 13:38:12 CEST 2008 - cthiel@suse.de + +- use /.build.binaries to get the packages (fix for buildservice) +- workaround bug (bnc#431221) + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- needed_space_in_mb ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openSUSE-images.spec ++++++ --- /var/tmp/diff_new_pack.q24398/_old 2008-10-01 14:15:58.000000000 +0200 +++ /var/tmp/diff_new_pack.q24398/_new 2008-10-01 14:15:58.000000000 +0200 @@ -16,6 +16,7 @@ # # needsrootforbuild +# needsbinariesforbuild Name: openSUSE-images @@ -26,7 +27,7 @@ #!BuildIgnore: suspend Summary: Creates preinstalled images of patterns Version: 11.0 -Release: 119 +Release: 146 Group: Metapackages License: BSD 3-Clause BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -50,11 +51,7 @@ %setup -T -c %build -. /.buildenv -rm -rf /home/rpmdir -mkdir /home/rpmdir -cp -a /.rpm-cache/$BUILD_BASENAME /home/rpmdir/rpms -createrepo /home/rpmdir +createrepo /.build.binaries install_repo() { set +e @@ -62,7 +59,7 @@ file=$2 export YAST_IS_RUNNING=1 export ZYPP_MODALIAS_SYSFS=/tmp - mkdir -p $root/home/rpmdir $root/proc + mkdir -p $root/home/rpmdir $root/proc $root/sys mkdir -p $root/dev mkdir -m 755 -p $root/dev/pts mknod -m 666 $root/dev/null c 1 3 @@ -86,10 +83,12 @@ cp /var/adm/fillup-templates/group.aaa_base $root/etc/group ret=0 ZYPPER="zypper -q --root $root --no-gpg-checks --non-interactive" - mount -o bind,ro /home/rpmdir $root/home/rpmdir + mount -o bind,ro /.build.binaries $root/home/rpmdir mount -o bind /dev $root/dev mount -o bind /proc $root/proc - $ZYPPER addrepo file:///home/rpmdir repo || ret=1 + mount -o bind /sys $root/sys +# mount -t sysfs none $root/sys + $ZYPPER addrepo file:$root/home/rpmdir repo || ret=1 $ZYPPER ref || ret=1 $ZYPPER in --auto-agree-with-licenses `cat /usr/share/suse/packages/$file` || ret=1 rpm -r $root -qa --qf "[%{NAME}\n]" | LC_ALL=C sort -u > $file @@ -103,6 +102,7 @@ umount -f $root/home/rpmdir rmdir $root/home/rpmdir umount -f $root/proc + umount $root/sys umount -f $root/dev set -e if test "$ret" = 1; then @@ -203,6 +203,9 @@ /CD1 %changelog +* Wed Oct 01 2008 cthiel@suse.de +- use /.build.binaries to get the packages (fix for buildservice) +- workaround bug (bnc#431221) * Fri Aug 15 2008 coolo@suse.de - work around zypper sa bug * Mon Aug 04 2008 coolo@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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