mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 01:50:25 +01:00
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:
parent
2b82fd0e1d
commit
8f44bf047f
1 changed files with 1 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue