contrib: fix "Illegal sequence '..' in Fedora specfile Release

$ rpmbuild -bp NetworkManager.spec
error: line 47: Illegal sequence ".." in: Release: 10.git20140508..429023b.fc21

Signed-off-by: poma <pomidorabelisima@gmail.com>
This commit is contained in:
poma 2014-05-09 05:30:18 +02:00 committed by Dan Williams
parent 2b82fd0e1d
commit 8f44bf047f

View file

@ -50,7 +50,7 @@ Name: NetworkManager
Summary: Network connection manager and user applications
Epoch: 1
Version: %{realversion}
Release: %{release_version}%{snapshot}.%{git_sha}%{?dist}
Release: %{release_version}%{snapshot}%{git_sha}%{?dist}
Group: System Environment/Base
License: GPLv2+
URL: http://www.gnome.org/projects/NetworkManager/