https://bugzilla.redhat.com/show_bug.cgi?id=1564835 --- Comment #3 from Zamir SUN <sztsian@xxxxxxxxx> --- Hi (In reply to Robert-André Mauchin from comment #2) > If you need help to convert to Forge based automation, just ask. My > recommendation was something like this: > > > - This package could probably benefit from the new Forge automation: > https://fedoraproject.org/wiki/Forge-hosted_projects_packaging_automation > > Use: > > %global forgeurl https://github.com/hzeller/gmrender-resurrect > %global commit 4f221e6b85abf85957b547436e982d7a501a1718 > > %forgemeta > > Name: gmediarender > Version: 0 > Release: 0.8%{?dist} > Summary: Resource efficient UPnP/DLNA renderer > License: GPLv2+ > URL: %{forgeurl} > Source: %{forgesource} > > > (dist will be computed automatically) > > And in %prep: > > %prep > %forgeautosetup > autoreconf -vfi > > Thanks. I already saw this in the RPMFusion request. I tried the above. However I am still using Fedora 27 in my laptop, and with the forgeurl way, I cannot build even the srpm package using `rpm -bs`. I believe it is because the corresponding macros haven't land in Fedora 27 yet. So that's why I changed back and keep the forge based info in comments. > The %changelog needs adjustement: > > * Sat Apr 07 2018 Zamir SUN <sztsian@xxxxxxxxx> - 0-0.8.20180407git4f221e6 > - Fix versioning > - Update to upstream head 4f221e6 > > Please note the snapshot date must be the date the archive is downloaded (or > uploaded to fedora/rpmfusion servers) and not the date of the commit, > contrary > to what it was before believed. Actually this was fixed. The commit 4f221e6 was pushed 20180402, and 20180407 is already the date I download the archive. I can adjust this date by the time it's available for `fedpkg new-sources`. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx