Fix & move build files

This commit is contained in:
Patrick Van der Veken 2019-04-24 20:24:52 +02:00
parent 85e8f0e24e
commit 3dba613ca2
10 changed files with 9 additions and 7 deletions

View File

@ -79,5 +79,5 @@ echo "INFO: finished post-uninstall script"
%dir /etc/opt/hc/core/templates %dir /etc/opt/hc/core/templates
%changelog %changelog
* Sa Apr 20 2019 <patrick@kudos.be> - 0.0.1 * Sat Apr 20 2019 <patrick@kudos.be> - 0.0.1
- Initial build - Initial build

View File

@ -17,12 +17,12 @@ bundle
architecture HP-UX_B.11_32/64 architecture HP-UX_B.11_32/64
machine_type ia64* machine_type ia64*
vendor_tag KUDOS vendor_tag KUDOS
contents HC-SERVICEGUARD-PLATFORM,r=,a=,v= contents HC-SERVICEGUARD-PLATFORM-MAIN,r=,a=,v=
end end
# Product definitions: # Product definitions:
product product
tag HC-SERVICEGUARD-PLATFORM tag HC-SERVICEGUARD-PLATFORM-MAIN
revision %BUILD_DATE% revision %BUILD_DATE%
category tools category tools
category_title Tools category_title Tools
@ -74,7 +74,7 @@ This is the OS/platform plugin package"
is_reboot false is_reboot false
is_sparse false is_sparse false
is_patch false is_patch false
prerequisite HC-SERVICEGUARD-PLATFORM.plugins prerequisite HC-SERVICEGUARD-PLATFORM-MAIN.plugins
file_permissions -u 0222 -o root -g sys file_permissions -u 0222 -o root -g sys
@ -87,16 +87,18 @@ This is the OS/platform plugin package"
fileset fileset
tag templates tag templates
title UX Health Checker (OS/Platform plugins: templates) title UX Health Checker (Serviceguard plugins: templates)
is_kernel false is_kernel false
is_locatable false is_locatable false
is_reboot false is_reboot false
is_sparse false is_sparse false
is_patch false is_patch false
prerequisite HC-SERVICEGUARD-PLATFORM.plugins prerequisite HC-SERVICEGUARD-PLATFORM-MAIN.plugins
file_permissions -u 0222 -o root -g sys file_permissions -u 0222 -o root -g sys
directory ../../../etc/opt/hc/core/templates=/etc/opt/hc/core/templates directory ../../../etc/opt/hc/core/templates=/etc/opt/hc/core/templates
file -m 644 mail_body.tpl-check_hpux_sg_cluster_status
file -m 644 mail_body.tpl-check_hpux_sg_package_status
end end
end end

View File

@ -89,5 +89,5 @@ echo "INFO: finished post-uninstall script"
%dir /etc/opt/hc/core/templates %dir /etc/opt/hc/core/templates
%changelog %changelog
* Sa Apr 20 2019 <patrick@kudos.be> - 0.0.1 * Sat Apr 20 2019 <patrick@kudos.be> - 0.0.1
- Initial build - Initial build