diff --git a/SPECS/libblockdev.spec b/SPECS/libblockdev.spec index 96757cf..3990e30 100644 --- a/SPECS/libblockdev.spec +++ b/SPECS/libblockdev.spec @@ -125,11 +125,13 @@ Name: libblockdev Version: 2.24 -Release: 1%{?dist} +Release: 3%{?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 BuildRequires: glib2-devel %if %{with_gi} @@ -685,6 +687,8 @@ A meta-package that pulls all the libblockdev plugins as dependencies. %prep %setup -q -n %{name}-%{version} +%patch0 -p1 +%patch1 -p1 %build autoreconf -ivf @@ -988,6 +992,14 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Wed Nov 18 2020 Vojtech Trefny - 2.24-3 +- exec: Polling fixes + Resolves: rhbz#1884689 + +* Mon Nov 09 2020 Vojtech Trefny - 2.24-2 +- exec: Fix setting locale for util calls + Resolves: rhbz#1880031 + * Fri May 22 2020 Vojtech Trefny - 2.24-1 - Rebased to the latest upstream release 2.24 Resolves: rhbz#1824153