Skip to content

rust/checklist: update fedora packaging section #290

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions rust/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,7 @@ Push access to the upstream repository is required in order to publish the new t

{% if fedora_package %}
- Fedora packaging:
- [ ] update the `{{ fedora_package }}` spec file in [Fedora](https://src.fedoraproject.org/rpms/{{ fedora_package }})
- bump the `Version`
- switch the `Release` back to `1%{?dist}`
- remove any patches obsoleted by the new release
- update changelog
- [ ] run `spectool -g -S {{ fedora_package }}.spec`
- [ ] run `kinit your_fas_account@FEDORAPROJECT.ORG`
- [ ] run `fedpkg new-sources $(spectool -S {{ fedora_package }}.spec | sed 's:.*/::')`
- [ ] PR the changes in [Fedora](https://src.fedoraproject.org/rpms/{{ fedora_package }})
- [ ] Review the proposed changes in the PR submitted by Packit in [Fedora](https://src.fedoraproject.org/rpms/{{ fedora_package }})/pull-requests.
- [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f{{ current_fedora }}) then push those, for example:
```bash
git checkout rawhide
Expand Down
Loading