-
Notifications
You must be signed in to change notification settings - Fork 2
PF15
ᴀɴᴛᴏɴ ɴᴏᴠᴏᴊɪʟᴏᴠ edited this page Jun 23, 2024
·
4 revisions
Checks all spec data for empty sections.
%clean
rm -rf %{buildroot}
%check
%post
%{__chkconfig} --add %{name} &>/dev/null || :
%clean
rm -rf %{buildroot}
%post
%{__chkconfig} --add %{name} &>/dev/null || :
Empty sections are useless and should be removed from the spec file.