Accepting request 333455 from openSUSE:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/333455 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build?expand=0&rev=92
This commit is contained in:
commit
a81b14bb1f
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=build
|
pkgname=build
|
||||||
pkgver=20150903
|
pkgver=20150917
|
||||||
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 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 10:45:57 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: 20150917
|
||||||
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: 20150917
|
||||||
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 (20150917) 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-20150917.tar.gz
Normal file
3
obs-build-20150917.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b78aacfbe12857dca09ec74fec208074aa44508a743342514f53f49622487473
|
||||||
|
size 226017
|
Loading…
Reference in New Issue
Block a user