From 2c309bc23319740ca630076c24834f437b69a3c5 Mon Sep 17 00:00:00 2001 From: Gratien Dhaese Date: Fri, 4 Jun 2010 14:24:59 +0000 Subject: [PATCH] Release Notes for Relax and Recover (rear) 1.7.25 released at 2010-06-04: //bugzilla.redhat.com/show_bug.cgi?id=600217 exclude the required package "syslinux" on ppc/ppc64 in the rear.spec file --- .cvsignore | 2 +- import.log | 1 + rear.spec | 12 +++++++++--- sources | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 240b77f..a3fb85b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -rear-1.7.24.tar.gz +rear-1.7.25.tar.gz diff --git a/import.log b/import.log index f7f0132..3f780cb 100644 --- a/import.log +++ b/import.log @@ -1,2 +1,3 @@ rear-1_7_20-1_fc10:HEAD:rear-1.7.20-1.fc10.src.rpm:1239371107 rear-1_7_24-1_fc11:HEAD:rear-1.7.24-1.fc11.src.rpm:1275313285 +rear-1_7_25-1_fc11:HEAD:rear-1.7.25-1.fc11.src.rpm:1275661436 diff --git a/rear.spec b/rear.spec index f311a15..f411de6 100644 --- a/rear.spec +++ b/rear.spec @@ -1,5 +1,5 @@ Name: rear -Version: 1.7.24 +Version: 1.7.25 Release: 1%{?dist} Summary: Relax and Recover (ReaR) is a Linux Disaster Recovery framework @@ -11,14 +11,16 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root # all RPM based systems seem to have this -Requires: mingetty binutils iputils tar gzip ethtool syslinux +Requires: mingetty binutils iputils tar gzip ethtool Requires: iproute redhat-lsb %if 0%{?fedora_version} >= 9 Requires: genisoimage rpcbind %else Requires: mkisofs portmap %endif - +%ifarch %ix86 x86_64 amd64 +Requires: syslinux +%endif %description Relax and Recover (abbreviated rear) is a highly modular disaster recovery @@ -87,6 +89,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jun 04 2010 Gratien D'haese - 1.7.25-1 +- added the %%ifarch part for syslinux to avoid warning on ppc/ppc64 +- fixed bugzilla 600217 (missing Fedora links) + * Mon May 09 2010 Gratien D'haese - 1.7.24-1 - added release entry diff --git a/sources b/sources index bf234a9..4af1824 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f08549ddf0ddb0e3369b86b56be4005 rear-1.7.24.tar.gz +235bcebbd5596b72afecfefdc9389872 rear-1.7.25.tar.gz