import NetworkManager-1.40.6-1.el8

This commit is contained in:
CentOS Sources 2022-12-03 04:09:08 +00:00 committed by Stepan Oksanichenko
parent 4eb2397dc7
commit 7a4e275adb
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
188840220836f175db00ec776b8d531ace5cfc8b SOURCES/NetworkManager-1.40.4.tar.xz
f1b4a8e0e5748e25660bb62a235743b11d075efe SOURCES/NetworkManager-1.40.6.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/NetworkManager-1.40.4.tar.xz
SOURCES/NetworkManager-1.40.6.tar.xz

View File

@ -4,7 +4,7 @@
%global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
%global epoch_version 1
%global real_version 1.40.4
%global real_version 1.40.6
%global rpm_version %{real_version}
%global release_version 1
%global snapshot %{nil}
@ -1231,6 +1231,10 @@ fi
%changelog
* Wed Nov 30 2022 Thomas Haller <thaller@redhat.com> - 1:1.40.6-1
- Update to 1.40.6 release
- team: fix configuring empty team port settings (rh #2102375)
* Fri Nov 18 2022 Thomas Haller <thaller@redhat.com> - 1:1.40.4-1
- Update to 1.40.4 release
- ifcfg-rh: fix writing invalid ethtool pause settings (rh #2134569)