diff --git a/fstrm.spec b/fstrm.spec index e48cbd5..4541788 100644 --- a/fstrm.spec +++ b/fstrm.spec @@ -3,9 +3,9 @@ Name: fstrm Summary: Frame Streams implementation in C -Version: 0.4.0 -Release: 4%{?dist} -License: ASL 2.0 +Version: 0.5.0 +Release: 1%{?dist} +License: MIT URL: https://github.com/farsightsec/fstrm Source0: https://github.com/farsightsec/fstrm/releases/download/v%{version}/fstrm-%{version}.tar.gz BuildRequires: autoconf automake libtool @@ -61,7 +61,7 @@ cp -ar html %{buildroot}%{_pkgdocdir}/html %check make check -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} > 7 # https://fedoraproject.org/wiki/Changes/Removing_ldconfig_scriptlets %else %post libs -p /sbin/ldconfig @@ -88,6 +88,9 @@ make check %doc %{_pkgdocdir}/html %changelog +* Thu Oct 10 2019 Tomas Krizek - 0.5.0-1 +- Update to new upstream version 0.5.0 + * Thu Jul 25 2019 Fedora Release Engineering - 0.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild