Drop generation of automatic Go source package
This commit is contained in:
parent
1b6e2a5bdb
commit
34602b364b
@ -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 <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
|
||||
- Initial package (RHEL-29802)
|
||||
|
Loading…
Reference in New Issue
Block a user