forked from pool/build
Accepting request 748685: - Add Fedora module parser
- Rpmmd parser: set up a dummy ExternEnt handler - Add support for modules and publish flags - add zstd to recommends - Support rpm's new expression expansion syntax Rev openSUSE:Factory/126 Md5 8ee81d883a009d54ebd25d0efd774ef5 2019-11-20 12:43:24 dimstar_suse 748685
This commit is contained in:
commit
7eca626939
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=build
|
||||
pkgver=20190923
|
||||
pkgver=20191114
|
||||
pkgrel=0
|
||||
pkgdesc="Build packages in sandbox"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 13:18:14 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- Add Fedora module parser
|
||||
- Rpmmd parser: set up a dummy ExternEnt handler
|
||||
- Add support for modules and publish flags
|
||||
- add zstd to recommends
|
||||
- Support rpm's new expression expansion syntax
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 11:57:05 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: build
|
||||
Version: 20190923
|
||||
Version: 20191114
|
||||
Binary: build
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
|
@ -22,7 +22,7 @@ Name: build
|
||||
Summary: A Script to Build SUSE Linux RPMs
|
||||
License: GPL-2.0-only OR GPL-3.0-only
|
||||
Group: Development/Tools/Building
|
||||
Version: 20190923
|
||||
Version: 20191114
|
||||
Release: 0
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -61,6 +61,7 @@ Recommends: perl(YAML)
|
||||
Recommends: perl(YAML::LibYAML)
|
||||
Recommends: bsdtar
|
||||
Recommends: qemu-linux-user
|
||||
Recommends: zstd
|
||||
Recommends: /usr/bin/qemu-kvm
|
||||
Recommends: /sbin/mkfs.ext3
|
||||
%endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
build (20190923) unstable; urgency=low
|
||||
build (20191114) 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:8d39ec7d36afb6aedc7b869b4357abfb05771127155e1ea566d2ae25273f590e
|
||||
size 352630
|
3
obs-build-20191114.tar.gz
Normal file
3
obs-build-20191114.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6be055d39ce84b603e6ba714201301aea44d7310c8aeaf66e0d92769b65ec5ff
|
||||
size 353575
|
Loading…
Reference in New Issue
Block a user