From 845b461cfa69dc666e3c378f90845ae7b5668e3b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 18:25:47 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- libbytesize.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libbytesize.spec b/libbytesize.spec index a8a60b0..c5c02b3 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -12,7 +12,7 @@ Name: libbytesize Version: 0.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for working with sizes in bytes License: LGPLv2+ URL: https://github.com/rhinstaller/libbytesize @@ -109,6 +109,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %endif %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 0.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Jan 11 2017 Vratislav Podzimek - 0.9-1 - Allow the Size python class to be easily imported (vpodzime) - Make sure pyexecdir is defined (vpodzime)