From: Maximilian Grunow Date: Fri, 5 May 2023 18:58:20 +0000 (+0000) Subject: ♻️ update to version 22.01 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=0a9f70ee96ca8e922503e2c7f02e58ee59539fa3;p=7zip.git ♻️ update to version 22.01 --- diff --git a/7zip.sls b/7zip.sls index f452394..6a12b68 100644 --- a/7zip.sls +++ b/7zip.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/FULLNAMES b/FULLNAMES index c880712..117cb2f 100644 --- a/FULLNAMES +++ b/FULLNAMES @@ -1,2 +1,2 @@ -7-Zip 16.04 (x64 edition) -7-Zip 16.04 +7-Zip 22.01 (x64 edition) +7-Zip 22.01 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/Makefile b/Makefile index f3a8e92..898fef8 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ REPO = /srv/www/repo/salt-packages/ VERSION = $(shell cat VERSION ) RELEASE = $(shell cat RELEASE ) NRELEASE = $(shell echo $(RELEASE) + 1 | bc ) -YEAR = $(shell date +%Y ) +YEAR = $(shell date +%Y ) package: @@ -22,7 +22,7 @@ package: rm -rf oss-pkg-$(PACKAGE) mv oss-pkg-$(PACKAGE).tar.bz2 /usr/src/packages/SOURCES/ rpmbuild -bb oss-pkg-$(PACKAGE).spec - for i in $(REPO)/noarch/oss-pkg-$(PACKAGE)-$(VERSION)-*.rpm; do test -e $$i && rm $$i; done + find $(REPO)/noarch -name "oss-pkg-$(PACKAGE)-$(VERSION)-*.rpm" -exec rm {} \; mv /usr/src/packages/RPMS/noarch/oss-pkg-$(PACKAGE)-$(VERSION)-$(NRELEASE).noarch.rpm $(REPO)/noarch echo $(NRELEASE) > RELEASE git commit -a -m "New release" diff --git a/VERSION b/VERSION index 63e240b..d9b518b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.00.00.0 +22.01 diff --git a/oss-pkg-7zip.spec.in b/oss-pkg-7zip.spec.in index cd3e3f7..7189150 100644 --- a/oss-pkg-7zip.spec.in +++ b/oss-pkg-7zip.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,12 +21,13 @@ PreReq: %fillup_prereq 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 diff --git a/repo-ng/7z1900-x64.msi b/repo-ng/7z1900-x64.msi deleted file mode 100755 index 99ee624..0000000 Binary files a/repo-ng/7z1900-x64.msi and /dev/null differ diff --git a/repo-ng/7z1900.msi b/repo-ng/7z1900.msi deleted file mode 100755 index d93ff38..0000000 Binary files a/repo-ng/7z1900.msi and /dev/null differ diff --git a/repo-ng/7z2201-x64.msi b/repo-ng/7z2201-x64.msi new file mode 100644 index 0000000..569681b Binary files /dev/null and b/repo-ng/7z2201-x64.msi differ diff --git a/repo-ng/7z2201.msi b/repo-ng/7z2201.msi new file mode 100644 index 0000000..762dd8f Binary files /dev/null and b/repo-ng/7z2201.msi differ diff --git a/repo-ng/init.sls b/repo-ng/init.sls index 1b30f79..6e79a91 100755 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -1,9 +1,9 @@ ############################################################################### # SLS: 7zip -# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany. +# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany. # All rights reserved. # -# Authors: Helmuth Varkoly +# Authors: Helmuth Varkoly, Maximilian Grunow # # Description: Package SLS ############################################################################### @@ -17,15 +17,15 @@ {% set LOG_PATH = 'C:\\salt\\var\\log' %} 7zip: - '19.00.00.0': + '22.01': {% if ARCH == 'x64' %} - installer: salt://win/repo-ng/7zip/7z1900-x64.msi - uninstaller: salt://win/repo-ng/7zip/7z1900-x64.msi - full_name: '7-Zip 19.00 (x64 edition)' + installer: salt://win/repo-ng/7zip/7z2201-x64.msi + uninstaller: salt://win/repo-ng/7zip/7z2201-x64.msi + full_name: '7-Zip 22.01 (x64 edition)' {% else %} - full_name: '7-Zip 19.00' - installer: salt://win/repo-ng/7zip/7z1900.msi - uninstaller: salt://win/repo-ng/7zip/7z1900.msi + full_name: '7-Zip 22.01' + installer: salt://win/repo-ng/7zip/7z2201.msi + uninstaller: salt://win/repo-ng/7zip/7z2201.msi {% endif %} install_flags: '/quiet /log "{{ LOG_PATH }}\7zip_inst.log"' uninstall_flags: '/quiet /log "{{ LOG_PATH }}\7zip_uninst.log"'