fbrnch icon indicating copy to clipboard operation
fbrnch copied to clipboard

Bugs in `update-version`

Open LecrisUT opened this issue 1 year ago • 3 comments

I've tried to use update-version, but noticed 2 issues:

  • %autorelease is changed to 0%{?dist}
  • the command fails, e.g. I've tried it on rust-rustls-native-certs:
    $ fbrnch update-version 0.8.0
    0.7.1 ->
    0.8.0
    usage: fedpkg new-sources [-h] [--offline] files [files ...]
    fedpkg new-sources: error: the following arguments are required: files
    fbrnch: fedpkg new-sources failed with exit code 2
    

LecrisUT avatar Oct 08 '24 14:10 LecrisUT

Thanks for reporting this.

I've tried to use update-version, but noticed 2 issues:

I should probably use it more: I mostly use update-sources tbh.

* `%autorelease` is changed to `0%{?dist}`

Might be fixed in the coming release already - needs testing.

* the command fails, e.g. I've tried it on `rust-rustls-native-certs`:
  ```
  $ fbrnch update-version 0.8.0
  0.7.1 ->
  0.8.0
  usage: fedpkg new-sources [-h] [--offline] files [files ...]
  fedpkg new-sources: error: the following arguments are required: files
  fbrnch: fedpkg new-sources failed with exit code 2
  ```

Hmm that's not good.

juhp avatar Nov 29 '24 13:11 juhp

Any better in 0.7?

juhp avatar Jul 05 '25 11:07 juhp