#70 Update _notes/how-to-package-release-notes.adoc
Merged 5 years ago by bex. Opened 5 years ago by jsmith.
fedora-docs/ jsmith/docs-fp-o master  into  master

@@ -23,8 +23,8 @@ 

  . 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 @@ 

  . 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 <new_version> -c 'My new comment for hte changelog'`

  . Try a mock build

    * `fedpkg mockbuild`

  . Build a src rpm

Add some additional packaging notes

Pull-Request has been merged by bex

5 years ago
Metadata