New release rear-2.2
This commit is contained in:
parent
f85be41d4f
commit
99353d419c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/rear-2.1.tar.gz
|
/rear-2.2.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%define rpmrelease %nil
|
%define rpmrelease %{nil}
|
||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
### Work-around the fact that openSUSE/SLES _always_ defined both :-/
|
### Work-around the fact that openSUSE/SLES _always_ defined both :-/
|
||||||
@ -8,14 +8,14 @@
|
|||||||
|
|
||||||
Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool
|
Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool
|
||||||
Name: rear
|
Name: rear
|
||||||
Version: 2.1
|
Version: 2.2
|
||||||
Release: 1%{?rpmrelease}%{?dist}
|
Release: 1%{?rpmrelease}%{?dist}
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
URL: http://relax-and-recover.org/
|
URL: http://relax-and-recover.org/
|
||||||
|
|
||||||
# as GitHub stopped with download section we need to go back to Sourceforge for downloads
|
# as GitHub stopped with download section we need to go back to Sourceforge for downloads
|
||||||
Source: https://sourceforge.net/projects/rear/files/rear/2.1/rear-2.1.tar.gz
|
Source: https://sourceforge.net/projects/rear/files/rear/%{version}/rear-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
@ -130,7 +130,7 @@ if [ $1 -gt 1 ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n rear-2.1
|
%setup -q
|
||||||
|
|
||||||
echo "30 1 * * * root /usr/sbin/rear checklayout || /usr/sbin/rear mkrescue" >rear.cron
|
echo "30 1 * * * root /usr/sbin/rear checklayout || /usr/sbin/rear mkrescue" >rear.cron
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (rear-2.1.tar.gz) = d1011db71490505db2cbef217f4af07ca7a308c09799a1274464b2462a11fc9d580e315014939da5d2ea8159e0496a5576f32e4aa6988719b66201f25ba1a3b7
|
SHA512 (rear-2.2.tar.gz) = 401c1844310a685597e64aa720486250c0f161b4e28528fb8c6bf8708df95f1fd4fc52f5da2d71e5413fac1968bc66b4bd78c9066070c466bc4972c909650615
|
||||||
|
Loading…
Reference in New Issue
Block a user