Fix ppp version discovery
This commit is contained in:
parent
948f57c7bf
commit
ef05be83e2
@ -1,12 +1,12 @@
|
||||
%global wpa_supplicant_version 1:1.1
|
||||
|
||||
%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 %(pkg-config --modversion pppd 2>/dev/null || echo bad)
|
||||
%global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
|
||||
|
||||
%global epoch_version 1
|
||||
%global real_version 1.43.5
|
||||
%global rpm_version %{real_version}
|
||||
%global release_version 2
|
||||
%global release_version 3
|
||||
%global snapshot %{nil}
|
||||
%global git_sha %{nil}
|
||||
%global bcond_default_debug 0
|
||||
@ -252,7 +252,9 @@ BuildRequires: dbus-devel >= %{dbus_version}
|
||||
BuildRequires: glib2-devel >= 2.40.0
|
||||
BuildRequires: gobject-introspection-devel >= 0.10.3
|
||||
%if %{with ppp}
|
||||
BuildRequires: ppp-devel >= 2.4.5
|
||||
# version constraint here is because the use of pkg-config to discover
|
||||
# the ppp version (above) only works from 2.5.0 onwards
|
||||
BuildRequires: ppp-devel >= 2.5.0
|
||||
%endif
|
||||
%if %{with crypto_gnutls}
|
||||
BuildRequires: gnutls-devel >= 2.12
|
||||
@ -1246,6 +1248,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 18 2023 Adam Williamson <awilliam@redhat.com> - 1:1.43.5-3
|
||||
- Fix ppp version discovery
|
||||
|
||||
* Tue Apr 18 2023 Adam Williamson <awilliam@redhat.com> - 1:1.43.5-2
|
||||
- Rebuild for ppp 2.5.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user