Accepting request 643708 from openSUSE:Tools
- 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 OBS-URL: https://build.opensuse.org/request/show/643708 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build?expand=0&rev=118
This commit is contained in:
commit
23ba20d469
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=build
|
pkgname=build
|
||||||
pkgver=20180830
|
pkgver=20181022
|
||||||
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,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>
|
Wed Aug 29 13:57:07 UTC 2018 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 20180830
|
Version: 20181022
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
10
build.spec
10
build.spec
@ -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-or-later AND GPL-2.0-only
|
License: GPL-2.0-or-later AND GPL-2.0-only
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 20180830
|
Version: 20181022
|
||||||
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
|
||||||
@ -33,6 +33,14 @@ Requires: bash
|
|||||||
Requires: binutils
|
Requires: binutils
|
||||||
Requires: perl
|
Requires: perl
|
||||||
Requires: tar
|
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}
|
%if 0%{?fedora}
|
||||||
Requires: perl-MD5
|
Requires: perl-MD5
|
||||||
Requires: perl-TimeDate
|
Requires: perl-TimeDate
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
build (20180830) unstable; urgency=low
|
build (20181022) 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: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