[rear/f19] release v1.16

Gratien Dhaese gdha at fedoraproject.org
Mon May 5 13:41:01 UTC 2014


commit 524f2a6ab8baf6521764ec7a5ae1d2f23e2791e6
Author: Gratien D'haese <gratien.dhaese at gmail.com>
Date:   Mon May 5 15:41:02 2014 +0200

    release v1.16

 .gitignore |    2 +-
 rear.spec  |   17 +++++++++++++----
 sources    |    2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ae1d473..890c201 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/rear-1.15.tar.gz
+/rear-1.16.tar.gz
diff --git a/rear.spec b/rear.spec
index 109a00a..1c73c2b 100644
--- a/rear.spec
+++ b/rear.spec
@@ -7,7 +7,7 @@
 
 Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool
 Name: rear
-Version: 1.15
+Version: 1.16
 Release: 1%{?rpmrelease}%{?dist}
 License: GPLv3
 Group: Applications/File
@@ -25,11 +25,11 @@ Requires: binutils
 Requires: ethtool
 Requires: gzip
 Requires: iputils
-Requires: mingetty
 Requires: parted
 Requires: tar
-Requires: util-linux
 Requires: openssl
+Requires: gawk
+Requires: attr
 
 ### If you require NFS, you may need the below packages
 #Requires: nfsclient portmap rpcbind
@@ -89,6 +89,15 @@ Requires: mkisofs
 #Requires: redhat-lsb
 %endif
 
+# mingetty is not available anymore with RHEL 7 (use agetty instead via systemd)
+# Note that CentOS also has %rhel defined so there is no need to use %centos
+%if 0%{?rhel} && 0%{?rhel} > 6
+Requires: util-linux
+%else
+Requires: mingetty
+Requires: util-linux
+%endif
+
 ### The rear-snapshot package is no more
 Obsoletes: rear-snapshot
 
@@ -113,7 +122,7 @@ removes any excuse for not having a disaster recovery solution implemented.
 Professional services and support are available.
 
 %prep
-%setup -q
+%setup -q 
 
 echo "30 1 * * * root /usr/sbin/rear checklayout || /usr/sbin/rear mkrescue" >rear.cron
 
diff --git a/sources b/sources
index 427dbd5..ad59134 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dcd7346dd0fdf8703aee51ad856f2ca4  rear-1.15.tar.gz
+665b21175ab9516baed20fa6ffd56357  rear-1.16.tar.gz


More information about the scm-commits mailing list