Compare commits

...

4 Commits
i9ce ... epel9

Author SHA1 Message Date
Maxwell G e7eaae9492
Update to 3.6.0.1.
2 months ago
Maxwell G 6919d368e4
Update to 3.6.0.
2 months ago
Maxwell G bd4fec0ee2
Update to 3.3.0.5.
12 months ago
Maxwell G 3226799d6c
Update to 3.3.0.4.
1 year ago

5
.gitignore vendored

@ -2,3 +2,8 @@ initial/
*.rpm *.rpm
/go-rpm-macros-epel9-3.3.0.tar.gz /go-rpm-macros-epel9-3.3.0.tar.gz
/go-rpm-macros-epel9-3.3.0.2.tar.gz /go-rpm-macros-epel9-3.3.0.2.tar.gz
/go-rpm-macros-epel9-3.3.0.3.tar.gz
/go-rpm-macros-epel9-3.3.0.4.tar.gz
/go-rpm-macros-epel9-3.3.0.5.tar.gz
/go-rpm-macros-epel9-3.6.0.tar.gz
/go-rpm-macros-epel9-3.6.0.1.tar.gz

@ -12,6 +12,7 @@ This package contains the following backports:
go-rpm-macros-epel contains backports of certain Go RPM macros from Fedora. go-rpm-macros-epel contains backports of certain Go RPM macros from Fedora.
- Redefine %goinstallflags to work around [rhbz#2098400](https://bugzilla.redhat.com/show_bug.cgi?id=2098400). - Redefine %goinstallflags to work around [rhbz#2098400](https://bugzilla.redhat.com/show_bug.cgi?id=2098400).
- Redefine `%gobuild` and `%gotest` with `GO111MODULE=off` set to work around [RHEL-19720](https://issues.redhat.com/browse/RHEL-19720)
## go-srpm-macros-epel ## go-srpm-macros-epel
@ -23,6 +24,7 @@ go-srpm-macros-epel contains backports of certain Go SRPM macros from Fedora.
scheme for compat packages. scheme for compat packages.
## go-rpm-macros-golist-symlink ## go-rpm-macros-golist-symlink
go-rpm-macros-golist-symlink provides a symlink from /usr/bin to go-rpm-macros-golist-symlink provides a symlink from /usr/bin to
go-rpm-macros's bundled golist, which is installed in go-rpm-macros's bundled golist, which is installed in
/usr/libexec/go-rpm-macros. This allows the macros that expect to find golist /usr/libexec/go-rpm-macros. This allows the macros that expect to find golist

@ -7,7 +7,7 @@
%global forgeurl https://pagure.io/go-rpm-macros %global forgeurl https://pagure.io/go-rpm-macros
Name: go-rpm-macros-epel Name: go-rpm-macros-epel
Version: 3.3.0.2 Version: 3.6.0.1
%global tag epel9-%{version} %global tag epel9-%{version}
%global distprefix %{nil} %global distprefix %{nil}
%forgemeta %forgemeta
@ -40,6 +40,8 @@ BuildArch: noarch
# Explicitly Require go-srpm-macros from RHEL even though they are already part # Explicitly Require go-srpm-macros from RHEL even though they are already part
# of the buildroot. We import its Lua. # of the buildroot. We import its Lua.
Requires: go-srpm-macros Requires: go-srpm-macros
# Same thing for forge-srpm-macros. We use the EPEL backport.
Requires: forge-srpm-macros
# Pull in go-rpm-macros-epel if go-rpm-macros is installed. # Pull in go-rpm-macros-epel if go-rpm-macros is installed.
Requires: (go-rpm-macros-epel if go-rpm-macros) Requires: (go-rpm-macros-epel if go-rpm-macros)
@ -91,6 +93,7 @@ install -Dpm 0644 LICENSE.txt \
%ifarch %{go_arches} %ifarch %{go_arches}
%files %files
%{_rpmmacrodir}/macros.zzz-go-compilers-golang
%{_rpmmacrodir}/macros.zzz-go-rpm-macros-epel %{_rpmmacrodir}/macros.zzz-go-rpm-macros-epel
%{_rpmluadir}/fedora/rpm/go_epel.lua %{_rpmluadir}/fedora/rpm/go_epel.lua
%endif %endif
@ -108,6 +111,18 @@ install -Dpm 0644 LICENSE.txt \
%changelog %changelog
* Wed Dec 18 2024 Maxwell G <maxwell@gtmx.me> - 3.6.0.1-1
- Update to 3.6.0.1.
* Wed Dec 18 2024 Maxwell G <maxwell@gtmx.me> - 3.6.0-1
- Update to 3.6.0.
* Sat Mar 09 2024 Maxwell G <maxwell@gtmx.me> - 3.3.0.5-1
- Update to 3.3.0.5.
* Mon Dec 18 2023 Maxwell G <maxwell@gtmx.me> - 3.3.0.4-1
- Update to 3.3.0.4.
* Sat Nov 04 2023 Maxwell G <maxwell@gtmx.me> - 3.3.0.2-1 * Sat Nov 04 2023 Maxwell G <maxwell@gtmx.me> - 3.3.0.2-1
- Update to 3.3.0.2. - Update to 3.3.0.2.
@ -137,4 +152,3 @@ install -Dpm 0644 LICENSE.txt \
Relates: rhbz#2121796 Relates: rhbz#2121796
- Add go-rpm-macros-golist-symlink - Add go-rpm-macros-golist-symlink
Relates: rhbz#2100618 Relates: rhbz#2100618

@ -1 +1 @@
SHA512 (go-rpm-macros-epel9-3.3.0.2.tar.gz) = f59836508f1ce4cdfdc5367505b7e85400f14a7c44d392401b79125f3cf245fa7a05da4f2e6ee6471620891b837b5ff42bc9ccc181ab37d9fc65d19caccf882c SHA512 (go-rpm-macros-epel9-3.6.0.1.tar.gz) = bfe22ed2ee60707fb4221af9e36d5964e4e9545c9ba7fb87e8ba4dc566f9fb38103b97eb3b68cb05182b69b487abbcec25672c158b79591490b4ae1f0b57eba7

Loading…
Cancel
Save