Re: %autorelease and arbitrary suffix

2023-06-21 Thread Dan Horák
On Wed, 21 Jun 2023 13:24:53 +0200 Fabio Valentini wrote: > On Wed, Jun 21, 2023 at 1:18 PM Dan Horák wrote: > > > > On Wed, 21 Jun 2023 12:50:13 +0200 > > Sandro wrote: > > > > > On 21-06-2023 10:51, Dan Horák wrote: > > > > Hi, > > > > > > > > I have met a package that uses %autorelease and w

Re: %autorelease and arbitrary suffix

2023-06-21 Thread Fabio Valentini
On Wed, Jun 21, 2023 at 1:18 PM Dan Horák wrote: > > On Wed, 21 Jun 2023 12:50:13 +0200 > Sandro wrote: > > > On 21-06-2023 10:51, Dan Horák wrote: > > > Hi, > > > > > > I have met a package that uses %autorelease and wanted to add a suffix > > > to the release for my local test build that doesn'

Re: %autorelease and arbitrary suffix

2023-06-21 Thread Dan Horák
On Wed, 21 Jun 2023 12:50:13 +0200 Sandro wrote: > On 21-06-2023 10:51, Dan Horák wrote: > > Hi, > > > > I have met a package that uses %autorelease and wanted to add a suffix > > to the release for my local test build that doesn't have to be > > compliant with the official versioning, but just

Re: %autorelease and arbitrary suffix

2023-06-21 Thread Sandro
On 21-06-2023 10:51, Dan Horák wrote: Hi, I have met a package that uses %autorelease and wanted to add a suffix to the release for my local test build that doesn't have to be compliant with the official versioning, but just differentiate interim builds. It's quite common to append eg. ".rhbz123

%autorelease and arbitrary suffix

2023-06-21 Thread Dan Horák
Hi, I have met a package that uses %autorelease and wanted to add a suffix to the release for my local test build that doesn't have to be compliant with the official versioning, but just differentiate interim builds. It's quite common to append eg. ".rhbz123456" or similar suffices. It looks to me