--- /dev/null
+repo-ng/HASH.json
+oss-pkg-MySQLConnectorODBC.spec
\ No newline at end of file
-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
VERSION = $(shell cat VERSION )
RELEASE = $(shell cat RELEASE )
NRELEASE = $(shell echo $(RELEASE) + 1 | bc )
-YEAR = $(shell date +%Y )
+YEAR = $(shell date +%Y )
package:
sed s/VERSION/$(VERSION)/g oss-pkg-$(PACKAGE).spec.in > oss-pkg-$(PACKAGE).spec
###############################################################################
# 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:
#
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
-Package to install PACKAGE on OSS-Clients
+Package to install PACKAGE on Cranix-Clients
Authors:
--------
helmuth@varkoly.de
peter@varkoly.de
+ maximilian@grunow.at
%prep
###############################################################################
-# SLS: MySQL_Connector_ODBC
-# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany.
+# SLS: MySQL Connector ODBC
+# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany.
# All rights reserved.
#
-# Authors: Helmuth Varkoly
+# Authors: Helmuth Varkoly, Maximilian Grunow
#
# Description: Package SLS
###############################################################################
{% set LOG_PATH = 'C:\\salt\\var\\log' %}
MySQLConnectorODBC:
- '8.0.14':
+ '8.0.33':
full_name: 'MySQL Connector/ODBC 8.0'
- installer: salt://win/repo-ng/MySQLConnectorODBC/mysql-connector-odbc-8.0.14-win32.msi
- uninstaller: salt://win/repo-ng/MySQLConnectorODBC/mysql-connector-odbc-8.0.14-win32.msi
+ installer: salt://win/repo-ng/MySQLConnectorODBC/mysql-connector-odbc-8.0.33-win32.msi
+ uninstaller: salt://win/repo-ng/MySQLConnectorODBC/mysql-connector-odbc-8.0.33-win32.msi
install_flags: '/quiet /log "{{ LOG_PATH }}\MySQLConnectorODBC_inst.log"'
uninstall_flags: '/quiet /log "{{ LOG_PATH }}\MySQLConnectorODBC_uninst.log"'
msiexec: True