import NetworkManager-1.40.14-1.el8

This commit is contained in:
CentOS Sources 2023-02-18 00:12:32 +00:00 committed by Stepan Oksanichenko
parent 3881f61dfd
commit f33419312d
3 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
6fb480ad74f01b3829eb414acaba05536268c072 SOURCES/NetworkManager-1.40.12.tar.xz
84af35d45a48e80dc79d20232047cc4c48f364ba SOURCES/NetworkManager-1.40.14.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/NetworkManager-1.40.12.tar.xz
SOURCES/NetworkManager-1.40.14.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.12
%global real_version 1.40.14
%global rpm_version %{real_version}
%global release_version 1
%global snapshot %{nil}
@ -1231,6 +1231,9 @@ fi
%changelog
* Mon Feb 13 2023 Thomas Haller <thaller@redhat.com> - 1:1.40.14-1
- Update to 1.40.14 release
* Thu Jan 26 2023 Lubomir Rintel <lkundrak@v3.sk> - 1:1.40.12-1
- Update to 1.40.12 release
- core: retry if a rtnetlink socket runs out of buffer space (rh #2154350)