forked from pool/build
Accepting request 865306: Features:
- initial flatpak build support added - ccache support added - debtransform: Add Debian revision if not present - allow nodirindex filesystems via BuildFlags: vmfsoptions:nodirindex - Also do rich dep handling for PreReqs - kiwi image: configure ndb database if we install the rpm-ndb package - Implement alternative method to specify build-ignores Changes: - Ignore kiwi-image: deps when expanding image packages Fixes: - Improve autonumbering of source/patch - init_buildsystem: fix mode of /dev/full - drop option transparent_hugepages=never on s390x - Allow --vmdisk-filesystem-options as alias for --vm-disk-filesystem-options - Do not add a "kiwi-packagemanager:" dependency if no package manager is defined - debian: - Do not leave trailing whitespace while generating .dsc - Save modified version into .dsc file - Fail `debtransform` test if `debdiff` can't find something - return the unmapped arch if it is not found in the mapping hash - build-recipe-debootstrap: add fallback for Debian SID distro Rev openSUSE:Factory/134 Md5 9fa1f0cffc53ff8bef259bd60a191bd1 2021-01-25 17:22:47 dimstar_suse 865306
This commit is contained in:
commit
fe7a0a47e0
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=build
|
pkgname=build
|
||||||
pkgver=20200828
|
pkgver=20210120
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Build packages in sandbox"
|
pkgdesc="Build packages in sandbox"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
10
_service
10
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="revision">20200828</param>
|
<param name="revision">20210120</param>
|
||||||
<param name="version">20200828</param>
|
<param name="version">20210120</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>
|
||||||
@ -13,9 +13,9 @@
|
|||||||
<param name="extract">dist/debian.rules</param>
|
<param name="extract">dist/debian.rules</param>
|
||||||
<param name="extract">dist/PKGBUILD</param>
|
<param name="extract">dist/PKGBUILD</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="manual">
|
||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled"/>
|
<service name="set_version" mode="manual"/>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 20 12:37:53 UTC 2021 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
Features:
|
||||||
|
- initial flatpak build support added
|
||||||
|
- ccache support added
|
||||||
|
- debtransform: Add Debian revision if not present
|
||||||
|
- allow nodirindex filesystems via BuildFlags: vmfsoptions:nodirindex
|
||||||
|
- Also do rich dep handling for PreReqs
|
||||||
|
- kiwi image: configure ndb database if we install the rpm-ndb package
|
||||||
|
- Implement alternative method to specify build-ignores
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
- Ignore kiwi-image: deps when expanding image packages
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
- Improve autonumbering of source/patch
|
||||||
|
- init_buildsystem: fix mode of /dev/full
|
||||||
|
- drop option transparent_hugepages=never on s390x
|
||||||
|
- Allow --vmdisk-filesystem-options as alias for --vm-disk-filesystem-options
|
||||||
|
- Do not add a "kiwi-packagemanager:" dependency if no package manager is defined
|
||||||
|
- debian:
|
||||||
|
- Do not leave trailing whitespace while generating .dsc
|
||||||
|
- Save modified version into .dsc file
|
||||||
|
- Fail `debtransform` test if `debdiff` can't find something
|
||||||
|
- return the unmapped arch if it is not found in the mapping hash
|
||||||
|
- build-recipe-debootstrap: add fallback for Debian SID distro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 28 13:48:06 UTC 2020 - Adrian Schröter <adrian@suse.de>
|
Fri Aug 28 13:48:06 UTC 2020 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 20200828
|
Version: 20210120
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package build
|
# spec file for package build
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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: 20200828
|
Version: 20210120
|
||||||
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
|
||||||
@ -60,6 +60,8 @@ Conflicts: bsdtar < 2.5.5
|
|||||||
BuildRequires: perl(Date::Parse)
|
BuildRequires: perl(Date::Parse)
|
||||||
BuildRequires: perl(Test::Harness)
|
BuildRequires: perl(Test::Harness)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
|
BuildRequires: perl(YAML)
|
||||||
|
BuildRequires: perl(YAML::LibYAML)
|
||||||
%if 0%{?suse_version} > 1000 || 0%{?centos_version} >= 800 || 0%{?rhel_version} >= 800 || 0%{?fedora_version} >= 21
|
%if 0%{?suse_version} > 1000 || 0%{?centos_version} >= 800 || 0%{?rhel_version} >= 800 || 0%{?fedora_version} >= 21
|
||||||
# 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.
|
||||||
@ -250,7 +252,7 @@ sed -i 's,build-mkbaselibs,,' ../configs/*.conf
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README
|
%doc README.md
|
||||||
/usr/bin/build
|
/usr/bin/build
|
||||||
/usr/bin/buildvc
|
/usr/bin/buildvc
|
||||||
/usr/bin/unrpm
|
/usr/bin/unrpm
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
build (20200828) unstable; urgency=low
|
build (20210120) 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:c935768d95da9726433508d1330167eba3983cb3e15963b68a3b40f181cb3d3d
|
|
||||||
size 350761
|
|
3
obs-build-20210120.tar.gz
Normal file
3
obs-build-20210120.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aad2410cc6bd040c91c6e5e2f738818e3e906fd7dbb730880fedd7924fdf5196
|
||||||
|
size 382360
|
Loading…
Reference in New Issue
Block a user