public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gif2png] rawhide: rename webpng to gowebpng due conflict with gd-progs
@ 2026-08-08 1:02 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-08 1:02 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gif2png
Branch : rawhide
Commit : ed90393dcec923a14236378210a800cdec2a1183
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-08-07T22:02:10-03:00
Stats : +6/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gif2png/c/ed90393dcec923a14236378210a800cdec2a1183?branch=rawhide
Log:
rename webpng to gowebpng due conflict with gd-progs
Resolves: rhbz#2507562
---
diff --git a/gif2png.spec b/gif2png.spec
index 7a51e71..b3daccd 100644
--- a/gif2png.spec
+++ b/gif2png.spec
@@ -42,11 +42,13 @@ tar -xf %{S:1}
%go_vendor_license_install -c %{S:2}
install -m 0755 -vd %{buildroot}%{_bindir}
install -m 0755 -vp %{gobuilddir}/bin/gif2png %{buildroot}%{_bindir}/gif2png
-ln -sf gif2png %{buildroot}%{_bindir}/webpng
+# rename webpng to gowebpng due conflict with gd-progs
+# https://bugzilla.redhat.com/show_bug.cgi?id=2507562
+ln -sf gif2png %{buildroot}%{_bindir}/gowebpng
install -m 0755 -vd %{buildroot}%{_mandir}/man1
install -m 0644 -vp gif2png.1 %{buildroot}%{_mandir}/man1/gif2png.1
-ln -sf gif2png.1 %{buildroot}%{_mandir}/man1/webpng.1
+ln -sf gif2png.1 %{buildroot}%{_mandir}/man1/gowebpng.1
%check
%go_vendor_license_check -c %{S:2}
@@ -58,9 +60,9 @@ cp %{gobuilddir}/bin/gif2png .
%files -f %{go_vendor_license_filelist}
%doc README.adoc NEWS.adoc
%{_bindir}/gif2png
-%{_bindir}/webpng
+%{_bindir}/gowebpng
%{_mandir}/man1/gif2png.1*
-%{_mandir}/man1/webpng.1*
+%{_mandir}/man1/gowebpng.1*
%changelog
%autochangelog
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-08 1:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-08 1:02 [rpms/gif2png] rawhide: rename webpng to gowebpng due conflict with gd-progs Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox