709388e
# rizin
709388e
709388e
The rizin package
Riccardo Schirone 71ed8cb
Riccardo Schirone 71ed8cb
## How to update
Riccardo Schirone 71ed8cb
Riccardo Schirone 71ed8cb
### Rawhide
Riccardo Schirone 71ed8cb
* request side tag with `fedpkg request-side-tag`
Riccardo Schirone 71ed8cb
* build updated package with `fedpkg build --target=fZZ-build-side-XXXXX` from the `main` branch
Riccardo Schirone 71ed8cb
* build cutter-re and other dependent packages with the same command from the `main` branch
Riccardo Schirone 71ed8cb
* when all builds are done, create a bodhi update with `bodhi updates new --from-tag --notes "mynotes" --user YYYYY fZZ-build-side-XXXXX`
Riccardo Schirone 71ed8cb
Riccardo Schirone 71ed8cb
### Stable
Riccardo Schirone 71ed8cb
* build update package with `fedpkg build` from the `fXX` branch
Riccardo Schirone 71ed8cb
* create buildroot override with `bodhi overrides save <rizin-nvr>`
Riccardo Schirone 71ed8cb
* build cutter-re and other dependent packages with `fedpkg build` from the `fXX` branch
Riccardo Schirone 71ed8cb
* when all builds are done, create a bodhi update with `bodhi updates new --type enhancement --bugs xxxxxxxx --close-bugs --notes "mynotes" <rizin-nvr>,<cutter-re-nvr>,...`