update/patch-scripts/EXAMPLE_RR/centos/EXAMPLE_RR.spec

22 lines
321 B
RPMSpec

Name: EXAMPLE_RR
Summary: TIS Reboot-Required Patch RPM Example
Version: 1.0
Release: %{tis_patch_ver}%{?_tis_dist}
License: Apache-2.0
Group: base
Packager: Wind River <info@windriver.com>
%description
%{summary}
%files
%post
touch /var/run/node_is_patched_rr
exit 0
%preun
touch /var/run/node_is_patched_rr
exit 0