forked from pool/build
Accepting request 643708: - require psmisc util for fuser
- Start debian support for kiwi images/containers - Support building with unordered repositories for kiwi/docker builds - Write the package list of the base container in kiwi container builds - Support kiwi's "additionaltags" attribute (added in kiwi 9.15.3) - Add some substitutes for the extra container tags - Support "OBS-AddTag" directive to set multiple container tags in kiwi builds - Archlinux updates - SLE 12 SP4 config - Appimage: support source file parsing Rev openSUSE:Factory/118 Md5 e84ef354aba50cd718142029b298f574 2018-11-05 21:47:31 dimstar_suse 643708
This commit is contained in:
commit
0400f818af
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=build
|
||||
pkgver=20180830
|
||||
pkgver=20181022
|
||||
pkgrel=0
|
||||
pkgdesc="Build packages in sandbox"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 22 09:43:20 UTC 2018 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- require psmisc util for fuser
|
||||
- Start debian support for kiwi images/containers
|
||||
- Support building with unordered repositories for kiwi/docker builds
|
||||
- Write the package list of the base container in kiwi container builds
|
||||
- Support kiwi's "additionaltags" attribute (added in kiwi 9.15.3)
|
||||
- Add some substitutes for the extra container tags
|
||||
- Support "OBS-AddTag" directive to set multiple container tags in kiwi builds
|
||||
- Archlinux updates
|
||||
- SLE 12 SP4 config
|
||||
- Appimage: support source file parsing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 29 13:57:07 UTC 2018 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: build
|
||||
Version: 20180830
|
||||
Version: 20181022
|
||||
Binary: build
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
|
10
build.spec
10
build.spec
@ -22,7 +22,7 @@ Name: build
|
||||
Summary: A Script to Build SUSE Linux RPMs
|
||||
License: GPL-2.0-or-later AND GPL-2.0-only
|
||||
Group: Development/Tools/Building
|
||||
Version: 20180830
|
||||
Version: 20181022
|
||||
Release: 0
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -33,6 +33,14 @@ Requires: bash
|
||||
Requires: binutils
|
||||
Requires: perl
|
||||
Requires: tar
|
||||
# needed for fuser
|
||||
Requires: psmisc
|
||||
# just to verify existence of packages
|
||||
BuildRequires: bash
|
||||
BuildRequires: binutils
|
||||
BuildRequires: perl
|
||||
BuildRequires: psmisc
|
||||
BuildRequires: tar
|
||||
%if 0%{?fedora}
|
||||
Requires: perl-MD5
|
||||
Requires: perl-TimeDate
|
||||
|
@ -1,4 +1,4 @@
|
||||
build (20180830) unstable; urgency=low
|
||||
build (20181022) 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:578533fae2f037fa3fa6702a0e04f6c3d362f25ed0aacc4d4674f586e42ec96d
|
||||
size 303802
|
3
obs-build-20181022.tar.gz
Normal file
3
obs-build-20181022.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbe8a4a85d9ed77cab35f2479d331753d24991c263ac1bfce4e49fa0380ab7e2
|
||||
size 305402
|
Loading…
Reference in New Issue
Block a user