forked from pool/build
update
Rev openSUSE:Tools/263 Md5 64469ee966962646350d2f3445cc0b75 2015-09-16 09:57:57 adrianSuSE None
This commit is contained in:
parent
1fa5126034
commit
f73fdd046a
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=build
|
pkgname=build
|
||||||
pkgver=20150903
|
pkgver=20150911
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Build packages in sandbox"
|
pkgdesc="Build packages in sandbox"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 09:54:19 UTC 2015 - adrian@suse.de
|
||||||
|
|
||||||
|
- collax support added
|
||||||
|
- Fix auto-detection of -p1 option to patch
|
||||||
|
- Handle .deb files that have sysv ar(1) filenames
|
||||||
|
- Exported RECIPEFILE in build-recipe-livebuild
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 2 15:29:28 UTC 2015 - adrian@suse.de
|
Wed Sep 2 15:29:28 UTC 2015 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 20150903
|
Version: 20150911
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -22,7 +22,7 @@ Name: build
|
|||||||
Summary: A Script to Build SUSE Linux RPMs
|
Summary: A Script to Build SUSE Linux RPMs
|
||||||
License: GPL-2.0+ and GPL-2.0
|
License: GPL-2.0+ and GPL-2.0
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 20150903
|
Version: 20150911
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: obs-build-%{version}.tar.gz
|
Source: obs-build-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -38,6 +38,7 @@ Requires: bash
|
|||||||
Requires: binutils
|
Requires: binutils
|
||||||
Requires: perl
|
Requires: perl
|
||||||
Requires: tar
|
Requires: tar
|
||||||
|
Requires: perl(parent)
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
Requires: perl-MD5
|
Requires: perl-MD5
|
||||||
Requires: perl-TimeDate
|
Requires: perl-TimeDate
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
build (20150903) unstable; urgency=low
|
build (20150911) unstable; urgency=low
|
||||||
|
|
||||||
* Update to current git trunk
|
* Update to current git trunk
|
||||||
- add sles11sp2 build config and adapt autodetection
|
- add sles11sp2 build config and adapt autodetection
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:610caff3309db618fc4c913cb75b7e934a9862f417beb5b213244fd0e6a934bb
|
|
||||||
size 224072
|
|
3
obs-build-20150911.tar.gz
Normal file
3
obs-build-20150911.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:31e85b899b5fa6fa9d00b91b7aa69636653e1239966893c772bca6a8de13ef06
|
||||||
|
size 226103
|
Loading…
Reference in New Issue
Block a user