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