From b0697826993dad382b1715bc4a74650e92ba1a82 Mon Sep 17 00:00:00 2001 From: Thomas Sailer Date: Thu, 14 Feb 2019 13:37:16 +0100 Subject: [PATCH] take out non applicable build --- zfstream.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/zfstream.spec b/zfstream.spec index c699f08..48012ce 100644 --- a/zfstream.spec +++ b/zfstream.spec @@ -4,7 +4,7 @@ Name: zfstream Version: %{vyear}%{vmonth}%{vday} -Release: 27%{?dist} +Release: 26%{?dist} Summary: Library for reading and writing compressed and non-compressed files License: LGPLv2+ @@ -81,13 +81,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_libdir}/pkgconfig/%{name}.pc %changelog -* Thu Feb 14 2019 Thomas Sailer - 20041202-27 +* Thu Feb 14 2019 Thomas Sailer - 20041202-26 - add missing library to pkgconf file - use pkgconf for zlib and bzip2 -* Sun Feb 03 2019 Fedora Release Engineering - 20041202-26 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - * Mon Sep 24 2018 Thomas Sailer - 20041202-25 - use minizip instead of minizip-compat