parent
518b006746
commit
1db305a36d
1
.gitignore
vendored
1
.gitignore
vendored
@ -415,3 +415,4 @@ network-manager-applet-0.8.1.tar.bz2
|
||||
/NetworkManager-1.39.8.tar.xz
|
||||
/NetworkManager-1.39.10.tar.xz
|
||||
/NetworkManager-1.39.11.tar.xz
|
||||
/NetworkManager-1.39.12.tar.xz
|
||||
|
@ -1,17 +1,16 @@
|
||||
|
||||
%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 glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
|
||||
|
||||
%global epoch_version 1
|
||||
%global real_version 1.39.11
|
||||
%global real_version 1.39.12
|
||||
%global rpm_version %{real_version}
|
||||
%global release_version 1
|
||||
%global snapshot %{nil}
|
||||
%global git_sha %{nil}
|
||||
%global bcond_default_debug 0
|
||||
%global bcond_default_test 0
|
||||
%global bcond_default_test 1
|
||||
|
||||
%global obsoletes_device_plugins 1:0.9.9.95-1
|
||||
%global obsoletes_ppp_plugin 1:1.5.3
|
||||
@ -1230,8 +1229,18 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 29 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.39.12-1
|
||||
- Update to 1.39.12 release (development)
|
||||
- bridge: fix reapply support (rh #2092762)
|
||||
|
||||
* Thu Jul 28 2022 Beniamino Galvani <bgalvani@redhat.com> - 1:1.39.11-1
|
||||
- Update to 1.39.11 release (development)
|
||||
- core: support nm.debug kernel command line option (rh #2102313)
|
||||
- ovs: don't ever move unactivated devices to failed state (rh #2077950)
|
||||
- dhclient: fix EXTENDED DHCP event handling (rh #2109285)
|
||||
- core: make "nmcli net off/on" more robust (rh #2093175)
|
||||
- bridge: add reapply support (rh #2092762)
|
||||
- bridge: don't reset vlan filtering on external connections (rh #2107647)
|
||||
|
||||
* Thu Jul 14 2022 Vojtech Bubela <vbubela@redhat.com> - 1:1.39.10-1
|
||||
- Update to 1.39.10 release (development)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (NetworkManager-1.39.11.tar.xz) = 50537e31e521efccc426842d044141750fe1454a38268deccc3dd3046db3c9d38b21f23d6caf49fbd7672262e6ea468ed5828bcbb09c3ccc34880f22ae37ba48
|
||||
SHA512 (NetworkManager-1.39.12.tar.xz) = 9a61b6d37312b9e5b0a9fbc58a1bb19b70ff9487c039e27fe0761d22b1710b3ae8cf63f9039dbb77c4a369435df75ff6974bd8fbafbca97245cc63b2e833984c
|
||||
|
Loading…
Reference in New Issue
Block a user