Update to 1.41.90 (release candidate)
Resolves: #2158394 Resolves: #2156385
This commit is contained in:
parent
60541e5f8a
commit
653c67569a
1
.gitignore
vendored
1
.gitignore
vendored
@ -424,3 +424,4 @@ network-manager-applet-0.8.1.tar.bz2
|
|||||||
/NetworkManager-1.41.6.tar.xz
|
/NetworkManager-1.41.6.tar.xz
|
||||||
/NetworkManager-1.41.7.tar.xz
|
/NetworkManager-1.41.7.tar.xz
|
||||||
/NetworkManager-1.41.8.tar.xz
|
/NetworkManager-1.41.8.tar.xz
|
||||||
|
/NetworkManager-1.41.90.tar.xz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%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 epoch_version 1
|
%global epoch_version 1
|
||||||
%global real_version 1.41.8
|
%global real_version 1.41.90
|
||||||
%global rpm_version %{real_version}
|
%global rpm_version %{real_version}
|
||||||
%global release_version 1
|
%global release_version 1
|
||||||
%global snapshot %{nil}
|
%global snapshot %{nil}
|
||||||
@ -255,7 +255,6 @@ BuildRequires: gnutls-devel >= 2.12
|
|||||||
%else
|
%else
|
||||||
BuildRequires: nss-devel >= 3.11.7
|
BuildRequires: nss-devel >= 3.11.7
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: dhclient
|
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: audit-libs-devel
|
BuildRequires: audit-libs-devel
|
||||||
%if %{with regen_docs}
|
%if %{with regen_docs}
|
||||||
@ -610,8 +609,9 @@ Preferably use nmcli instead.
|
|||||||
%if %{with test}
|
%if %{with test}
|
||||||
--werror \
|
--werror \
|
||||||
%endif
|
%endif
|
||||||
-Dnft=/usr/sbin/nft \
|
-Dnft=%{_sbindir}/nft \
|
||||||
-Diptables=/usr/sbin/iptables \
|
-Diptables=%{_sbindir}/iptables \
|
||||||
|
-Ddhclient=%{_sbindir}/dhclient \
|
||||||
-Ddhcpcanon=no \
|
-Ddhcpcanon=no \
|
||||||
-Ddhcpcd=no \
|
-Ddhcpcd=no \
|
||||||
-Dconfig_dhcp_default=%{dhcp_default} \
|
-Dconfig_dhcp_default=%{dhcp_default} \
|
||||||
@ -739,9 +739,9 @@ autoreconf --install --force
|
|||||||
--with-runstatedir=%{_rundir} \
|
--with-runstatedir=%{_rundir} \
|
||||||
--enable-silent-rules=no \
|
--enable-silent-rules=no \
|
||||||
--enable-static=no \
|
--enable-static=no \
|
||||||
--with-nft=/usr/sbin/nft \
|
--with-nft=%{_sbindir}/nft \
|
||||||
--with-iptables=/usr/sbin/iptables \
|
--with-iptables=%{_sbindir}/iptables \
|
||||||
--with-dhclient=yes \
|
--with-dhclient=%{_sbindir}/dhclient \
|
||||||
--with-dhcpcd=no \
|
--with-dhcpcd=no \
|
||||||
--with-dhcpcanon=no \
|
--with-dhcpcanon=no \
|
||||||
--with-config-dhcp-default=%{dhcp_default} \
|
--with-config-dhcp-default=%{dhcp_default} \
|
||||||
@ -1229,6 +1229,11 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 20 2023 Fernando Fernandez Mancera <ferferna@redhat.com> - 1:1.41.90-1
|
||||||
|
- Update to 1.41.90 release (release candidate)
|
||||||
|
- l3cfg: schedule an update after every commit-type/config-data register/unregister (rh #2158394)
|
||||||
|
- all: add support for ovs-dpdk n-rxq-desc and n-txq-desc (rh #2156385)
|
||||||
|
|
||||||
* Wed Jan 11 2023 Beniamino Galvani <bgalvani@redhat.com> - 1:1.41.8-1
|
* Wed Jan 11 2023 Beniamino Galvani <bgalvani@redhat.com> - 1:1.41.8-1
|
||||||
- Update to 1.41.8 release (development)
|
- Update to 1.41.8 release (development)
|
||||||
- core: add support for equal-cost multi-path (ECMP) routes (rh #2081302)
|
- core: add support for equal-cost multi-path (ECMP) routes (rh #2081302)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (NetworkManager-1.41.8.tar.xz) = 5c4595e86c5f92b5e184a769e62041bbffcb2e801852241595831c9bca9b9de97a3cc0b35196296cd9f5d148e1230b7bdb32bb300db37aeaf784e4f34488bd1a
|
SHA512 (NetworkManager-1.41.90.tar.xz) = 49d717868d7a1aae305b2ef2f384f0a63cd2d7ac723dadf31012cf504f8c471e5145460c60f605c927bfa4362f7a7d6a5d9ebf824097c04ed44774db8b894e20
|
||||||
|
Loading…
Reference in New Issue
Block a user