Drop generation of automatic Go source package

This commit is contained in:
Link Dupont 2024-07-09 10:34:08 -04:00
parent 1b6e2a5bdb
commit 34602b364b

View File

@ -18,7 +18,7 @@ the provided allow-pattern regular expressions.}
%global godocs README.md %global godocs README.md
Name: yggdrasil-worker-package-manager Name: yggdrasil-worker-package-manager
Release: 1%{?dist} Release: 2%{?dist}
Summary: Package manager worker for yggdrasil Summary: Package manager worker for yggdrasil
License: GPL-3.0-only License: GPL-3.0-only
@ -33,8 +33,6 @@ BuildRequires: pkgconfig(dbus-1)
%description %{common_description} %description %{common_description}
%gopkg
%prep %prep
%goprep %{?rhel:-k} %goprep %{?rhel:-k}
%autopatch -p1 %{?rhel:-M 99} %autopatch -p1 %{?rhel:-M 99}
@ -53,7 +51,6 @@ export %gomodulesmode
%install %install
%meson_install %meson_install
%gopkginstall
%if %{with check} %if %{with check}
%check %check
@ -70,8 +67,9 @@ export %gomodulesmode
%config(noreplace) %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}
%{_datadir}/dbus-1/system-services/* %{_datadir}/dbus-1/system-services/*
%gopkgfiles
%changelog %changelog
* Tue Jul 9 2024 Link Dupont <link@redhat.com> - 0.2.2-2
- Drop generation of automatic Go source package
* Mon Jul 8 2024 Link Dupont <link@redhat.com> - 0.2.2-1 * Mon Jul 8 2024 Link Dupont <link@redhat.com> - 0.2.2-1
- Initial package (RHEL-29802) - Initial package (RHEL-29802)