automatic version update by autodist [release 3.8.0-1mamba;Sat Sep 09 2023]

This commit is contained in:
Automatic Build System 2024-01-06 05:11:20 +01:00
parent bb3fe222d4
commit a2ae620778

View File

@ -1,6 +1,6 @@
%define uver %(echo %version | tr . _)
Name: libnl
Version: 3.7.0
Version: 3.8.0
Release: 1mamba
Summary: A library for applications dealing with netlink sockets
Group: System/Libraries
@ -45,9 +45,8 @@ This package contains the tools provided with %{name}.
%prep
%setup -q
%patch0 -p1
#%patch1 -p1
%patch2 -p1
#%patch 0 -p1
#%patch 2 -p1
#fix permissions
chmod 644 ChangeLog COPYING
@ -78,7 +77,6 @@ chmod 644 ChangeLog COPYING
%files devel
%defattr(-,root,root)
%{_libdir}/libnl*.a
%{_libdir}/libnl*.la
%{_libdir}/libnl*.so
%dir %{_includedir}/libnl3
%{_includedir}/libnl3/*
@ -101,6 +99,9 @@ chmod 644 ChangeLog COPYING
%{_mandir}/man8/genl-ctrl-list.8.*
%changelog
* Sat Sep 09 2023 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
- automatic version update by autodist
* Fri Jul 08 2022 Automatic Build System <autodist@mambasoft.it> 3.7.0-1mamba
- automatic version update by autodist