automatic version update by autodist [release 1.710-1mamba;Mon Nov 03 2014]

This commit is contained in:
Automatic Build System 2024-01-05 19:12:56 +01:00
parent 4c1b63a57a
commit 45847538f2
2 changed files with 12 additions and 9 deletions

View File

@ -1,12 +1,12 @@
diff -Nru webmin-1.420.orig/setup.sh webmin-1.420/setup.sh diff -Nru webmin-1.710.orig/setup.sh webmin-1.710/setup.sh
--- webmin-1.420.orig/setup.sh 2008-06-04 15:08:13.000000000 +0200 --- webmin-1.710.orig/setup.sh 2014-09-29 22:48:02.000000000 +0200
+++ webmin-1.420/setup.sh 2008-06-04 15:11:17.000000000 +0200 +++ webmin-1.710/setup.sh 2014-11-03 22:19:46.272952891 +0100
@@ -33,17 +33,6 @@ @@ -35,17 +35,6 @@
echo "systems and common Unix services to be easily administered." echo "systems and common Unix services to be easily administered."
echo "" echo ""
-# Only root can run this -# Only root can run this
-id | grep "uid=0(" >/dev/null -id | grep -i "uid=0(" >/dev/null
-if [ $? != "0" ]; then -if [ $? != "0" ]; then
- uname -a | grep -i CYGWIN >/dev/null - uname -a | grep -i CYGWIN >/dev/null
- if [ $? != "0" ]; then - if [ $? != "0" ]; then
@ -19,7 +19,7 @@ diff -Nru webmin-1.420.orig/setup.sh webmin-1.420/setup.sh
# Use the supplied destination directory, if any # Use the supplied destination directory, if any
if [ "$1" != "" ]; then if [ "$1" != "" ]; then
wadir=$1 wadir=$1
@@ -364,12 +353,6 @@ @@ -363,12 +352,6 @@
echo "" echo ""
exit 12 exit 12
fi fi
@ -32,7 +32,7 @@ diff -Nru webmin-1.420.orig/setup.sh webmin-1.420/setup.sh
printf "Login name (default admin): " printf "Login name (default admin): "
if [ "$login" = "" ]; then if [ "$login" = "" ]; then
read login read login
@@ -740,45 +740,6 @@ @@ -747,45 +730,6 @@
echo "" echo ""
fi fi

View File

@ -1,5 +1,5 @@
Name: webmin Name: webmin
Version: 1.690 Version: 1.710
Release: 1mamba Release: 1mamba
Summary: A web-based interface for system administration for Unix Summary: A web-based interface for system administration for Unix
Group: Applications/Web Group: Applications/Web
@ -10,7 +10,7 @@ URL: http://www.webmin.com/index.html
Source: http://prdownloads.sourceforge.net/webadmin/webmin-%{version}.tar.gz Source: http://prdownloads.sourceforge.net/webadmin/webmin-%{version}.tar.gz
Source1: webmin-initscript Source1: webmin-initscript
Source2: webmin-desktop Source2: webmin-desktop
Patch0: %{name}-1.640-install_noroot.patch Patch0: %{name}-1.710-install_noroot.patch
Patch1: %{name}-1.510-openmamba.patch Patch1: %{name}-1.510-openmamba.patch
License: GPL License: GPL
BuildRequires: perl-Net-SSLeay >= 1.25 BuildRequires: perl-Net-SSLeay >= 1.25
@ -130,6 +130,9 @@ exit 0
%doc LICENCE README %doc LICENCE README
%changelog %changelog
* Mon Nov 03 2014 Automatic Build System <autodist@mambasoft.it> 1.710-1mamba
- automatic version update by autodist
* Thu May 22 2014 Automatic Build System <autodist@mambasoft.it> 1.690-1mamba * Thu May 22 2014 Automatic Build System <autodist@mambasoft.it> 1.690-1mamba
- automatic version update by autodist - automatic version update by autodist