Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugs in update-version #65

Open
LecrisUT opened this issue Oct 8, 2024 · 1 comment
Open

Bugs in update-version #65

LecrisUT opened this issue Oct 8, 2024 · 1 comment

Comments

@LecrisUT
Copy link

LecrisUT commented Oct 8, 2024

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
@juhp
Copy link
Owner

juhp commented Nov 29, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants