fbrnch
fbrnch copied to clipboard
Bugs in `update-version`
I've tried to use update-version, but noticed 2 issues:
-
%autoreleaseis changed to0%{?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
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.
Any better in 0.7?