diff --git a/libblockdev.spec b/libblockdev.spec index b4de58f..7fe6438 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -125,7 +125,7 @@ Name: libblockdev Version: 2.22 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ URL: https://github.com/storaged-project/libblockdev @@ -983,6 +983,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 2.22-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Wed Jun 12 2019 Vojtech Trefny - 2.22-1 - tests: Fix Debian testing "version" for skipping (vtrefny) - module: Fix libkmod related leak (tbzatek)