Hello community, here is the log from the commit of package build for openSUSE:11.3 checked in at Wed Jul 13 13:39:46 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ 11.3/build/build-mkbaselibs-sle.changes 2011-07-07 14:36:09.000000000 +0200 @@ -0,0 +1,15 @@ +------------------------------------------------------------------- +Thu Jun 30 19:05:52 CEST 2011 - [email protected] + +- provide build-mkbaselibs so this can really be used + +------------------------------------------------------------------- +Tue Jun 7 09:31:51 UTC 2011 - [email protected] + +- fix build + +------------------------------------------------------------------- +Mon Jun 6 15:12:13 UTC 2011 - [email protected] + +- new package for SLE baselibsconf, including ia64 arch defaults + --- old-versions/11.3/UPDATES/all/build/build.changes 2011-02-28 09:11:59.000000000 +0100 +++ 11.3/build/build.changes 2011-07-07 14:36:09.000000000 +0200 @@ -2 +2 @@ -Fri Jan 21 06:52:07 UTC 2011 - [email protected] +Fri Jul 1 07:26:34 UTC 2011 - [email protected] @@ -4 +4,118 @@ -- force use of bsdtar for VMs (bnc#665768, CVE-2010-4226) +- compat mode for broken kiwi of openSUSE 11.4 + +------------------------------------------------------------------- +Thu Jun 30 10:42:15 UTC 2011 - [email protected] + +- fixed kiwi execution call for some versions + +------------------------------------------------------------------- +Fri Jun 17 08:35:15 UTC 2011 - [email protected] + +- support new kiwi command line mode + +------------------------------------------------------------------- +Mon Jun 6 14:57:47 UTC 2011 - [email protected] + +- do not build ia64 baselibs packages for openSUSE anymore + +------------------------------------------------------------------- +Wed May 25 12:14:38 UTC 2011 - [email protected] + +- allow to use simple spec file parser via Build::show + +------------------------------------------------------------------- +Thu May 12 10:20:53 UTC 2011 - [email protected] + +- conflict with old bsdtar (not supporting --chroot) + +------------------------------------------------------------------- +Wed Apr 27 12:34:17 UTC 2011 - [email protected] + +- revert to single cpu build default for debian packages + +------------------------------------------------------------------- +Tue Mar 29 14:59:28 UTC 2011 - [email protected] + +- make sure default.conf is no stale symlink + +------------------------------------------------------------------- +Tue Mar 1 15:35:21 UTC 2011 - [email protected] + +- fix xen build support + +------------------------------------------------------------------- +Mon Feb 28 09:02:32 UTC 2011 - [email protected] + +- do not use current git branch for stable build package in distributions +- require bsdtar for vm builds to ensure a safe build + +------------------------------------------------------------------- +Wed Dec 15 14:05:09 CET 2010 - [email protected] + +- also use -o when using bsdtar --chroot + +------------------------------------------------------------------- +Thu Dec 9 11:51:40 UTC 2010 - [email protected] + +- support bsdtar for setting up build enviroment +- make expanddeps use the highest version of a package if multiple + versions aver available in a repository [bnc#656599] +- support other file formats (esp. for .ZIP and .EXE export for crossbuild) + +------------------------------------------------------------------- +Thu Nov 11 12:24:13 UTC 2010 - [email protected] + +- workaround for distros with appstart like Ubuntu 10.10 + +------------------------------------------------------------------- +Tue Nov 2 16:32:42 UTC 2010 - [email protected] + +- delta size limit 80% +- actually unlink the delta file if the delta is too big + +------------------------------------------------------------------- +Wed Oct 27 13:38:48 UTC 2010 - [email protected] + +- use '.drpm' suffix instead of '.delta.rpm' for delta rpms +- makedeltarpms -> mkdrpms and also rename subpackage to match + script name +- since mkdrpms needs Build.pm make perl-TimeDate dependency of + build optional + +------------------------------------------------------------------- +Mon Oct 18 14:38:16 UTC 2010 - [email protected] + +- add missing optional perl dependencies + +------------------------------------------------------------------- +Fri Oct 15 10:27:08 UTC 2010 - [email protected] + +- update to current git + * export also fallback archs as exclusive archs for kiwi product + building, fixes factory dvd5 64bit media + * cross build fixes by Martin Mohring + * correct disk image file creation, it was one byte too large by James Perkins + +------------------------------------------------------------------- +Tue Sep 21 13:23:00 UTC 2010 - [email protected] + +- update to current git + * workaround for supporting rpm install on cross build with native + acceleration + +------------------------------------------------------------------- +Mon Sep 20 12:25:56 UTC 2010 - [email protected] + +- package mkdrpms script in separate package + +------------------------------------------------------------------- +Tue Aug 24 08:32:05 UTC 2010 - [email protected] + +- update to current git + * support for mips cross build + +------------------------------------------------------------------- +Wed Aug 4 15:31:41 UTC 2010 - [email protected] + +- update to current git + * replace release number macros with 0 if not specified calling whatdependson for 11.3-i586 Old: ---- 0001-force-use-of-bsdtar-for-VMs.diff build-2010.07.28.tar.gz build-emptyvmswap.diff New: ---- _service build-2011.07.01.tar.gz build-mkbaselibs-sle.changes build-mkbaselibs-sle.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ build-mkbaselibs-sle.spec ++++++ # # spec file for package build-mkbaselibs-sle # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: build-mkbaselibs-sle License: GPLv2+ Group: Development/Tools/Building AutoReqProv: on Summary: Tools to generate base lib packages Version: 2011.07.01 Release: 1.<RELEASE2> #!BuildIgnore: build-mkbaselibs Provides: build-mkbaselibs Source: build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch # Manual requires to avoid hard require to bash-static AutoReqProv: off %description This package contains the parts which may be installed in the inner build system for generating base lib packages. This is the SLE variant including IA64 binary generation. %prep %setup -q -n build-%{version} %build %install install -m 0755 -d $RPM_BUILD_ROOT/usr/lib/build install -m 0755 mkbaselibs \ $RPM_BUILD_ROOT/usr/lib/build/mkbaselibs install -m 0644 baselibs_global-deb.conf \ $RPM_BUILD_ROOT/usr/lib/build/baselibs_global-deb.conf install -m 0644 baselibs_global-sle.conf \ $RPM_BUILD_ROOT/usr/lib/build/baselibs_global.conf %files %defattr(-,root,root) %dir /usr/lib/build /usr/lib/build/mkbaselibs /usr/lib/build/baselibs* %changelog ++++++ build.spec ++++++ --- /var/tmp/diff_new_pack.oUDPNb/_old 2011-07-13 13:39:07.000000000 +0200 +++ /var/tmp/diff_new_pack.oUDPNb/_new 2011-07-13 13:39:07.000000000 +0200 @@ -23,25 +23,10 @@ Group: Development/Tools/Building AutoReqProv: on Summary: A Script to Build SUSE Linux RPMs -Version: 2010.07.28 -Release: 1.<RELEASE3> -# osc rm build-*tar.bz2 -# REVISION=$(svn info https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/build | sed -ne "/Revision: /s///p") -# VERSION="$(date +"%Y.%m.%d").r$REVISION" -# svn export -r$REVISION https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/build build-$VERSION -# tar cjvf build-$VERSION.tar.bz2 build-$VERSION -# rm -rf build-$VERSION -# osc add build-$VERSION.tar.bz2 -# # There's several occurences of "Version: something" in this file, -# # two of them valid, so we need to be picky in the match. -# sed --in-place build.spec -e"/\(Version:\?[[:space:]]\+\)\([0-9]\{4\}\.[0-9][0-9]\.[0-9][0-9]\.r[0-9]\+\)/s,,\1$VERSION," -# osc build build.spec -# osc ci -# osc submitreq create -m"current svn snapshot." openSUSE:Tools build openSUSE:Factory +Version: 2011.07.01 +Release: 2.<RELEASE2> #!BuildIgnore: build-mkbaselibs Source: build-%{version}.tar.gz -Patch0: 0001-force-use-of-bsdtar-for-VMs.diff -Patch1: build-emptyvmswap.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch # Manual requires to avoid hard require to bash-static @@ -49,10 +34,21 @@ # Keep the following dependencies in sync with obs-worker package Requires: bash Requires: perl -Requires: perl-TimeDate Requires: binutils Requires: tar +Conflicts: bsdtar < 2.5.5 +%if 0%{?suse_version} > 1000 +# None of them are actually required for core features. +# Perl helper scripts use them. +Recommends: perl(Date::Language) +Recommends: perl(Date::Parse) +Recommends: perl(LWP::UserAgent) +Recommends: perl(Pod::Usage) +Recommends: perl(Time::Zone) +Recommends: perl(URI) +Recommends: perl(XML::Parser) Recommends: bsdtar +%endif %description This package provides a script for building RPMs for SUSE Linux in a @@ -61,6 +57,7 @@ %if 0%{?suse_version} > 1120 || ! 0%{?suse_version} Requires: build-mkbaselibs +Recommends: build-mkdrpms %package mkbaselibs License: GPLv2+ @@ -71,25 +68,37 @@ %description mkbaselibs This package contains the parts which may be installed in the inner build system for generating base lib packages. + +%package mkdrpms +License: GPLv2+ +Group: Development/Tools/Building +Summary: Tools to generate delta rpms +Requires: deltarpm +# XXX: we wanted to avoid that but mkdrpms needs Build::Rpm::rpmq +Requires: build + +%description mkdrpms +This package contains the parts which may be installed in the inner build system +for generating delta rpm packages. + %endif %prep %setup -q -%patch0 -p1 -%patch1 -p1 %build %install make DESTDIR=$RPM_BUILD_ROOT install cd $RPM_BUILD_ROOT/usr/lib/build/configs/ +%if 0%{?suse_version} %if 0%{?sles_version} ln -s sles%{sles_version}.conf default.conf %else -%if 0%{?suse_version} V=%suse_version ln -s sl${V:0:2}.${V:2:1}.conf default.conf %endif +test -e default.conf %endif %files @@ -104,12 +113,18 @@ %if 0%{?suse_version} > 1120 || ! 0%{?suse_version} %exclude /usr/lib/build/mkbaselibs %exclude /usr/lib/build/baselibs* +%exclude /usr/lib/build/mkdrpms %files mkbaselibs %defattr(-,root,root) %dir /usr/lib/build /usr/lib/build/mkbaselibs /usr/lib/build/baselibs* + +%files mkdrpms +%defattr(-,root,root) +%dir /usr/lib/build +/usr/lib/build/mkdrpms %endif %changelog ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="version">2011.07.01</param> <param name="url">git://gitorious.org/opensuse/build.git</param> <param name="scm">git</param> </service> <service name="recompress" mode="disabled"> <param name="compression">gz</param> <param name="file">*.tar</param> </service> <service name="set_version" mode="disabled"/> </services> ++++++ build-2010.07.28.tar.gz -> build-2011.07.01.tar.gz ++++++ ++++ 4306 lines of diff (skipped) ++++++ build.dsc ++++++ --- /var/tmp/diff_new_pack.oUDPNb/_old 2011-07-13 13:39:07.000000000 +0200 +++ /var/tmp/diff_new_pack.oUDPNb/_new 2011-07-13 13:39:07.000000000 +0200 @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 2010.07.28 +Version: 2011.07.01 Binary: build Maintainer: Adrian Schroeter <[email protected]> Architecture: all ++++++ debian.changelog ++++++ --- /var/tmp/diff_new_pack.oUDPNb/_old 2011-07-13 13:39:07.000000000 +0200 +++ /var/tmp/diff_new_pack.oUDPNb/_new 2011-07-13 13:39:07.000000000 +0200 @@ -1,3 +1,18 @@ +build (2011.07.01-1) unstable; urgency=low + + * Update to current git trunk + + -- Adrian Schroeter <[email protected]> Fri, 01 Jul 2010 10:03:54 +0200 + +build (2010.12.15-1) unstable; urgency=low + + * Update to current git trunk + - support bsdtar for setting up build enviroment + - make expanddeps use the highest version of a package if multiple + versions aver available in a repository [bnc#656599] + + -- Michael Schroeder <[email protected]> Wed, 15 Dec 2010 14:08:29 +0200 + build (2010.07.28-1) unstable; urgency=low * Update to current git trunk ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
