Hello community, here is the log from the commit of package installation-images checked in at Wed Jul 30 00:38:48 CEST 2008. -------- --- installation-images/installation-images.changes 2008-07-29 10:46:57.000000000 +0200 +++ /mounts/work_src_done/STABLE/installation-images/installation-images.changes 2008-07-29 21:16:42.101991000 +0200 @@ -1,0 +2,10 @@ +Tue Jul 29 21:16:55 CEST 2008 - coolo@suse.de + +- libzypp needs more of boost now + +------------------------------------------------------------------- +Tue Jul 29 15:29:36 CEST 2008 - ro@suse.de + +- ignore sax* on s390x + +------------------------------------------------------------------- New: ---- installation-images-10.50.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ installation-images.spec ++++++ --- /var/tmp/diff_new_pack.Q26332/_old 2008-07-30 00:38:12.000000000 +0200 +++ /var/tmp/diff_new_pack.Q26332/_new 2008-07-30 00:38:12.000000000 +0200 @@ -16,7 +16,7 @@ BuildRequires: FZSongTi IPAGothic KhmerOS-fonts adaptec-firmware ash autoyast2-installation baekmuk-ttf bc blueprint-cursor-theme bootsplash bootsplash-branding-SLED bootsplash-branding-SLES bootsplash-branding-openSUSE cifs-mount cron cups-libs ddrescue dhcpcd dhcpv6 dmraid dump ed efont-unicode eject evms-gui fbiterm finger fonts-arabic fonts-config fonts-thai freefont gdb glibc-i18ndata hex icmpinfo indic-fonts initviocons iputils joe kdelibs3 krb5-devel libidn libjpeg-devel libpng-devel links linuxrc lklug lvm2 mdadm mingetty mtools multipath-tools nasm netcat netpbm nfs-utils nscd ntfsprogs openslp-server openssh pcmciautils pcre-devel popt-devel pothana2000 qlogic-firmware recode rsh rsync sbl screen setserial sg3_utils smartmontools socat sysconfig syslogd tcpd-devel telnet telnet-server termcap terminfo usbutils wget xfsdump BuildRequires: e2fsprogs ncurses-utils yast2-add-on yast2-kdump yast2-mouse yast2-ncurses-pkg yast2-network yast2-ntp-client yast2-qt yast2-qt-pkg yast2-repair yast2-runlevel yast2-slp yast2-trans-allpacks yast2-trans-stats yast2-tune yast2-update yast2-users BuildRequires: aaa_base audit-libs boost busybox checkmedia cryptsetup dejavu dmapi dosfstools ethtool evms fvwm2 gpm hfsutils icewm-lite kernel-binary-packages libelf0 libzypp open-iscsi openct pciutils pcsc-lite perl-HTML-Parser resmgr sqlite3 util-linux -BuildRequires: gpg2 jfsutils kexec-tools limal limal-perl perl-XML-Bare sax2 sax2-tools suse-build-key yast2-iscsi-client yast2-ncurses +BuildRequires: gpg2 jfsutils kexec-tools limal limal-perl perl-XML-Bare suse-build-key yast2-iscsi-client yast2-ncurses BuildRequires: Mesa tightvnc xkeyboard-config xmset xorg-x11 xorg-x11-Xnest xorg-x11-Xvfb xorg-x11-fonts xorg-x11-fonts-core xorg-x11-libICE xorg-x11-libSM xorg-x11-libX11 xorg-x11-libXau xorg-x11-libXdmcp xorg-x11-libXext xorg-x11-libXfixes xorg-x11-libXmu xorg-x11-libXp xorg-x11-libXpm xorg-x11-libXrender xorg-x11-libXt xorg-x11-libfontenc xorg-x11-libxcb xorg-x11-libxkbfile xorg-x11-server xterm BuildRequires: bzip2 cracklib cracklib-dict-full curl libcap libexpat1 libfuse2 libreiserfs libreiserfs-devel lzma module-init-tools nfs-client ntfs-3g parted procinfo procps psmisc satsolver-tools squashfs strace unfonts vim xntp yast2-devtools BuildRequires: bind-libs bind-utils lsscsi sdparm smp_utils @@ -32,7 +32,7 @@ %endif BuildRequires: ltrace %ifnarch s390 s390x -BuildRequires: fbset iprutils kbd sax2-ident xorg-x11-driver-input xorg-x11-driver-video yast2-x11 +BuildRequires: fbset iprutils kbd sax2 sax2-ident sax2-tools xorg-x11-driver-input xorg-x11-driver-video yast2-x11 %endif %ifarch ppc ppc64 BuildRequires: librtas lilo pdisk powerpc-utils @@ -125,8 +125,9 @@ AutoReqProv: off Summary: Installation Image Files Version: 10.50 -Release: 6 +Release: 8 Source: installation-images-10.50.tar.bz2 +Patch: installation-images-10.50.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %define _binary_payload w.ufdio @@ -138,6 +139,7 @@ %prep %setup +%patch0 -p1 %build # files go to CD1/boot/$boot_arch/ @@ -412,6 +414,10 @@ /CD1 %changelog +* Tue Jul 29 2008 coolo@suse.de +- libzypp needs more of boost now +* Tue Jul 29 2008 ro@suse.de +- ignore sax* on s390x * Tue Jul 29 2008 snwint@suse.de - fixed BuildRequires * Wed Jul 23 2008 snwint@suse.de ++++++ installation-images-10.50.diff ++++++ diff -ru installation-images-10.50.orig/data/root/root.file_list installation-images-10.50/data/root/root.file_list --- installation-images-10.50.orig/data/root/root.file_list 2008-07-23 12:37:21.000000000 +0200 +++ installation-images-10.50/data/root/root.file_list 2008-07-29 20:45:40.748231000 +0200 @@ -129,7 +129,7 @@ e restore_cfg etc/passwd etc/shadow etc/group if arch eq 'ia32' || arch eq 'x86_64' || arch eq 'ia64' - libsmbios-libs: + libsmbios2: /usr/lib*/libsmbios.so.* endif @@ -916,6 +916,7 @@ boost: /usr/lib*/libboost_filesystem.so.* + /usr/lib*/libboost_signals-mt.so.* libidn: /usr/lib*/libidn.so.* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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