From cca72f25b78e10948ce0efb821398e2a08b31215 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 5 Feb 2021 05:23:11 +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/rear.git#551f797a5eb292f8dae200b31fd3c5d57ae49698 --- rear.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rear.spec b/rear.spec index ebdb8b4..0c72328 100644 --- a/rear.spec +++ b/rear.spec @@ -3,7 +3,7 @@ Name: rear Version: 2.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool URL: http://relax-and-recover.org/ License: GPLv3 @@ -36,6 +36,7 @@ Requires: syslinux # default installed bootloader yaboot is also useed to make the bootable ISO image. # Required for HTML user guide +BuildRequires: make BuildRequires: asciidoctor ### Mandatory dependencies: @@ -102,6 +103,9 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_docdir}/%{name}/ #-- CHANGELOG -----------------------------------------------------------------# %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 2.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Sep 23 2020 Christopher Engelhard - 2.6-3 - Stop auto-creating a cronjob, but ship example cronjob/ systemd timer units in docdir instead (upstream issue #1829)