Update to 1.22.0
This commit is contained in:
parent
ebb5317dc1
commit
e4027e3b1a
1
.gitignore
vendored
1
.gitignore
vendored
@ -364,3 +364,4 @@ network-manager-applet-0.8.1.tar.bz2
|
|||||||
/NetworkManager-1.20.4.tar.xz
|
/NetworkManager-1.20.4.tar.xz
|
||||||
/NetworkManager-1.21.3.tar.xz
|
/NetworkManager-1.21.3.tar.xz
|
||||||
/NetworkManager-1.21.90.tar.xz
|
/NetworkManager-1.21.90.tar.xz
|
||||||
|
/NetworkManager-1.22.0.tar.xz
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
%global epoch_version 1
|
%global epoch_version 1
|
||||||
%global rpm_version 1.22.0
|
%global rpm_version 1.22.0
|
||||||
%global real_version 1.21.90
|
%global real_version 1.22.0
|
||||||
%global release_version 0.2
|
%global release_version 1
|
||||||
%global snapshot %{nil}
|
%global snapshot %{nil}
|
||||||
%global git_sha %{nil}
|
%global git_sha %{nil}
|
||||||
|
|
||||||
@ -484,6 +484,7 @@ Requires: %{name}-libnm%{?_isa} = %{epoch}:%{version}-%{release}
|
|||||||
%description cloud-setup
|
%description cloud-setup
|
||||||
Installs a nm-cloud-setup tool that can automatically configure
|
Installs a nm-cloud-setup tool that can automatically configure
|
||||||
NetworkManager in cloud setups. Currently only EC2 is supported.
|
NetworkManager in cloud setups. Currently only EC2 is supported.
|
||||||
|
This tool is still experimental.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
@ -541,6 +542,11 @@ NetworkManager in cloud setups. Currently only EC2 is supported.
|
|||||||
%else
|
%else
|
||||||
-Diwd=false \
|
-Diwd=false \
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with bluetooth}
|
||||||
|
-Dbluez5_dun=true \
|
||||||
|
%else
|
||||||
|
-Dbluez5_dun=false \
|
||||||
|
%endif
|
||||||
%if %{with nmtui}
|
%if %{with nmtui}
|
||||||
-Dnmtui=true \
|
-Dnmtui=true \
|
||||||
%else
|
%else
|
||||||
@ -570,6 +576,7 @@ NetworkManager in cloud setups. Currently only EC2 is supported.
|
|||||||
%endif
|
%endif
|
||||||
-Dselinux=true \
|
-Dselinux=true \
|
||||||
-Dpolkit=true \
|
-Dpolkit=true \
|
||||||
|
-Dconfig_auth_polkit_default=true \
|
||||||
-Dpolkit_agent=true \
|
-Dpolkit_agent=true \
|
||||||
-Dmodify_system=true \
|
-Dmodify_system=true \
|
||||||
-Dconcheck=true \
|
-Dconcheck=true \
|
||||||
@ -667,6 +674,11 @@ intltoolize --automake --copy --force
|
|||||||
%else
|
%else
|
||||||
--with-iwd=no \
|
--with-iwd=no \
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with bluetooth}
|
||||||
|
--enable-bluez5-dun=yes \
|
||||||
|
%else
|
||||||
|
--enable-bluez5-dun=no \
|
||||||
|
%endif
|
||||||
%if %{with nmtui}
|
%if %{with nmtui}
|
||||||
--with-nmtui=yes \
|
--with-nmtui=yes \
|
||||||
%else
|
%else
|
||||||
@ -1041,6 +1053,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 17 2019 Thomas Haller <thaller@redhat.com> - 1:1.22.0-1
|
||||||
|
- Update to 1.22.0
|
||||||
|
|
||||||
* Fri Nov 29 2019 Thomas Haller <thaller@redhat.com> - 1:1.21.0-0.2
|
* Fri Nov 29 2019 Thomas Haller <thaller@redhat.com> - 1:1.21.0-0.2
|
||||||
- Update to 1.21.90 (1.22-rc1)
|
- Update to 1.21.90 (1.22-rc1)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (NetworkManager-1.21.90.tar.xz) = 487450a874b5d7046118a09f221e641fadeb8782bf7b537181a93d74d5edf84e8b62162a9459a6f8148408351bb1d7e8d00e22099da3eb5b2d5b0d658a8ad0c5
|
SHA512 (NetworkManager-1.22.0.tar.xz) = f6a2f621b42f7788646c81cc61d17261aa6df6351e6acfbc70d3d1b034416476f1c14b2444565d6abac2ee1b9aa2680fdb513b523fe6cad1bc37102d4bee41d0
|
||||||
|
Loading…
Reference in New Issue
Block a user