forked from rpms/osbuild-composer
Update AlmaLinux patch
This commit is contained in:
parent
5960670cb2
commit
e6e1c9576e
File diff suppressed because one or more lines are too long
@ -0,0 +1,25 @@
|
|||||||
|
From a4435c48480b969785d9afbec7ad3657db24f43b Mon Sep 17 00:00:00 2001
|
||||||
|
From: eabdullin <ed.abdullin.1@gmail.com>
|
||||||
|
Date: Thu, 28 Mar 2024 13:12:22 +0300
|
||||||
|
Subject: [PATCH] Remove libreport-rhel-anaconda-bugzilla from anaconda
|
||||||
|
packageset
|
||||||
|
|
||||||
|
---
|
||||||
|
vendor/github.com/osbuild/images/pkg/distro/rhel8/bare_metal.go | 1 -
|
||||||
|
1 file changed, 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/vendor/github.com/osbuild/images/pkg/distro/rhel8/bare_metal.go b/vendor/github.com/osbuild/images/pkg/distro/rhel8/bare_metal.go
|
||||||
|
index 05c54e5..68b0100 100644
|
||||||
|
--- a/vendor/github.com/osbuild/images/pkg/distro/rhel8/bare_metal.go
|
||||||
|
+++ b/vendor/github.com/osbuild/images/pkg/distro/rhel8/bare_metal.go
|
||||||
|
@@ -214,7 +214,6 @@ func anacondaPackageSet(t *imageType) rpmmd.PackageSet {
|
||||||
|
"libibverbs",
|
||||||
|
"libreport-plugin-bugzilla",
|
||||||
|
"libreport-plugin-reportuploader",
|
||||||
|
- "libreport-rhel-anaconda-bugzilla",
|
||||||
|
"librsvg2",
|
||||||
|
"linux-firmware",
|
||||||
|
"lklug-fonts",
|
||||||
|
--
|
||||||
|
2.39.3 (Apple Git-146)
|
||||||
|
|
@ -33,7 +33,8 @@ License: Apache-2.0
|
|||||||
URL: %{gourl}
|
URL: %{gourl}
|
||||||
Source0: %{gosource}
|
Source0: %{gosource}
|
||||||
|
|
||||||
Patch100: almalinux_support.patch
|
Patch100: 0001-AlmaLinux-support-patch.patch
|
||||||
|
Patch101: 0001-Remove-libreport-rhel-anaconda-bugzilla-from-anacond.patch
|
||||||
|
|
||||||
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
|
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
@ -414,7 +415,8 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 27 2024 Eduard Abdullin <eabdullin@almalinux.org> - 100-1.alma
|
* Wed Mar 27 2024 Eduard Abdullin <eabdullin@almalinux.org> - 100-1.alma
|
||||||
- Install AlmaLinux repositories
|
- Install AlmaLinux repositories
|
||||||
- Add AlmaLinux support
|
- Add AlmaLinux support patch (Thanks @pastalian)
|
||||||
|
- Remove libreport-rhel-bugzilla from package set
|
||||||
|
|
||||||
* Wed Feb 07 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 100-1
|
* Wed Feb 07 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 100-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
Loading…
Reference in New Issue
Block a user