From 9c581c9bf00c0f1b84f360d19908efe7994d5c5b Mon Sep 17 00:00:00 2001 From: Jared Smith Date: Apr 24 2018 15:08:39 +0000 Subject: Update _notes/how-to-package-release-notes.adoc Add some additional packaging notes --- diff --git a/_notes/how-to-package-release-notes.adoc b/_notes/how-to-package-release-notes.adoc index 8e65dfa..5757a6c 100644 --- a/_notes/how-to-package-release-notes.adoc +++ b/_notes/how-to-package-release-notes.adoc @@ -23,8 +23,8 @@ In a `fedpkg co fedora-release-notes` of the package . Copy the file created above into your working directory . Download the current sources * `fedpkg sources` -. Update the sources file with the new file and it's hash - * `shasum -a 512 file` +. Update the sources file with the new file. This will calculate it's hash and put the file in the look-aside cache. + * `fedpkg new-sources file` + [NOTE] ==== @@ -33,6 +33,7 @@ This may be optional, as it appears this file gets updated when you run `fedpkg . Update the spec file . Bump the Version . Update the Changelog + . These two steps can be done at once using the `rpmdev-bumpspec` command: `rpmdev-bumpspec -n -c 'My new comment for hte changelog'` . Try a mock build * `fedpkg mockbuild` . Build a src rpm