Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8ddccf0a78 |
2
PKGBUILD
2
PKGBUILD
@@ -1,5 +1,5 @@
|
||||
pkgname=build
|
||||
pkgver=20250708
|
||||
pkgver=20260202
|
||||
pkgrel=0
|
||||
pkgdesc="Build packages in sandbox"
|
||||
arch=('i686' 'x86_64')
|
||||
|
||||
4
_service
4
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="revision">20250708</param>
|
||||
<param name="version">20250708</param>
|
||||
<param name="revision">20260202</param>
|
||||
<param name="version">20260202</param>
|
||||
<param name="url">https://github.com/openSUSE/obs-build.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="extract">dist/build.changes</param>
|
||||
|
||||
@@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 14:41:36 UTC 2026 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- pbuild: support for _manifest files
|
||||
- VM builds: fix export of mtime out of the build env
|
||||
- config:
|
||||
* tumbleweed syncing
|
||||
* slfo 1.2 updates
|
||||
* Re-create SLE 15 SP7 config (bsc#1251920)
|
||||
- oci-archive
|
||||
* Support package list introspection
|
||||
* Support sbom generation
|
||||
- Docker.pm: Also handle 'zypper update'
|
||||
- obs-docker-support: Pass --no-refresh to zypper
|
||||
- fail if PKGID can not be queried
|
||||
- Add a workaround to fix builds on debian aarch64 with old systemd versions
|
||||
- Add gzip retry for the sidestore downloads
|
||||
- Revert VCS indenting change to fix reproducible builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 7 08:22:30 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- Helm: Use bool type for 'deprecated'
|
||||
- Distribution config updates
|
||||
- rpm: take package name from filename if no name is defined
|
||||
- ARM: qemu emulation uses -cpu max now
|
||||
- Add BuildFlags for changelogfulltimestamps
|
||||
- Fixes for lookaside store download
|
||||
- Create a symlink in /etc/localtime before calling zic
|
||||
- createarchive: implement fallback for old tar versions
|
||||
- Be more strict about the weird [qualifier] dependency extension
|
||||
- Implement bcond_override_default
|
||||
- Make substitutedeps work on the expanded dependencies
|
||||
- Docker: support COPY --from=image
|
||||
- Support an experimental "BuildFlags: cgroup2"
|
||||
- Support an experimental #!BuildTargetStage directive
|
||||
- Support "BuildFlags: rpm-nodebugmagic"
|
||||
- mkosi: Don't include preinstall packages
|
||||
- mkosi: Don't attempt to publish directory artifacts
|
||||
- Fix excluding /dev, /sys, etc. from preinstallimages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 06:38:57 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- Set the source mtime to the commit timestamp for git (boo#1248776)
|
||||
- calculate goname for fedora assets
|
||||
- Make spec2changelog more resiliant to 3rd party spefiles
|
||||
- pbuild:
|
||||
* Fix url construction in remoteurl handling
|
||||
* Fix xz decompression
|
||||
- rpm:
|
||||
* Allow to set extra macros when parsing a specfile
|
||||
* genbuildrequs: set HOME before querying the specfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 8 12:26:21 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: build
|
||||
Version: 20250708
|
||||
Version: 20260202
|
||||
Binary: build
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package build
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# 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
|
||||
License: GPL-2.0-only OR GPL-3.0-only
|
||||
Group: Development/Tools/Building
|
||||
Version: 20250708
|
||||
Version: 20260202
|
||||
Release: 0
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
build (20250708) unstable; urgency=low
|
||||
build (20260202) unstable; urgency=low
|
||||
|
||||
* Update to current git trunk
|
||||
- add sles11sp2 build config and adapt autodetection
|
||||
|
||||
BIN
obs-build-20250708.tar.gz
LFS
BIN
obs-build-20250708.tar.gz
LFS
Binary file not shown.
BIN
obs-build-20260202.tar.gz
LFS
Normal file
BIN
obs-build-20260202.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user