update/patch-scripts/EXAMPLE_RR/centos/EXAMPLE_RR.spec
Dean Troyer 527e098821 StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:37:12 -07:00

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