From 94fda0f4cc68780e850a1081a7a8f608ed68d3d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 14 Feb 2019 08:04:21 +0100 Subject: [PATCH] Sync *.spec with Fedora --- fstrm.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/fstrm.spec b/fstrm.spec index a6a2674..92c2a1c 100644 --- a/fstrm.spec +++ b/fstrm.spec @@ -13,7 +13,7 @@ Name: %{?scl_prefix}fstrm Summary: Frame Streams implementation in C Version: 0.4.0 -Release: 3%{?dist} +Release: 4%{?dist} License: ASL 2.0 URL: https://github.com/farsightsec/fstrm Source0: https://dl.farsightsecurity.com/dist/fstrm/fstrm-%{version}.tar.gz @@ -61,9 +61,11 @@ mkdir -p %{buildroot}%{_pkgdocdir}/ %check make check +%if 0%{!?fedora} || 0%{?fedora} < 28 %post -p /sbin/ldconfig %postun -p /sbin/ldconfig +%endif %files %doc COPYRIGHT LICENSE @@ -80,6 +82,12 @@ make check %{_libdir}/pkgconfig/libfstrm.pc %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 0.4.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 0.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Thu May 17 2018 Tomas Krizek - 0.4.0-1 - Update to new upstream version 0.4.0 BZ#1577420 -- GitLab