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