Move go_mod_vendor generator from -srpm-macros to -rpm-macros subpackage

epel9
Maxwell G 3 years ago
parent 2d3fb2d41b
commit 04762bd86e
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

@ -11,7 +11,7 @@
Name: go-rpm-macros-epel Name: go-rpm-macros-epel
Version: 1 Version: 1
Release: 5%{?dist} Release: 6%{?dist}
Summary: Backport of certain Fedora Go RPM macros to EPEL Summary: Backport of certain Fedora Go RPM macros to EPEL
License: GPL-3.0-or-later License: GPL-3.0-or-later
@ -94,14 +94,14 @@ install -Dpm 0644 LICENSE.txt -t %{buildroot}%{_defaultlicensedir}/%{name}
%ifarch %{go_arches} %ifarch %{go_arches}
%files %files
%{_rpmmacrodir}/macros.zzz-go-rpm-macros-epel %{_rpmmacrodir}/macros.zzz-go-rpm-macros-epel
%{_rpmconfigdir}/go_mod_vendor.prov
%{_rpmconfigdir}/fileattrs/go_mod_vendor.attr
%endif %endif
%files -n go-srpm-macros-epel %files -n go-srpm-macros-epel
%license %{_defaultlicensedir}/%{name} %license %{_defaultlicensedir}/%{name}
%doc %{_docdir}/%{name} %doc %{_docdir}/%{name}
%{_rpmmacrodir}/macros.zzz-go-srpm-macros-epel %{_rpmmacrodir}/macros.zzz-go-srpm-macros-epel
%{_rpmconfigdir}/go_mod_vendor.prov
%{_rpmconfigdir}/fileattrs/go_mod_vendor.attr
%files -n go-rpm-macros-golist-symlink %files -n go-rpm-macros-golist-symlink
%doc README.md %doc README.md
@ -110,6 +110,9 @@ install -Dpm 0644 LICENSE.txt -t %{buildroot}%{_defaultlicensedir}/%{name}
%changelog %changelog
* Wed Sep 07 2022 Maxwell G <gotmax@e.email> - 1-6
- Move go_mod_vendor generator from -srpm-macros to -rpm-macros subpackage
* Sat Sep 03 2022 Maxwell G <gotmax@e.email> - 1-5 * Sat Sep 03 2022 Maxwell G <gotmax@e.email> - 1-5
- Fix %%goinstall flags definition - Fix %%goinstall flags definition
- go-srpm-macros-epel: Pull in go-rpm-macros-epel if go-rpm-macros is installed. - go-srpm-macros-epel: Pull in go-rpm-macros-epel if go-rpm-macros is installed.

Loading…
Cancel
Save