import CS libnl3-3.11.0-1.el9

This commit is contained in:
eabdullin 2025-03-11 07:38:38 +00:00
parent 44c2bbfd4e
commit 95a31f78f1
3 changed files with 8 additions and 5 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/libnl-3.9.0.tar.gz SOURCES/libnl-3.11.0.tar.gz
SOURCES/libnl-doc-3.9.0.tar.gz SOURCES/libnl-doc-3.11.0.tar.gz

View File

@ -1,2 +1,2 @@
571f9e11d0bf73114e777f27a60828313bb97135 SOURCES/libnl-3.9.0.tar.gz 09c8ca840acc68f55c2476e5ee19ea5787a5cf61 SOURCES/libnl-3.11.0.tar.gz
b7942403355eabe84f756b182407823e97c9b7ab SOURCES/libnl-doc-3.9.0.tar.gz fbcd70def39c22bc4a4d04e36a9a56f2e33541c8 SOURCES/libnl-doc-3.11.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: libnl3 Name: libnl3
Version: 3.9.0 Version: 3.11.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Convenience library for kernel netlink sockets Summary: Convenience library for kernel netlink sockets
License: LGPL-2.1-only License: LGPL-2.1-only
@ -153,6 +153,9 @@ popd
%endif %endif
%changelog %changelog
* Tue Nov 12 2024 Thomas Haller <thaller@redhat.com> - 3.11.0-1
- Update to 3.11.0 release (RHEL-67129)
* Mon Dec 4 2023 Thomas Haller <thaller@redhat.com> - 3.9.0-1 * Mon Dec 4 2023 Thomas Haller <thaller@redhat.com> - 3.9.0-1
- Update to 3.9.0 release (RHEL-17843) - Update to 3.9.0 release (RHEL-17843)