diff --git a/README.md b/README.md index 059f53f..840edce 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,15 @@ KRB5_TRACE=/dev/stdout kinit walki@FEDORAPROJECT.ORG fedpkg clone primesieve cd primesieve +# Update primesieve version and ChangeLog +gedit primesieve.spec + # Download latest primesieve source archive from GitHub. # Replace * with latest version. wget https://github.com/kimwalisch/primesieve/archive/v*.tar.gz fedpkg new-sources v*.tar.gz git status -git commit -m "Ignore v*.tar.gz" +fedpkg commit -m "Update to primesieve-7.*" # Finally do the build fedpkg build