Adrian Schröter 2023-05-02 12:16:59 +00:00 committed by Git OBS Bridge
parent 73c569c124
commit d9a2f0512c
8 changed files with 18 additions and 9 deletions

View File

@ -1,5 +1,5 @@
pkgname=build
pkgver=20230425
pkgver=20230502
pkgrel=0
pkgdesc="Build packages in sandbox"
arch=('i686' 'x86_64')

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="manual">
<param name="revision">20230425</param>
<param name="version">20230425</param>
<param name="revision">20230502</param>
<param name="version">20230502</param>
<param name="url">https://github.com/openSUSE/obs-build.git</param>
<param name="scm">git</param>
<param name="extract">dist/build.changes</param>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 2 12:13:54 UTC 2023 - Adrian Schröter <adrian@suse.de>
- Add SUSE ALP build config
-------------------------------------------------------------------
Tue Apr 25 12:01:03 UTC 2023 - Adrian Schröter <adrian@suse.de>

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: build
Version: 20230425
Version: 20230502
Binary: build
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: all

View File

@ -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: 20230425
Version: 20230502
Release: 0
Source: obs-build-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -206,6 +206,10 @@ ln -s sle${SLE_V:0:2}.${SLE_V:3:1}.conf default.conf
# this is SUSE SLE 11
ln -s sles11sp2.conf default.conf
%endif
%if 0%{?suse_version} == 1600
# this is SUSE ALP
ln -s alp.conf default.conf
%endif
# make sure that we have a config
test -e default.conf || exit 1
%endif

View File

@ -1,4 +1,4 @@
build (20230425) unstable; urgency=low
build (20230502) unstable; urgency=low
* Update to current git trunk
- add sles11sp2 build config and adapt autodetection

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:827080d9498d250b74c96ce18e54cf313125c4790bd9cc582a7cd59b2023eb07
size 650112

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:864b9d08618060e879994b46a4ffee7e864897065a955c2a060f5feb207e2f0f
size 664305