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)