diff --git a/PKGBUILD b/PKGBUILD index 0b0131e..f510b61 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20140424 +pkgver=20141024 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') @@ -8,7 +8,7 @@ license=('GPL-2.0+' 'GPL-2.0') groups=('base-devel') depends=('perl') source=(obs-build-${pkgver}.tar.gz) -md5sums=('118afc7b791cd6873244f4948d38ba36') +md5sums=('07987082f491e8d4839d5ae60539a668') package() { msg "Installing build ..." diff --git a/build.changes b/build.changes index 961bf09..9ae3ea1 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Oct 27 09:01:57 UTC 2014 - adrian@suse.de + +- add support for new chroot tool + * fixes Ubuntu 14.10 builds +- man pages for unrpm and vc + +------------------------------------------------------------------- +Fri Sep 19 05:37:09 UTC 2014 - adrian@suse.de + +- drop not available packages from SLE 12 config + +------------------------------------------------------------------- +Thu Sep 18 10:46:25 UTC 2014 - adrian@suse.de + +- fix syntax error in SLE 12 config + +------------------------------------------------------------------- +Tue Sep 16 06:29:02 UTC 2014 - adrian@suse.de + +- add SLE 12 config (bnc#893618) +- build-vm-kvm: Always use -mem-prealloc when using -mem-path +- debian livebuild support +- various ppc handling fixes +- various smaller fixes + ------------------------------------------------------------------- Thu Apr 24 19:09:19 UTC 2014 - adrian@suse.de diff --git a/build.dsc b/build.dsc index 4e07ddc..8b9ab5e 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20140424 +Version: 20141024 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index 21f387a..e7a442b 100644 --- a/build.spec +++ b/build.spec @@ -20,10 +20,11 @@ Name: build Summary: A Script to Build SUSE Linux RPMs License: GPL-2.0+ and GPL-2.0 Group: Development/Tools/Building -Version: 20140424 +Version: 20141024 Release: 0 #!BuildIgnore: build-mkbaselibs Source: obs-build-%{version}.tar.gz +Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch # Manual requires to avoid hard require to bash-static @@ -149,6 +150,8 @@ test -e default.conf /usr/lib/build %config(noreplace) /usr/lib/build/emulator/emulator.sh %{_mandir}/man1/build.1* +%{_mandir}/man1/unrpm.1* +%{_mandir}/man1/vc.1* %if 0%{?suse_version} %exclude /usr/lib/build/initvm.* %endif diff --git a/debian.changelog b/debian.changelog index aecd64c..34a8128 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -build (2011.10.10-1) unstable; urgency=low +build (20141024) unstable; urgency=low * Update to current git trunk - add sles11sp2 build config and adapt autodetection diff --git a/obs-build-20140424.tar.gz b/obs-build-20140424.tar.gz deleted file mode 100644 index 3f6e388..0000000 --- a/obs-build-20140424.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a98c7c0e2020382eceee304bee65e81e92e8530a60c5b6f9b30a73803986951 -size 160362 diff --git a/obs-build-20141024.tar.gz b/obs-build-20141024.tar.gz new file mode 100644 index 0000000..94de3d2 --- /dev/null +++ b/obs-build-20141024.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b3c1560fa3291f0dadd36ad011830aa13dbf7cc2615ef3fa98182b0805ed72 +size 203075