forked from pool/build
update
Rev openSUSE:Tools/379 Md5 b77254e91f0dba47b22ef3f47d5c672d 2019-03-21 09:40:05 adrianSuSE None
This commit is contained in:
parent
8a058c04fd
commit
9c05e5eff7
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=build
|
pkgname=build
|
||||||
pkgver=20190123
|
pkgver=20190321
|
||||||
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,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Wed Jan 23 14:42:17 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
@ -133,7 +143,7 @@ Wed Jan 24 16:04:35 UTC 2018 - adrian@suse.de
|
|||||||
Tue Nov 28 13:33:11 UTC 2017 - adrian@suse.de
|
Tue Nov 28 13:33:11 UTC 2017 - adrian@suse.de
|
||||||
|
|
||||||
- Fixed Dockerfile repository parsing
|
- Fixed Dockerfile repository parsing
|
||||||
- Improve file name check extractbuild
|
- Improve file name check extractbuild (CVE-2017-14804, bsc#1069904)
|
||||||
- track release number of containers
|
- track release number of containers
|
||||||
- Define SOURCEURL and PATCHURL macros
|
- Define SOURCEURL and PATCHURL macros
|
||||||
- Keep preinstalled packages
|
- Keep preinstalled packages
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 20190123
|
Version: 20190321
|
||||||
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-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: 20190123
|
Version: 20190321
|
||||||
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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
build (20190123) unstable; urgency=low
|
build (20190321) 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:a3ce5f6384cec7dc5804567df9cadca4deb5e88cd47cfc4f76752ab62c2a24b5
|
|
||||||
size 330576
|
|
3
obs-build-20190321.tar.gz
Normal file
3
obs-build-20190321.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:97f52eb0ee691fcb94d786e3e0815ffeddb0a3547fc0f710dda2c0754a682f0d
|
||||||
|
size 330724
|
Loading…
Reference in New Issue
Block a user