Hello community,

here is the log from the commit of package rear for openSUSE:Factory checked in 
at 2013-06-13 21:56:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rear (Old)
 and      /work/SRC/openSUSE:Factory/.rear.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rear"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rear/rear.changes        2011-09-23 
12:44:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rear.new/rear.changes   2013-06-13 
21:57:00.000000000 +0200
@@ -1,0 +2,22 @@
+Wed Jun 12 08:30:00 UTC 2013 - [email protected]
+
+- Require /usr/bin/mkisofs instead of mkisofs
+- The default getty is agetty now
+
+-------------------------------------------------------------------
+Wed Jun  5 16:16:09 UTC 2013 - [email protected]
+
+- Require mkisofs instead of genisoimage, as we plan to switch to
+  it. (rear works both /usr/bin/mkisofs and /usr/bin/genisoimage)
+- Avoid UUOC: better deletion strategy for gitignore
+
+-------------------------------------------------------------------
+Sun Feb 10 11:31:02 UTC 2013 - [email protected]
+
+- updated to rear 1.14 from upstream
+  * see rear-release-notes.txt for more informations
+- clean and rebase specfile
+- remove debian files
+- don't include manfiles and makefile in documentation
+
+-------------------------------------------------------------------

Old:
----
  debian.changelog
  rear-1.10.0.tar.gz
  rear.dsc

New:
----
  rear-1.14.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rear.spec ++++++
--- /var/tmp/diff_new_pack.0SSQYG/_old  2013-06-13 21:57:01.000000000 +0200
+++ /var/tmp/diff_new_pack.0SSQYG/_new  2013-06-13 21:57:01.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rear
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,87 +16,43 @@
 #
 
 
+%bcond_without use_mkisofs
 
 Name:           rear
-Version:        1.10.0
-Release:        1
+Version:        1.14
+Release:        0
 Summary:        Relax and Recover (ReaR) is a Linux Disaster Recovery framework
-
-Group:          Productivity/Archiving/Backup
 License:        GPL-2.0+
-Url:            http://rear.sourceforge.net
-Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Group:          Productivity/Archiving/Backup
+
+Url:            http://relax-and-recover.org/
+Source0:        
https://github.com/downloads/rear/rear/%{name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 # all RPM based systems seem to have this and call it the same
-Requires:       mingetty binutils iputils tar gzip ethtool syslinux
-
-# if SuSE
-%if 0%{?suse_version} != 0
-Requires:       iproute2 lsb
-# recent SuSE versions have an extra nfs-client package and switched to 
genisoimage/wodim
-%if 0%{?suse_version} >= 1020
-Requires:       genisoimage nfs-client
+Requires:       binutils
+Requires:       ethtool
+Requires:       gzip
+Requires:       iproute2
+Requires:       iputils
+Requires:       lsb
+%if 0%{?suse_version} >= 1230
+Requires:       %{_sbindir}/agetty
+%else
+Requires:       /sbin/mingetty
+%endif
+%if %{with use_mkisofs}
+Requires:       %{_bindir}/mkisofs
 %else
-Requires:       mkisofs
+Requires:       %{_bindir}/genisoimage
 %endif
+# recent SuSE versions have an extra nfs-client package
+Requires:       nfs-client
 # openSUSE from 11.1 and SLES from 11 uses rpcbind instead of portmap
-%if 0%{?suse_version} >= 1110
 Requires:       rpcbind
-%else
-Requires:       portmap
-%endif
-# end SuSE
-%endif
-
-# if Mandriva
-%if 0%{?mandriva_version} != 0
-Requires:       iproute2 lsb
-# Mandriva switched from 2008 away from mkisofs, and as a specialty call the 
package cdrkit-genisoimage!
-%if 0%{?mandriva_version} >= 2008
-Requires:       cdrkit-genisoimage rpcbind
-%else
-Requires:       mkisofs portmap
-%endif
-# end Mandriva
-%endif
-
-# all Red Hat compatible, Scientific Linux and other clones are not yet 
supported by openSUSE
-# Build Server, add more RHEL clones as needed. To make the boolean expression 
simpler I copy
-# this section for each Red Hat OS
-%if 0%{?centos_version} != 0
-Requires:       iproute redhat-lsb
-# Red Hat moved from CentOS/RHEL/SL 6 and Fedora 9 away from mkisofs
-%if 0%{?centos_version} >= 600
-Requires:       genisoimage rpcbind
-%else
-Requires:       mkisofs portmap
-%endif
-# end CentOS
-%endif
-
-%if 0%{?rhel_version} != 0
-Requires:       iproute redhat-lsb
-# Red Hat moved from CentOS/RHEL/SL 6 and Fedora 9 away from mkisofs
-%if 0%{?rhel_version} >= 600 
-Requires:       genisoimage rpcbind
-%else
-Requires:       mkisofs portmap
-%endif
-# end Red Hat Enterprise Linux
-%endif
-
-%if 0%{?fedora_version} != 0
-Requires:       iproute redhat-lsb
-# Red Hat moved from CentOS/RHEL/SL 6 and Fedora 9 away from mkisofs
-%if 0%{?fedora_version} >= 9
-Requires:       genisoimage rpcbind
-%else
-Requires:       mkisofs portmap
-%endif
-# end Fedora
-%endif
+Requires:       syslinux
+Requires:       tar
 
 %description
 Relax and Recover (abbreviated rear) is a highly modular disaster recovery
@@ -116,6 +72,7 @@
 # no code to compile - all bash scripts
 
 %install
+find . -type f -name .gitignore -delete
 
 # create directories
 mkdir -vp \
@@ -143,15 +100,13 @@
        -e 's#/usr/share/doc/packages#%{_docdir}#' \
        doc/rear.8 >$RPM_BUILD_ROOT%{_mandir}/man8/rear.8
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
-%doc COPYING CHANGES README doc/*
+%doc AUTHORS COPYING README doc/user-guide doc/rear-presentation.txt 
doc/rear-release-notes.txt
 %{_sbindir}/rear
 %{_datadir}/rear
 %{_localstatedir}/lib/rear
 %{_mandir}/man8/rear*
 %config(noreplace) %{_sysconfdir}/rear
+
 %changelog

++++++ rear-1.10.0.tar.gz -> rear-1.14.tar.gz ++++++
++++ 24493 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to