forked from pool/build
Accepting request 915720: - Fix unpacking of deb/arch archives without bsdtar
- fixed regression in multiline macro evaluation from 20th August release Rev openSUSE:Factory/136 Md5 1a9e9e195866eabbc202b5c18848f165 2021-09-11 20:24:11 dimstar_suse 915720
This commit is contained in:
commit
3a01eaa992
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=build
|
pkgname=build
|
||||||
pkgver=20210820
|
pkgver=20210902
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Build packages in sandbox"
|
pkgdesc="Build packages in sandbox"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
4
_service
4
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="revision">20210820</param>
|
<param name="revision">20210902</param>
|
||||||
<param name="version">20210820</param>
|
<param name="version">20210902</param>
|
||||||
<param name="url">git://github.com/openSUSE/obs-build.git</param>
|
<param name="url">git://github.com/openSUSE/obs-build.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="extract">dist/build.changes</param>
|
<param name="extract">dist/build.changes</param>
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 2 09:18:33 UTC 2021 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
- Fix unpacking of deb/arch archives without bsdtar
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 30 12:44:52 UTC 2021 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
- fixed regression in multiline macro evaluation from 20th August release
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 20 07:44:26 UTC 2021 - Adrian Schröter <adrian@suse.de>
|
Fri Aug 20 07:44:26 UTC 2021 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 20210820
|
Version: 20210902
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
17
build.spec
17
build.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package build
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -28,7 +28,7 @@ Name: %{__pkg_name}
|
|||||||
Summary: A Script to Build SUSE Linux RPMs
|
Summary: A Script to Build SUSE Linux RPMs
|
||||||
License: GPL-2.0-only OR GPL-3.0-only
|
License: GPL-2.0-only OR GPL-3.0-only
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 20210820
|
Version: 20210902
|
||||||
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
|
||||||
@ -65,19 +65,19 @@ BuildRequires: perl(YAML::LibYAML)
|
|||||||
# None of them are actually required for core features.
|
# None of them are actually required for core features.
|
||||||
# Perl helper scripts use them.
|
# Perl helper scripts use them.
|
||||||
Recommends: perl(Date::Language)
|
Recommends: perl(Date::Language)
|
||||||
|
Recommends: /sbin/mkfs.ext3
|
||||||
|
Recommends: /usr/bin/qemu-kvm
|
||||||
|
Recommends: bsdtar
|
||||||
|
Recommends: qemu-linux-user
|
||||||
|
Recommends: zstd
|
||||||
Recommends: perl(Date::Parse)
|
Recommends: perl(Date::Parse)
|
||||||
Recommends: perl(LWP::UserAgent)
|
Recommends: perl(LWP::UserAgent)
|
||||||
|
Recommends: perl(Net::SSL)
|
||||||
Recommends: perl(Pod::Usage)
|
Recommends: perl(Pod::Usage)
|
||||||
Recommends: perl(Time::Zone)
|
Recommends: perl(Time::Zone)
|
||||||
Recommends: perl(URI)
|
Recommends: perl(URI)
|
||||||
Recommends: perl(XML::Parser)
|
Recommends: perl(XML::Parser)
|
||||||
Recommends: perl(Net::SSL)
|
|
||||||
Recommends: perl(YAML::LibYAML)
|
Recommends: perl(YAML::LibYAML)
|
||||||
Recommends: bsdtar
|
|
||||||
Recommends: qemu-linux-user
|
|
||||||
Recommends: zstd
|
|
||||||
Recommends: /usr/bin/qemu-kvm
|
|
||||||
Recommends: /sbin/mkfs.ext3
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
|
%if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
|
||||||
@ -126,6 +126,7 @@ for generating delta rpm packages.
|
|||||||
%if "%{_host_cpu}" == "i686"
|
%if "%{_host_cpu}" == "i686"
|
||||||
%define initvm_arch i586
|
%define initvm_arch i586
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package initvm-%{initvm_arch}
|
%package initvm-%{initvm_arch}
|
||||||
Summary: Virtualization initializer for emulated cross architecture builds
|
Summary: Virtualization initializer for emulated cross architecture builds
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
build (20210820) unstable; urgency=low
|
build (20210902) 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
|
||||||
|
@ -7,7 +7,7 @@ Standards-Version: 3.7.2
|
|||||||
|
|
||||||
Package: obs-build
|
Package: obs-build
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${perl:Depends}, rpm
|
Depends: ${perl:Depends}, rpm, libarchive-tools | bsdtar
|
||||||
Recommends: rpm2cpio
|
Recommends: rpm2cpio
|
||||||
Conflicts: build
|
Conflicts: build
|
||||||
Replaces: build
|
Replaces: build
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:50509e6ad3f782c5eadf2c8e4e32557fc96da9239e7e02cd8b6e5c7353249be3
|
|
||||||
size 484099
|
|
3
obs-build-20210902.tar.gz
Normal file
3
obs-build-20210902.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bb9a22f9467483119dce811bfdc758fbd3140efb1f05f4db5f11b1814a934874
|
||||||
|
size 485561
|
Loading…
Reference in New Issue
Block a user