From 34602b364b9b7ae9914b19e88436a7ef75e8087b Mon Sep 17 00:00:00 2001 From: Link Dupont Date: Tue, 9 Jul 2024 10:34:08 -0400 Subject: [PATCH] Drop generation of automatic Go source package --- yggdrasil-worker-package-manager.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/yggdrasil-worker-package-manager.spec b/yggdrasil-worker-package-manager.spec index 8b84463..a0f732a 100644 --- a/yggdrasil-worker-package-manager.spec +++ b/yggdrasil-worker-package-manager.spec @@ -18,7 +18,7 @@ the provided allow-pattern regular expressions.} %global godocs README.md Name: yggdrasil-worker-package-manager -Release: 1%{?dist} +Release: 2%{?dist} Summary: Package manager worker for yggdrasil License: GPL-3.0-only @@ -33,8 +33,6 @@ BuildRequires: pkgconfig(dbus-1) %description %{common_description} -%gopkg - %prep %goprep %{?rhel:-k} %autopatch -p1 %{?rhel:-M 99} @@ -53,7 +51,6 @@ export %gomodulesmode %install %meson_install -%gopkginstall %if %{with check} %check @@ -70,8 +67,9 @@ export %gomodulesmode %config(noreplace) %{_sysconfdir}/%{name} %{_datadir}/dbus-1/system-services/* -%gopkgfiles - %changelog +* Tue Jul 9 2024 Link Dupont - 0.2.2-2 +- Drop generation of automatic Go source package + * Mon Jul 8 2024 Link Dupont - 0.2.2-1 - Initial package (RHEL-29802)