Accepting request 800032 from home:dimstar:Factory
Complete the previous fix - I seem to have forgotten to checkin part 2 OBS-URL: https://build.opensuse.org/request/show/800032 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager-strongswan?expand=0&rev=40
This commit is contained in:
parent
2c047e5321
commit
027e5f7dbd
@ -3,6 +3,12 @@ Fri May 1 09:03:49 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
|||||||
|
|
||||||
- Set the path for the VPN service name file correctly to
|
- Set the path for the VPN service name file correctly to
|
||||||
%_vpnservicedir (provided by macros.NetworkManager).
|
%_vpnservicedir (provided by macros.NetworkManager).
|
||||||
|
- Pass --with-nm-libexecdir=%{_libexecdir} to configure to behave
|
||||||
|
the same as all the other NM-VPN plugins. This results in
|
||||||
|
nm-strongswan-auth-dialog moving from
|
||||||
|
%{_libexecdir}/NetworkManager to %{_libexecdir}, but considering
|
||||||
|
all the other auth-dialog helpers are there as well it is
|
||||||
|
perfectly welcome.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 25 14:04:46 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
Sat Jan 25 14:04:46 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
@ -65,6 +65,7 @@ cp %{SOURCE99} README.SUSE
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--without-libnm-glib \
|
--without-libnm-glib \
|
||||||
--with-charon=%{_libexecdir}/ipsec/charon-nm \
|
--with-charon=%{_libexecdir}/ipsec/charon-nm \
|
||||||
|
--with-nm_libexecdir=%{_libexecdir} \
|
||||||
--disable-more-warnings
|
--disable-more-warnings
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -79,7 +80,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_libdir}/NetworkManager/libnm-vpn-plugin-strongswan.so
|
%{_libdir}/NetworkManager/libnm-vpn-plugin-strongswan.so
|
||||||
|
|
||||||
%files gnome
|
%files gnome
|
||||||
%{_libexecdir}/NetworkManager/nm-strongswan-auth-dialog
|
%{_libexecdir}/nm-strongswan-auth-dialog
|
||||||
%{_datadir}/gnome-vpn-properties/
|
%{_datadir}/gnome-vpn-properties/
|
||||||
%{_datadir}/appdata/NetworkManager-strongswan.appdata.xml
|
%{_datadir}/appdata/NetworkManager-strongswan.appdata.xml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user