EOF & whitespace
This commit is contained in:
+1
-2
@@ -7,9 +7,8 @@ mkdir -p BUILD RPMS
|
||||
|
||||
|
||||
|
||||
VERSION=`git rev-list HEAD --count`
|
||||
VERSION=`git rev-list HEAD --count`
|
||||
echo $VERSION > __VERSION__
|
||||
|
||||
rpmbuild -bb --buildroot $PWD/builddir -v --clean tis-tisbackup.spec
|
||||
cp RPMS/*/*.rpm .
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ Source0: ../
|
||||
Prefix: /
|
||||
|
||||
%if "%{rhel}" == "8"
|
||||
Requires: unzip rsync python3-paramiko python3-pyvmomi nfs-utils python3-flask python3-simplejson autofs python3-pexpect
|
||||
Requires: unzip rsync python3-paramiko python3-pyvmomi nfs-utils python3-flask python3-simplejson autofs python3-pexpect
|
||||
%endif
|
||||
%if "%{rhel}" == "7"
|
||||
Requires: unzip rsync python36-paramiko python3-pyvmomi nfs-utils python3-flask python3-simplejson autofs pexpect
|
||||
|
||||
Reference in New Issue
Block a user