diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-10-22 09:32:28 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-10-22 09:32:28 +0200 |
commit | 8b2b08c6bfb147c9558630719647fb5a35eec446 (patch) | |
tree | 90f9da90c20dccb53c5247bab12cad9af936e996 /seabios.git.spec | |
parent | c60139742dbf5ba2b790a45da6032303b27f86b5 (diff) | |
download | seabios-8b2b08c6bfb147c9558630719647fb5a35eec446.tar.gz |
add dash to extraversion
Diffstat (limited to 'seabios.git.spec')
-rw-r--r-- | seabios.git.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/seabios.git.spec b/seabios.git.spec index 936cb54..7005884 100644 --- a/seabios.git.spec +++ b/seabios.git.spec @@ -47,7 +47,7 @@ SeaBIOS open-source VGABIOS implementation %setup -q -n %{name} %build -extra="%{release}-git-snapshot-by-kraxel.org" +extra="-%{release}-git-snapshot-by-kraxel.org" function do_build() { local cfg="$1" |