Browse Source

libblockdev-2.26-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
2f7d7b7c7a
1 changed files with 7 additions and 2 deletions
  1. 7 2
      lib/libb/libblockdev/libblockdev-vl.spec

+ 7 - 2
lib/libb/libblockdev/libblockdev-vl.spec

@@ -112,8 +112,8 @@
 
 Summary:      A library for low-level manipulation with block devices
 Name:         libblockdev
-Version:      2.24
-Release:      2%{?_dist_release}%{?with_systemd:.systemd}
+Version:      2.26
+Release:      1%{?_dist_release}%{?with_systemd:.systemd}
 Group:        system
 Vendor:       Project Vine
 Distribution: Vine Linux
@@ -718,6 +718,7 @@ autoreconf -ivf
 find %{buildroot} -type f -name "*.la" | xargs %{__rm}
 
 
+%if 0
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -798,6 +799,7 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
 %post kbd -p /sbin/ldconfig
 %postun kbd -p /sbin/ldconfig
 %endif
+%endif
 
 
 %files
@@ -1026,6 +1028,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
 
 
 %changelog
+* Thu Dec 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.26-1
+- new upstream release.
+
 * Sun Aug 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.24-2
 - rebuilt with python3.