From 4380125847a0217b05eff7b209e67c6ba338d256 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 22 Oct 2018 22:37:05 +0200 Subject: [PATCH] New release --- RELEASE | 2 +- oss-pkg-OCS-Inventory-Agent.spec.in | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/RELEASE b/RELEASE index d00491f..0cfbf08 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -1 +2 diff --git a/oss-pkg-OCS-Inventory-Agent.spec.in b/oss-pkg-OCS-Inventory-Agent.spec.in index 0396a18..5dd40c0 100644 --- a/oss-pkg-OCS-Inventory-Agent.spec.in +++ b/oss-pkg-OCS-Inventory-Agent.spec.in @@ -1,12 +1,12 @@ # -# Spec file for OCS-Inventory-Agent +# Spec file for PACKAGE # Copyright (c) 2018 Helmuth Varkoly and Peter Varkoly Nuremberg, Germany. All rights reserved. # -Name: oss-pkg-OCS-Inventory-Agent -Summary: Package to install OCS-Inventory-Agent on OSS-Clients -Version: 2.0.4.0 -Release: 1 +Name: oss-pkg-PACKAGE +Summary: Package to install PACKAGE on OSS-Clients +Version: VERSION +Release: RELEASE License: GPL-2.0 Vendor: Peter Varkoly and Helmuth Varkoly Packager: peter@varkoly.de @@ -21,7 +21,7 @@ PreReq: %fillup_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Package to install OCS-Inventory-Agent on OSS-Clients +Package to install PACKAGE on OSS-Clients Authors: -------- @@ -36,10 +36,10 @@ Authors: %install -mkdir -p %{buildroot}/srv/salt/win/repo-ng/OCS-Inventory-Agent +mkdir -p %{buildroot}/srv/salt/win/repo-ng/PACKAGE mkdir -p %{buildroot}/srv/salt/packages/ -cp OCS-Inventory-Agent.sls %{buildroot}/srv/salt/packages/ -cp -a repo-ng/* %{buildroot}/srv/salt/win/repo-ng/OCS-Inventory-Agent +cp PACKAGE.sls %{buildroot}/srv/salt/packages/ +cp -a repo-ng/* %{buildroot}/srv/salt/win/repo-ng/PACKAGE %clean rm -rf %{buildroot} @@ -48,11 +48,11 @@ rm -rf %{buildroot} %post -/usr/sbin/oss_api.sh POST 'softwares/add' '{"name":"OCS-Inventory-Agent","manually":false,"description":"OCS-Inventory-Agent","softwareVersions":[{"version":"2.0.4.0"}]}' +/usr/sbin/oss_api.sh POST 'softwares/add' '{"name":"PACKAGE","manually":false,"description":"OCS-Inventory-Agent","softwareVersions":[{"version":"VERSION"}]}' %files %defattr(644,root,root) -/srv/salt/win/repo-ng/OCS-Inventory-Agent -/srv/salt/packages/OCS-Inventory-Agent.sls +/srv/salt/win/repo-ng/PACKAGE +/srv/salt/packages/PACKAGE.sls -- 2.43.0