forked from pool/build
osc copypac from project:OBS:Server:2.4 package:build revision:32, using keep-link
Rev openSUSE:Tools/206 Md5 144a5fe201c6ca7277576eb8dacee956 2013-04-29 07:42:59 adrianSuSE None
This commit is contained in:
parent
5ea3e1cd9f
commit
eb205241c6
6
PKGBUILD
6
PKGBUILD
@ -1,6 +1,6 @@
|
||||
pkgname=build
|
||||
pkgver=20130227
|
||||
pkgrel=1
|
||||
pkgver=20130429
|
||||
pkgrel=0
|
||||
pkgdesc="Build packages in sandbox"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.github.com/openSUSE/obs-build"
|
||||
@ -8,7 +8,7 @@ license=('GPL-2.0+' 'GPL-2.0')
|
||||
groups=('base-devel')
|
||||
depends=('perl')
|
||||
source=(obs-build-${pkgver}.tar.gz)
|
||||
md5sums=('3db9a882f3c7c57c0a89833230324c66')
|
||||
md5sums=('a789f80b0352f0ab20e0822328665c4d')
|
||||
|
||||
package() {
|
||||
msg "Installing build ..."
|
||||
|
@ -20,7 +20,7 @@ Name: build-initvm
|
||||
Summary: A Script to Build SUSE Linux RPMs
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
Version: 20130402
|
||||
Version: 20130429
|
||||
Release: 0
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
@ -1,10 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 11:09:59 UTC 2013 - coolo@suse.com
|
||||
Mon Apr 29 07:40:19 UTC 2013 - adrian@suse.de
|
||||
|
||||
- add sl13.1.conf (openSUSE:Factory prjconf of 2013-03-29)
|
||||
- have ncurses-devel-32bit require ncurses-devel and not ncurses-32bit
|
||||
- do not put .socket files into the 32bit packages
|
||||
- unbreak kvm for x86_64
|
||||
- disabling fsync again for newer rpm versions to speed up
|
||||
installation phase again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 26 11:35:37 UTC 2013 - adrian@suse.de
|
||||
|
||||
- cloud support for Amanzon EC2 and openstack
|
||||
- fixed SPEC_REL support
|
||||
- fixed zvm build
|
||||
- fixed uml support
|
||||
- fixing ext4 usage on old distros
|
||||
- final openSUSE 12.3 config
|
||||
- arm build support fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 09:43:58 UTC 2013 - adrian@suse.de
|
||||
|
||||
- fix kvm support for x86_64 again
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 11:03:17 UTC 2013 - adrian@suse.de
|
||||
|
||||
- avoid writing out incomplete IO statistics
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 27 09:14:05 UTC 2013 - adrian@suse.de
|
||||
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: build
|
||||
Version: 20130402
|
||||
Version: 20130429
|
||||
Binary: build
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
|
@ -20,7 +20,7 @@ Name: build
|
||||
Summary: A Script to Build SUSE Linux RPMs
|
||||
License: GPL-2.0+ and GPL-2.0
|
||||
Group: Development/Tools/Building
|
||||
Version: 20130402
|
||||
Version: 20130429
|
||||
Release: 0
|
||||
#!BuildIgnore: build-mkbaselibs
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
@ -110,6 +110,7 @@ test -e default.conf
|
||||
/usr/bin/buildvc
|
||||
/usr/bin/unrpm
|
||||
/usr/lib/build
|
||||
%config(noreplace) /usr/lib/build/emulator/emulator.sh
|
||||
%{_mandir}/man1/build.1*
|
||||
|
||||
%if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:145f5df871f0ab10b435b92b963002a6757d816da272f25f13ccbd0556a95587
|
||||
size 179528
|
3
obs-build-20130429.tar.gz
Normal file
3
obs-build-20130429.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d9c12fecf7a278a3af327d0495b67fe409ea71385c9288f7fe823e034589beb
|
||||
size 152695
|
Loading…
Reference in New Issue
Block a user