From: Maximilian Grunow Date: Fri, 5 May 2023 06:49:52 +0000 (+0000) Subject: ♻️ update VeyonStudent to version 4.8.0.4 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=c66f765cf22ba61f8c4542e73b11255d7001c931;p=VeyonStudent.git ♻️ update VeyonStudent to version 4.8.0.4 --- diff --git a/FULLNAMES b/FULLNAMES index af6b8c7..9211795 100644 --- a/FULLNAMES +++ b/FULLNAMES @@ -1 +1 @@ -Veyon +Veyon - Student diff --git a/LICENSE b/LICENSE index c70fc0d..2423a30 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1 @@ -Copyright (c) 2017 Peter Varkoly and Helmuth Varkoly Nürnberg. All rights reserverd. \ No newline at end of file +Copyright (c) 2023 Peter Varkoly and Helmuth Varkoly Nürnberg. All rights reserverd. \ No newline at end of file diff --git a/VERSION b/VERSION index e6f1a66..7908253 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.4.2.0 +4.8.0.4 diff --git a/VeyonStudent.sls b/VeyonStudent.sls index f452394..6a12b68 100644 --- a/VeyonStudent.sls +++ b/VeyonStudent.sls @@ -1,11 +1,11 @@ ############################################################################### # SLS: PACKAGE -# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany. +# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany. # All rights reserved. # -# Author: Helmuth Varkoly +# Author: Helmuth Varkoly, Maximilian Grunow # -# Description: SLS to use with OSS's softwaremanagement +# Description: SLS to use with Cranix's softwaremanagement ############################################################################### PACKAGE: pkg: diff --git a/oss-pkg-VeyonStudent.spec.in b/oss-pkg-VeyonStudent.spec.in index cd3e3f7..1db65c1 100644 --- a/oss-pkg-VeyonStudent.spec.in +++ b/oss-pkg-VeyonStudent.spec.in @@ -4,7 +4,7 @@ # Name: oss-pkg-PACKAGE -Summary: Package to install PACKAGE on OSS-Clients +Summary: Package to install PACKAGE on Cranix-Clients Version: VERSION Release: RELEASE License: GPL-2.0 @@ -21,7 +21,7 @@ PreReq: %fillup_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Package to install PACKAGE on OSS-Clients +Package to install PACKAGE on Cranix-Clients Authors: -------- @@ -54,5 +54,3 @@ rm -rf %{buildroot} %defattr(644,root,root) /srv/salt/win/repo-ng/PACKAGE /srv/salt/packages/PACKAGE.sls - - diff --git a/repo-ng/init.sls b/repo-ng/init.sls index 0b9bdb3..2fb144c 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -1,15 +1,13 @@ ############################################################################### -# SLS: VEYON -# Copyright (c) 2019 Helmuth Varkoly, Nuermberg, Germany. +# SLS: Veyon Student +# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany. # All rights reserved. # -# Authors: Helmuth Varkoly +# Authors: Helmuth Varkoly, Maximilian Grunow # # Description: Package SLS ############################################################################### - - {% if grains['cpuarch'] == 'AMD64' %} {% set ARCH = "x64" %} {% else %} @@ -19,8 +17,8 @@ {% set LOG_PATH = 'C:\\salt\\var\\log' %} VeyonStudent: - '4.4.2.0': - installer: salt://win/repo-ng/VeyonStudent/veyon-4.4.2.0-win64-setup.exe + '4.8.0.4': + installer: salt://win/repo-ng/VeyonStudent/veyon-4.8.0.4-win64-setup.exe full_name: 'Veyon' uninstaller: "C:\\Program Files\\Veyon\\uninstaller.exe" install_flags: '/S /NoMaster' diff --git a/repo-ng/veyon-4.4.2.0-win64-setup.exe b/repo-ng/veyon-4.8.0.4-win64-setup.exe similarity index 55% rename from repo-ng/veyon-4.4.2.0-win64-setup.exe rename to repo-ng/veyon-4.8.0.4-win64-setup.exe index c391211..ff0f7a4 100644 Binary files a/repo-ng/veyon-4.4.2.0-win64-setup.exe and b/repo-ng/veyon-4.8.0.4-win64-setup.exe differ