From ea84c100c2d63ac1d88c206f64a4cb857ac487e4 Mon Sep 17 00:00:00 2001 From: Kim Walisch Date: Jan 09 2021 08:52:43 +0000 Subject: Update documentation --- 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