tools zypp-pubkey: simple prog to list info about all gpg-pubkeys in the rpm database
[platform/upstream/libzypp.git] / mkChangelog
index 05cb5ba..19e16c4 100755 (executable)
@@ -33,15 +33,11 @@ into your editor (\$EDITOR=$EDITOR), providing a new changes
 entry template:
 
     -------------------------------------------------------------------
-    Wed Jul 30 18:20:06 CEST 2008 ma@suse.de
+    Wed Jul 30 18:20:06 CEST 2008 ma@suse.de
 
     -
-    - revision 10702
     #---delete-or-release---# LAST RELEASED: 5.3.2 (2) NEW RELEASE: 5.4.0 (4)
 
-The revision number is a guess and assumes you will check in to
-SVN shortly after editing (current server revision + 1).
-
 The line '#---delete-or-release---#...' shows the last version submitted
 to autobuild ('# LAST RELEASED:; tag in $VERSIONFILE). And also the current
 version, asuming you already updated the $VERSIONFILE according to your changes.
@@ -107,12 +103,6 @@ function getversion() {
   '
 }
 
-function nextrevision() {
-  svn status -u CMakeLists.txt \
-  | awk '/^Status against revision:/{print $4+1}'
-}
-
-
 test -r /etc/sysconfig/mail && source /etc/sysconfig/mail
 EMAIL="${USER}@${FROM_HEADER:-$(hostname -f)}"
 
@@ -122,10 +112,9 @@ TMPFILE=$(mktemp)
 exec 3>&1-
 exec >$TMPFILE
 echo "-------------------------------------------------------------------"
-echo "$(date) $EMAIL"
+echo "$(date) $EMAIL"
 echo ""
 echo "- "
-echo "- revision $(nextrevision)"
 echo "$GOTVERSION"
 echo ""
 cat $CHANGESFILE