From dfb4b0f769465a95c412558201d79ff80a69dc0f Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Wed, 15 Feb 2017 08:58:48 +0100 Subject: [PATCH] Rebuild with changelog fixed up Wrong build number in previous build -- taskotron complains about wrong changelog entry. --- libblockdev.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libblockdev.spec b/libblockdev.spec index c08ec38..024500d 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -13,7 +13,7 @@ Name: libblockdev Version: 2.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ URL: https://github.com/rhinstaller/libblockdev @@ -603,6 +603,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Wed Feb 15 2017 Vratislav Podzimek - 2.3-3 +- Rebuild with changelog fixed up + * Tue Feb 14 2017 Vratislav Podzimek - 2.3-1 - Allow specifying raid 'name' in multiple way when calling md functions (vtrefny) - Allow using both path and raid name in bd_md_set_bitmap_location (vtrefny)