Accepting request 707419 from openSUSE:Tools
- configs/15.5.conf: remove brp-extract-appdata from support package - add "-vv" parameter in case of debbuild - Filter out 'MACRO' from Requires(pre) - Support createrepo_c's CREATEREPO_CHECKSUMS checksum cache - Skip unsupported GPG check on ArchLinux - Support #!BuildRequires dependencies - Collect more statistics - Install policy-rc.d to prevent services from starting on Debian - Improve file name check extractbuild (CVE-2017-14804, bsc#1069904) OBS-URL: https://build.opensuse.org/request/show/707419 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build?expand=0&rev=122
This commit is contained in:
commit
0c0c54fedf
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=build
|
||||
pkgver=20190123
|
||||
pkgver=20190604
|
||||
pkgrel=0
|
||||
pkgdesc="Build packages in sandbox"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 08:24:31 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- configs/15.5.conf: remove brp-extract-appdata from support package
|
||||
- add "-vv" parameter in case of debbuild
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 09:35:43 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- Filter out 'MACRO' from Requires(pre)
|
||||
- Support createrepo_c's CREATEREPO_CHECKSUMS checksum cache
|
||||
- Skip unsupported GPG check on ArchLinux
|
||||
- Support #!BuildRequires dependencies
|
||||
- Collect more statistics
|
||||
- Install policy-rc.d to prevent services from starting on Debian
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 23 14:42:17 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
@ -133,7 +149,7 @@ Wed Jan 24 16:04:35 UTC 2018 - adrian@suse.de
|
||||
Tue Nov 28 13:33:11 UTC 2017 - adrian@suse.de
|
||||
|
||||
- Fixed Dockerfile repository parsing
|
||||
- Improve file name check extractbuild
|
||||
- Improve file name check extractbuild (CVE-2017-14804, bsc#1069904)
|
||||
- track release number of containers
|
||||
- Define SOURCEURL and PATCHURL macros
|
||||
- Keep preinstalled packages
|
||||
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: build
|
||||
Version: 20190123
|
||||
Version: 20190604
|
||||
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-or-later AND GPL-2.0-only
|
||||
Group: Development/Tools/Building
|
||||
Version: 20190123
|
||||
Version: 20190604
|
||||
Release: 0
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
@ -1,4 +1,4 @@
|
||||
build (20190123) unstable; urgency=low
|
||||
build (20190604) 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:a3ce5f6384cec7dc5804567df9cadca4deb5e88cd47cfc4f76752ab62c2a24b5
|
||||
size 330576
|
3
obs-build-20190604.tar.gz
Normal file
3
obs-build-20190604.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85b4cabfb75b39b723fc2cdfb5c8b5eedf3a3f0b77186effb67e0a316f23d9d8
|
||||
size 330522
|
Loading…
Reference in New Issue
Block a user