From b253754a3836fb384417b7d622c66f2b3f1e7b0b Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 13 2021 14:11:25 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/libblockdev.spec b/SPECS/libblockdev.spec index 3990e30..2700cc6 100644 --- a/SPECS/libblockdev.spec +++ b/SPECS/libblockdev.spec @@ -125,13 +125,14 @@ Name: libblockdev Version: 2.24 -Release: 3%{?dist} +Release: 5%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ URL: https://github.com/storaged-project/libblockdev Source0: https://github.com/storaged-project/libblockdev/releases/download/%{version}-%{release}/%{name}-%{version}.tar.gz Patch0: 0001-exec-Fix-setting-locale-for-util-calls.patch Patch1: 0002-exec-polling-fixes.patch +Patch2: 0003-LVM-thin-metadata-calculation-fix.patch BuildRequires: glib2-devel %if %{with_gi} @@ -689,6 +690,7 @@ A meta-package that pulls all the libblockdev plugins as dependencies. %setup -q -n %{name}-%{version} %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build autoreconf -ivf @@ -992,6 +994,14 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Mon Jan 11 2021 Vojtech Trefny - 2.24-5 +- Fix LVM thin metadata calculation fix + Resolves: rhbz#1901714 + +* Mon Dec 14 2020 Vojtech Trefny - 2.24-4 +- LVM thin metadata calculation fix + Resolves: rhbz#1901714 + * Wed Nov 18 2020 Vojtech Trefny - 2.24-3 - exec: Polling fixes Resolves: rhbz#1884689