From 97dc4e82f4210712f1c9fd72454bc07b0b28b2a0 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 14:44:31 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/fstrm.git#7f1d3a157b16106c79d93a9eb23454c43361297c --- fstrm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fstrm.spec b/fstrm.spec index a42e69a..e1b8eb1 100644 --- a/fstrm.spec +++ b/fstrm.spec @@ -4,7 +4,7 @@ Name: fstrm Summary: Frame Streams implementation in C Version: 0.6.0 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT URL: https://github.com/farsightsec/fstrm Source0: https://dl.farsightsecurity.com/dist/%{name}/%{name}-%{version}.tar.gz @@ -45,6 +45,7 @@ using fstrm library. Summary: API documentation for fstrm library BuildArch: noarch BuildRequires: doxygen +BuildRequires: make Requires: %{name} = %{version}-%{release} %description doc @@ -104,6 +105,9 @@ make check %doc %{_pkgdocdir}/html %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.6.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Sep 15 2020 Petr Menšík - 0.6.0-3 - Move command line tools to utils subpackage