Browse Source

unbound-1.13.2-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
4619657c3d
1 changed files with 6 additions and 10 deletions
  1. 6 10
      u/unbound/unbound-vl.spec

+ 6 - 10
u/unbound/unbound-vl.spec

@@ -11,7 +11,7 @@
 
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
-Version: 1.13.1
+Version: 1.13.2
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 Group: servers
 Distribution: Vine Linux
@@ -127,7 +127,7 @@ Python modules and extensions for unbound
 
 %package -n compat32-%{name}-libs
 Summary: Libraries used by the unbound server and client applications
-Group: system
+Group: system,legacy
 Requires: %{name}-libs = %{version}-%{release}
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -306,7 +306,6 @@ useradd -r -g unbound -d %{_sysconfdir}/unbound -s /sbin/nologin \
 exit 0
 
 %post libs
-/sbin/ldconfig
 /sbin/runuser  --command="%{_sbindir}/unbound-anchor -a %{_sharedstatedir}/unbound/root.key -c %{_sysconfdir}/unbound/icannbundle.pem"  --shell /bin/sh unbound ||:
 %if %{with systemd}
 %systemd_post unbound-anchor.timer
@@ -323,7 +322,6 @@ fi
 %endif
 
 %postun libs
-/sbin/ldconfig
 %if %{with systemd}
 %systemd_postun_with_restart unbound-anchor.timer
 %endif
@@ -362,14 +360,12 @@ if [ "$1" -ge "1" -a ! -x /bin/systemctl ]; then
 fi
 %endif
 
-%post -n compat32-%{name}-libs
-/sbin/ldconfig
-
-%postun -n compat32-%{name}-libs
-/sbin/ldconfig
-
 
 %changelog
+* Thu Aug 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.13.2-1
+- updated to 1.13.2.
+- dropped ldconfig scriptlets.
+
 * Wed Feb 10 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.13.1-1
 - updated to 1.13.1.