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:
parent
392a3ce82e
commit
2c309bc233
@ -1 +1 @@
|
||||
rear-1.7.24.tar.gz
|
||||
rear-1.7.25.tar.gz
|
||||
|
@ -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
|
||||
|
12
rear.spec
12
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 <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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user