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
This commit is contained in:
Gratien Dhaese 2010-06-04 14:24:59 +00:00
parent 392a3ce82e
commit 2c309bc233
4 changed files with 12 additions and 5 deletions

View File

@ -1 +1 @@
rear-1.7.24.tar.gz
rear-1.7.25.tar.gz

View File

@ -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

View File

@ -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 <gdha at sourceforge.net> - 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 <gdha at sourceforge.net> - 1.7.24-1
- added release entry

View File

@ -1 +1 @@
3f08549ddf0ddb0e3369b86b56be4005 rear-1.7.24.tar.gz
235bcebbd5596b72afecfefdc9389872 rear-1.7.25.tar.gz