Browse Source

libnl3-3.7.0-1

Tomohiro "Tomo-p" KATO 1 year ago
parent
commit
5cccac9977
1 changed files with 8 additions and 10 deletions
  1. 8 10
      lib/libn/libnl3/libnl3-vl.spec

+ 8 - 10
lib/libn/libnl3/libnl3-vl.spec

@@ -1,15 +1,16 @@
 Name: libnl3
 Summary: Convenience library for kernel netlink sockets
 Summary(ja): Netlink ソケットの利用に便利なライブラリ
-Version: 3.5.0
-Release: 2%{?_dist_release}
+Version: 3.7.0
+Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
 
 License: LGPLv2
 URL: http://www.infradead.org/~tgr/libnl/
-Source: https://github.com/thom311/libnl/releases/download/libnl3_5_0/libnl-%{version}.tar.gz
+%define altver %(echo %{version} | sed -e 's/\\./_/g')
+Source: https://github.com/thom311/libnl/releases/download/libnl%{altver}/libnl-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}--root
 BuildRequires:	flex
 BuildRequires:	bison
@@ -62,13 +63,6 @@ rm -f %{buildroot}%{_bindir}/*
 find %{buildroot} -name \*.la -delete
 
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-%post cli -p /sbin/ldconfig
-%postun cli -p /sbin/ldconfig
-
-
 %files
 %defattr(-,root,root,-)
 %license COPYING
@@ -94,6 +88,10 @@ find %{buildroot} -name \*.la -delete
 
 
 %changelog
+* Fri Dec 02 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.7.0-1
+- new upstream release.
+- dropped ldconfig scriptlets.
+
 * Sun Feb 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.5.0-2
 - rebuilt with current environment.