mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 20:38:10 +02:00
contrib/rpm: reorder variables in spec file
(cherry picked from commit 1975d6fa75)
This commit is contained in:
parent
e2902f61a4
commit
092202dbba
1 changed files with 3 additions and 4 deletions
|
|
@ -15,13 +15,12 @@
|
||||||
%global ppp_version %(sed -n 's/^#define\\s*VERSION\\s*"\\([^\\s]*\\)"$/\\1/p' %{_includedir}/pppd/patchlevel.h 2>/dev/null | grep . || echo bad)
|
%global ppp_version %(sed -n 's/^#define\\s*VERSION\\s*"\\([^\\s]*\\)"$/\\1/p' %{_includedir}/pppd/patchlevel.h 2>/dev/null | grep . || echo bad)
|
||||||
%global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
|
%global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
|
||||||
|
|
||||||
%global snapshot %{nil}
|
%global epoch_version 1
|
||||||
%global git_sha __COMMIT__
|
|
||||||
|
|
||||||
%global rpm_version __VERSION__
|
%global rpm_version __VERSION__
|
||||||
%global real_version __VERSION__
|
%global real_version __VERSION__
|
||||||
%global release_version __RELEASE_VERSION__
|
%global release_version __RELEASE_VERSION__
|
||||||
%global epoch_version 1
|
%global snapshot %{nil}
|
||||||
|
%global git_sha __COMMIT__
|
||||||
|
|
||||||
%global obsoletes_device_plugins 1:0.9.9.95-1
|
%global obsoletes_device_plugins 1:0.9.9.95-1
|
||||||
%global obsoletes_ppp_plugin 1:1.5.3
|
%global obsoletes_ppp_plugin 1:1.5.3
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue