]> repo.cephalix.eu Git - OCS-Inventory-Agent.git/commitdiff
New release
authorbuildmaster <buildmaster@git.cephalix.eu>
Mon, 22 Oct 2018 20:37:05 +0000 (22:37 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Mon, 22 Oct 2018 20:37:05 +0000 (22:37 +0200)
RELEASE
oss-pkg-OCS-Inventory-Agent.spec.in

diff --git a/RELEASE b/RELEASE
index d00491fd7e5bb6fa28c517a0bb32b8b506539d4d..0cfbf08886fca9a91cb753ec8734c84fcbe52c9f 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-1
+2
index 0396a18ac4603dddce1a248e92cac7f87df64fc6..5dd40c0fb43774137476385c8a629186fbeb85fd 100644 (file)
@@ -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