Re: How to set SCM date in %autorelease

2023-05-16 Thread Fabio Valentini
On Tue, May 16, 2023 at 5:39 AM Neal Gompa wrote: > > On Mon, May 15, 2023 at 11:35 PM Orion Poplawski wrote: > > > > I've got the following: > > > > %global goipath github.com/dustin/gomemcached > > %global commit a2284a01c143e355985d192edf3b62a053747c70 > > %global shortcommit

Re: How to set SCM date in %autorelease

2023-05-15 Thread Neal Gompa
On Mon, May 15, 2023 at 11:35 PM Orion Poplawski wrote: > > I've got the following: > > %global goipath github.com/dustin/gomemcached > %global commit a2284a01c143e355985d192edf3b62a053747c70 > %global shortcommit %(c=%{commit}; echo ${c:0:7}) > > %gometa -f > > %global common

How to set SCM date in %autorelease

2023-05-15 Thread Orion Poplawski
I've got the following: %global goipath github.com/dustin/gomemcached %global commit a2284a01c143e355985d192edf3b62a053747c70 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %gometa -f %global common_description %{expand: A memcached binary protocol toolkit for go.} %glo