Added report_std.sh to build files
This commit is contained in:
parent
9b25b358e2
commit
c2b9940bfc
@ -28,6 +28,7 @@ Fileset
|
|||||||
/opt/hc/lib/core/include_data.sh
|
/opt/hc/lib/core/include_data.sh
|
||||||
/opt/hc/lib/core/include_os.sh
|
/opt/hc/lib/core/include_os.sh
|
||||||
/opt/hc/lib/core/notify_mail.sh
|
/opt/hc/lib/core/notify_mail.sh
|
||||||
|
/opt/hc/lib/core/report_std.sh
|
||||||
/etc/opt/hc
|
/etc/opt/hc
|
||||||
/etc/opt/hc/check_host.conf.dist
|
/etc/opt/hc/check_host.conf.dist
|
||||||
/etc/opt/hc/core
|
/etc/opt/hc/core
|
||||||
|
@ -77,6 +77,7 @@ system mounts, process checks, file consistency etc."
|
|||||||
|
|
||||||
directory ../../sources/lib/core=/opt/hc/lib/core
|
directory ../../sources/lib/core=/opt/hc/lib/core
|
||||||
file -m 755 notify_mail.sh
|
file -m 755 notify_mail.sh
|
||||||
|
file -m 755 report_std.sh
|
||||||
end
|
end
|
||||||
|
|
||||||
fileset
|
fileset
|
||||||
|
@ -32,6 +32,7 @@ cp ../SOURCES/lib/core/include_core.sh $RPM_BUILD_ROOT/opt/hc/lib/core
|
|||||||
cp ../SOURCES/lib/core/include_data.sh $RPM_BUILD_ROOT/opt/hc/lib/core
|
cp ../SOURCES/lib/core/include_data.sh $RPM_BUILD_ROOT/opt/hc/lib/core
|
||||||
cp ../SOURCES/lib/core/include_os.sh $RPM_BUILD_ROOT/opt/hc/lib/core
|
cp ../SOURCES/lib/core/include_os.sh $RPM_BUILD_ROOT/opt/hc/lib/core
|
||||||
cp ../SOURCES/lib/core/notify_mail.sh $RPM_BUILD_ROOT/opt/hc/lib/core
|
cp ../SOURCES/lib/core/notify_mail.sh $RPM_BUILD_ROOT/opt/hc/lib/core
|
||||||
|
cp ../SOURCES/lib/core/report_std.sh $RPM_BUILD_ROOT/opt/hc/lib/core
|
||||||
install -d -m 755 $RPM_BUILD_ROOT/etc/opt/hc
|
install -d -m 755 $RPM_BUILD_ROOT/etc/opt/hc
|
||||||
cp ../SOURCES/etc/check_host.conf.dist $RPM_BUILD_ROOT/etc/opt/hc
|
cp ../SOURCES/etc/check_host.conf.dist $RPM_BUILD_ROOT/etc/opt/hc
|
||||||
install -d -m 755 $RPM_BUILD_ROOT/etc/opt/hc/core
|
install -d -m 755 $RPM_BUILD_ROOT/etc/opt/hc/core
|
||||||
@ -141,6 +142,7 @@ fi
|
|||||||
%attr(755, root, root) /opt/hc/lib/core/include_data.sh
|
%attr(755, root, root) /opt/hc/lib/core/include_data.sh
|
||||||
%attr(755, root, root) /opt/hc/lib/core/include_os.sh
|
%attr(755, root, root) /opt/hc/lib/core/include_os.sh
|
||||||
%attr(755, root, root) /opt/hc/lib/core/notify_mail.sh
|
%attr(755, root, root) /opt/hc/lib/core/notify_mail.sh
|
||||||
|
%attr(755, root, root) /opt/hc/lib/core/report_std.sh
|
||||||
%dir /etc/opt/hc
|
%dir /etc/opt/hc
|
||||||
%attr(644, root, root) /etc/opt/hc/check_host.conf.dist
|
%attr(644, root, root) /etc/opt/hc/check_host.conf.dist
|
||||||
%dir /etc/opt/hc/core
|
%dir /etc/opt/hc/core
|
||||||
@ -154,6 +156,8 @@ fi
|
|||||||
%dir /var/opt/hc
|
%dir /var/opt/hc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 18 2017 <patrick@kudos.be> - 0.0.9
|
||||||
|
- Added report_std.sh
|
||||||
* Tue Jun 20 2017 <patrick@kudos.be> - 0.0.8
|
* Tue Jun 20 2017 <patrick@kudos.be> - 0.0.8
|
||||||
- Made %postun RPM update aware
|
- Made %postun RPM update aware
|
||||||
* Mon May 08 2017 <patrick@kudos.be> - 0.0.7
|
* Mon May 08 2017 <patrick@kudos.be> - 0.0.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user