forked from pool/build
Accepting request 258480: fix Ubuntu 14.10 builds
Rev openSUSE:Factory/86 Md5 d1377ee751b06f82caa20f7fa6174fa8 2014-11-04 16:27:28 coolo 258480
This commit is contained in:
commit
bab1fd7228
4
PKGBUILD
4
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 ..."
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: build
|
||||
Version: 20140424
|
||||
Version: 20141024
|
||||
Binary: build
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a98c7c0e2020382eceee304bee65e81e92e8530a60c5b6f9b30a73803986951
|
||||
size 160362
|
3
obs-build-20141024.tar.gz
Normal file
3
obs-build-20141024.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05b3c1560fa3291f0dadd36ad011830aa13dbf7cc2615ef3fa98182b0805ed72
|
||||
size 203075
|
Loading…
Reference in New Issue
Block a user