You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
651 B
24 lines
651 B
6 years ago
|
From 9bd3573ddba40e4ee7b01f4e906126dbdc494f28 Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Fri, 18 Oct 2013 15:34:44 +0200
|
||
|
Subject: [PATCH] git2spec.pl: remove ".git$(date)" from release string
|
||
|
|
||
|
---
|
||
|
git2spec.pl | 3 +--
|
||
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/git2spec.pl b/git2spec.pl
|
||
|
index 0d8adb4a..b8442951 100755
|
||
|
--- a/git2spec.pl
|
||
|
+++ b/git2spec.pl
|
||
|
@@ -20,8 +20,7 @@ chomp($tag);
|
||
|
my @patches=&create_patches($tag, $pdir);
|
||
|
my $num=$#patches + 2;
|
||
|
$tag=~s/[^0-9]+?([0-9]+)/$1/;
|
||
|
-my $release="$num.git$datestr";
|
||
|
-$release="1" if $num == 1;
|
||
|
+my $release="$num";
|
||
|
|
||
|
while(<>) {
|
||
|
if (/^Version:/) {
|