Rear version 1.7.24 supports Fedora 11, 12 and 13. Previous version was
broke for Fedora >10.
This commit is contained in:
parent
4c681613f4
commit
392a3ce82e
@ -1 +1 @@
|
||||
rear-1.7.20.tar.gz
|
||||
rear-1.7.24.tar.gz
|
||||
|
@ -1 +1,2 @@
|
||||
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
|
||||
|
25
rear.spec
25
rear.spec
@ -1,6 +1,6 @@
|
||||
Name: rear
|
||||
Version: 1.7.20
|
||||
Release: 2%{?dist}
|
||||
Version: 1.7.24
|
||||
Release: 1%{?dist}
|
||||
Summary: Relax and Recover (ReaR) is a Linux Disaster Recovery framework
|
||||
|
||||
Group: Applications/Archiving
|
||||
@ -11,10 +11,13 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
|
||||
# all RPM based systems seem to have this
|
||||
Requires: mingetty binutils portmap iputils
|
||||
Requires: iproute
|
||||
Requires: /usr/bin/mkisofs
|
||||
Requires: tar
|
||||
Requires: mingetty binutils iputils tar gzip ethtool syslinux
|
||||
Requires: iproute redhat-lsb
|
||||
%if 0%{?fedora_version} >= 9
|
||||
Requires: genisoimage rpcbind
|
||||
%else
|
||||
Requires: mkisofs portmap
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
@ -84,8 +87,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.20-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
* Mon May 09 2010 Gratien D'haese <gdha at sourceforge.net> - 1.7.24-1
|
||||
- added release entry
|
||||
|
||||
* Fri Jan 09 2010 Gratien D'haese <gdha at sourceforge.net> - 1.7.23-1
|
||||
- added release entry
|
||||
|
||||
* Mon Nov 16 2009 Gratien D'haese <gdha at sourceforge.net> - 1.7.22-1
|
||||
- Changed Requires fields for Fedora 10 and higher
|
||||
|
||||
* Thu Apr 02 2009 Gratien D'haese <gdha at sourceforge.net> - 1.7.20-1
|
||||
- update %%_localstatedir/rear to %%_localstatedir/lib/rear
|
||||
|
Loading…
Reference in New Issue
Block a user