From 3af22a9856cbe0438264de7b5ccddc770a5ffc49 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 09:22:47 +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/libdaemon.git#291c41de945f251039707ca3978f399797be93ad --- libdaemon.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libdaemon.spec b/libdaemon.spec index fc23c81..7b16951 100644 --- a/libdaemon.spec +++ b/libdaemon.spec @@ -1,6 +1,6 @@ Name: libdaemon Version: 0.14 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Library for writing UNIX daemons License: LGPLv2+ URL: http://0pointer.de/lennart/projects/libdaemon/ @@ -9,6 +9,7 @@ Source0: http://0pointer.de/lennart/projects/libdaemon/%{name}-%{version}.tar.gz # Requires lynx to build the docs BuildRequires: gcc BuildRequires: lynx +BuildRequires: make %description libdaemon is a lightweight C library which eases the writing of UNIX daemons. @@ -59,6 +60,9 @@ rm $RPM_BUILD_ROOT/%{_datadir}/doc/libdaemon/style.css %{_libdir}/pkgconfig/*.pc %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.14-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 0.14-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild