Remove outdated rpm .spec file template
[libftdi] / doc / release-checklist.txt
index 6efe88d..347a5a6 100644 (file)
@@ -1,5 +1,6 @@
 *** Checklist for a new libftdi release ***
 - Update ChangeLog and AUTHORS via git history
+  (git log --oneline latest_release..HEAD)
 
 - Update version number in the following files:
   - CMakeLists.txt
@@ -12,7 +13,7 @@
 
 - Ensure all modifications are checked in
 
-- Sign tarball, build .src.rpm and sign it, too
+- Sign tarball
 
 - Create git tag:
   - git tag -s -u 24F006F5 v1.XX
@@ -20,7 +21,7 @@
   - git push --tags
 
 - Website
-  - Upload tarball and .src.rpm
+  - Upload tarball
   - Add ChangeLog to main page
   - Update URLs in download section
   - Generate API documentation and upload it