mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 07:40:28 +01:00
contrib/rpm: reorder variables in spec file
This commit is contained in:
parent
0893c3756e
commit
1975d6fa75
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 glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
|
||||
|
||||
%global snapshot %{nil}
|
||||
%global git_sha __COMMIT__
|
||||
|
||||
%global epoch_version 1
|
||||
%global rpm_version __VERSION__
|
||||
%global real_version __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_ppp_plugin 1:1.5.3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue