Auto sync2gitlab import of osbuild-composer-68-1.el8.src.rpm
This commit is contained in:
parent
e5693683eb
commit
4ce0548ea8
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/osbuild-composer-60.tar.gz
|
/osbuild-composer-60.tar.gz
|
||||||
/osbuild-composer-62.tar.gz
|
/osbuild-composer-62.tar.gz
|
||||||
/osbuild-composer-67.tar.gz
|
/osbuild-composer-67.tar.gz
|
||||||
|
/osbuild-composer-68.tar.gz
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
%global goipath github.com/osbuild/osbuild-composer
|
%global goipath github.com/osbuild/osbuild-composer
|
||||||
|
|
||||||
Version: 67
|
Version: 68
|
||||||
|
|
||||||
%gometa
|
%gometa
|
||||||
|
|
||||||
@ -33,8 +33,6 @@ License: ASL 2.0
|
|||||||
URL: %{gourl}
|
URL: %{gourl}
|
||||||
Source0: %{gosource}
|
Source0: %{gosource}
|
||||||
|
|
||||||
# https://github.com/osbuild/osbuild-composer/pull/3111
|
|
||||||
Patch0: tools-provision.sh-copy-RHEL-repo-overrides-using-wi.patch
|
|
||||||
|
|
||||||
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
|
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
@ -429,6 +427,9 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 16 2022 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 68-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Wed Nov 02 2022 imagebuilder-bots+imagebuilder-bot@redhat.com <imagebuilder-bot> - 67-1
|
* Wed Nov 02 2022 imagebuilder-bots+imagebuilder-bot@redhat.com <imagebuilder-bot> - 67-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (osbuild-composer-67.tar.gz) = ca3e0c7cdb92a547108391c45f24c01b22f2eede54cd087eb020651a2122666109f18f8c16790020a23465a5e68b07ca8acef037a5e1472cea5b03bc756dc472
|
SHA512 (osbuild-composer-68.tar.gz) = 95a0eaeecf14785414467ae09f2f63ce383742fe72881e4874c3d6dabf2f549e6ea21626bb284d40650c55e8867fcc03edb96c3e7f1fc0c3b558f926f9e9a890
|
||||||
|
@ -1,38 +0,0 @@
|
|||||||
From 1e5a7526369ec0bfd4bd5c536ff16f534f023fd5 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= <thozza@redhat.com>
|
|
||||||
Date: Wed, 2 Nov 2022 12:18:46 +0100
|
|
||||||
Subject: [PATCH] tools/provision.sh: copy RHEL repo overrides using wildcard
|
|
||||||
MIME-Version: 1.0
|
|
||||||
Content-Type: text/plain; charset=UTF-8
|
|
||||||
Content-Transfer-Encoding: 8bit
|
|
||||||
|
|
||||||
Don't list specific RHEL repos which should be copied over to the repo
|
|
||||||
overrides directory, but instead copy all of them, similar to how it's
|
|
||||||
done for Fedora and CentOS Stream. This is less error prone when support
|
|
||||||
for a new RHEL release is added to composer.
|
|
||||||
|
|
||||||
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
|
|
||||||
---
|
|
||||||
tools/provision.sh | 6 +-----
|
|
||||||
1 file changed, 1 insertion(+), 5 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/tools/provision.sh b/tools/provision.sh
|
|
||||||
index 93f8cccbd..09265f907 100755
|
|
||||||
--- a/tools/provision.sh
|
|
||||||
+++ b/tools/provision.sh
|
|
||||||
@@ -140,11 +140,7 @@ else # AUTH_METHOD_NONE
|
|
||||||
# Copy all fedora repo overrides
|
|
||||||
sudo cp -a /usr/share/tests/osbuild-composer/repositories/{fedora,centos}-*.json "$REPODIR"
|
|
||||||
# Copy RHEL point release repos
|
|
||||||
- sudo cp /usr/share/tests/osbuild-composer/repositories/rhel-85.json "$REPODIR"
|
|
||||||
- sudo cp /usr/share/tests/osbuild-composer/repositories/rhel-86.json "$REPODIR"
|
|
||||||
- sudo cp /usr/share/tests/osbuild-composer/repositories/rhel-87.json "$REPODIR"
|
|
||||||
- sudo cp /usr/share/tests/osbuild-composer/repositories/rhel-90.json "$REPODIR"
|
|
||||||
- sudo cp /usr/share/tests/osbuild-composer/repositories/rhel-91.json "$REPODIR"
|
|
||||||
+ sudo cp -a /usr/share/tests/osbuild-composer/repositories/rhel-*.json "$REPODIR"
|
|
||||||
|
|
||||||
# override source repositories to consume content from the nightly compose
|
|
||||||
if [ "${NIGHTLY:=false}" == "true" ]; then
|
|
||||||
--
|
|
||||||
2.37.3
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user