Browse Source

hiredis-1.0.2-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
88cae8c1f3
1 changed files with 8 additions and 5 deletions
  1. 8 5
      h/hiredis/hiredis-vl.spec

+ 8 - 5
h/hiredis/hiredis-vl.spec

@@ -1,6 +1,6 @@
 Name:           hiredis
 Summary:        Minimalistic C client library for Redis
-Version:        1.0.0
+Version:        1.0.2
 Release:        1%{?_dist_release}
 Group:          system
 Vendor:         Project Vine
@@ -28,6 +28,9 @@ This package contains libraries and header files for
 developing applications that use %{name}.
 
 
+%debug_package
+
+
 %prep
 %autosetup -p1
 
@@ -51,10 +54,6 @@ cd %{buildroot}%{_libdir} && ldconfig -N -n .
 make check || true
 
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-
 %files
 %license COPYING
 %{_libdir}/libhiredis.so.*
@@ -67,6 +66,10 @@ make check || true
 
 
 %changelog
+* Thu Oct 14 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.2-1
+- new upstream release.
+- dropped ldconfig scriptlets.
+
 * Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.0-1
 - new upstream release.