[rear/el5] new release of rear-1.15

Gratien Dhaese gdha at fedoraproject.org
Thu Sep 19 08:38:10 UTC 2013


commit 98bcd4b811ea509800d55e284d289384b9f2b774
Author: Gratien D'haese <gratien.dhaese at gmail.com>
Date:   Thu Sep 19 10:37:41 2013 +0200

    new release of rear-1.15

 .gitignore |    2 +-
 rear.spec  |   16 ++++++++++++----
 sources    |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d1937ad..ae1d473 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/rear-1.14.tar.gz
+/rear-1.15.tar.gz
diff --git a/rear.spec b/rear.spec
index fe9cac8..109a00a 100644
--- a/rear.spec
+++ b/rear.spec
@@ -7,13 +7,15 @@
 
 Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool
 Name: rear
-Version: 1.14
+Version: 1.15
 Release: 1%{?rpmrelease}%{?dist}
 License: GPLv3
 Group: Applications/File
 URL: http://relax-and-recover.org/
 
-Source: https://github.com/downloads/rear/rear/rear-%{version}.tar.gz
+# as GitHub stopped with download section we need to go back to Sourceforge for downloads
+Source: https://sourceforge.net/projects/rear/files/rear/%{version}/rear-%{version}.tar.gz
+
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildArch: noarch
@@ -27,6 +29,7 @@ Requires: mingetty
 Requires: parted
 Requires: tar
 Requires: util-linux
+Requires: openssl
 
 ### If you require NFS, you may need the below packages
 #Requires: nfsclient portmap rpcbind
@@ -80,6 +83,7 @@ Requires: mkisofs
 
 ### On RHEL/Fedora the genisoimage packages provides mkisofs
 %if %{?centos_version:1}%{?fedora_version:1}%{?rhel_version:1}0
+Requires: crontabs
 Requires: iproute
 Requires: mkisofs
 #Requires: redhat-lsb
@@ -99,7 +103,8 @@ a migration tool as well.
 Currently Relax-and-Recover supports various boot media (incl. ISO, PXE,
 OBDR tape, USB or eSATA storage), a variety of network protocols (incl.
 sftp, ftp, http, nfs, cifs) as well as a multitude of backup strategies
-(incl.  IBM TSM, HP DataProtector, Symantec NetBackup, Bacula, rsync).
+(incl.  IBM TSM, HP DataProtector, Symantec NetBackup, EMC NetWorker,
+Bacula, Bareos, rsync).
 
 Relax-and-Recover was designed to be easy to set up, requires no maintenance
 and is there to assist when disaster strikes. Its setup-and-forget nature
@@ -135,7 +140,7 @@ echo "30 1 * * * root /usr/sbin/rear checklayout || /usr/sbin/rear mkrescue" >re
 %defattr(-, root, root, 0755)
 %doc AUTHORS COPYING README doc/*.txt
 %doc %{_mandir}/man8/rear.8*
-%config(noreplace) %{_sysconfdir}/cron.d/rear/
+%config(noreplace) %{_sysconfdir}/cron.d/rear
 %config(noreplace) %{_sysconfdir}/rear/
 #%config(noreplace) %{_sysconfdir}/udev/rules.d/62-rear-usb.rules
 %{_datadir}/rear/
@@ -143,5 +148,8 @@ echo "30 1 * * * root /usr/sbin/rear checklayout || /usr/sbin/rear mkrescue" >re
 %{_sbindir}/rear
 
 %changelog
+* Thu Apr 11 2013 Gratien D'haese <gratien.dhaese at gmail.com>
+- changes Source
+
 * Thu Jun 03 2010 Dag Wieers <dag at wieers.com>
 - Initial package. (using DAR)
diff --git a/sources b/sources
index c9436f8..427dbd5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e7aabaa7a614d1ae68f4740ac755115  rear-1.14.tar.gz
+dcd7346dd0fdf8703aee51ad856f2ca4  rear-1.15.tar.gz


More information about the scm-commits mailing list