From: saq Date: Wed, 25 Jul 2001 22:51:56 +0000 (+0000) Subject: - replace non-existent %chkconfig_{post,preun} macros with X-Git-Tag: anacron-2_3-18~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fanacron.git;a=commitdiff_plain;h=80f77402188b8c5a54a9d2a4dd8bd072539cad77 - replace non-existent %chkconfig_{post,preun} macros with %chkconfig_{add,del} (thanks qboosh) Changed files: anacron.spec -> 1.15 --- diff --git a/anacron.spec b/anacron.spec index 61b681b..ba13569 100644 --- a/anacron.spec +++ b/anacron.spec @@ -77,10 +77,10 @@ done gzip -9nf ChangeLog README TODO %post -DESC="Anacron daemon"; %chkconfig_post +DESC="Anacron daemon"; %chkconfig_add %preun -%chkconfig_preun +%chkconfig_del %clean rm -rf $RPM_BUILD_ROOT