Re: rpmautospec - how to add suffix to the current release and don't bump it right now

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> On Tue, Jan 03, 2023 at 12:00:21PM +0100, Zdenek Dohnal wrote:
> 
> My understanding — which may be not be the whole picture — is that this is not
> supported by rpmautospec natively. Essentially, every spec file change is
> _supposed_ to caused the Release number to grow, so by definition, a commit that
> adds a minorbump will also cause a bump of the release value, which is not
> useful.
> 
> The desired effect can be implemented by overriding %dist:
> 
>   %global dist %dist~test.0
>   Release: %autorelease
> 
> Notice that I used '~' to make the redefined %dist _lower_ than the original.
> Let's say that the last official build had Release==1.
> When this spec is built, you end up with Release==2.fc38~test.0.
> When the %dist override is removed, and the package is built officially,
> we end up with Release==2.fc38  (2.fc38~test.0 < 2.fc38).

While this is nice, note that it will work once only, i.e. you cannot do a test.1 against the same "-2" this way.
Have you tried `-b` and `-e` options to `%autorelease`?

_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux