From 0452267cef93a5ae41b8853c7e4b06750494cfe8a90450d42ab5c102423f9509 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 7 Oct 2016 13:08:45 +0000 Subject: [PATCH] Accepting request 431771 from home:kstreitova:branches:Base:System - remove the omc xml config that is useless nowdays OBS-URL: https://build.opensuse.org/request/show/431771 OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=151 --- cron.xml | 88 -------------------------------------------------- cronie.changes | 5 +++ cronie.spec | 10 +----- 3 files changed, 6 insertions(+), 97 deletions(-) delete mode 100644 cron.xml diff --git a/cron.xml b/cron.xml deleted file mode 100644 index d318b31..0000000 --- a/cron.xml +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - CRON daemon - - - - CRON Job Service - - - - - /usr/sbin/rccron start - - - /usr/sbin/rccron restart - - - /usr/sbin/rccron stop - - - /usr/sbin/rccron status - - - - cron - /usr/sbin/cron - - - - - syslog - - - - diff --git a/cronie.changes b/cronie.changes index b8d119b..b3f35fa 100644 --- a/cronie.changes +++ b/cronie.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 30 14:35:34 UTC 2016 - kstreitova@suse.com + +- remove the omc xml config that is useless nowdays + ------------------------------------------------------------------- Thu Sep 8 10:24:43 UTC 2016 - tchvatal@suse.com diff --git a/cronie.spec b/cronie.spec index 56f890f..c4341bd 100644 --- a/cronie.spec +++ b/cronie.spec @@ -16,7 +16,7 @@ # -%define cron_configs %{_sysconfdir}/pam.d/crond %{_sysconfdir}/crontab %{_sysconfdir}/cron.deny %{_sysconfdir}/omc/srvinfo.d/cron.xml +%define cron_configs %{_sysconfdir}/pam.d/crond %{_sysconfdir}/crontab %{_sysconfdir}/cron.deny Name: cronie Version: 1.5.0 Release: 0 @@ -28,7 +28,6 @@ Source0: https://fedorahosted.org/releases/c/r/%{name}/%{name}-%{version} Source2: run-crons Source3: sample.root Source4: deny.sample -Source5: cron.xml Source6: cronie-rpmlintrc Source7: cron_to_cronie.README Source8: cron.service @@ -142,10 +141,6 @@ touch %{buildroot}%{_localstatedir}/spool/anacron/cron.daily touch %{buildroot}%{_localstatedir}/spool/anacron/cron.weekly touch %{buildroot}%{_localstatedir}/spool/anacron/cron.monthly -# service xml -install -v -d %{buildroot}%{_sysconfdir}/omc/srvinfo.d/ -install -v -m644 %{SOURCE5} %{buildroot}%{_sysconfdir}/omc/srvinfo.d/ - %pre -n cron # Check if we are doing update from 4.1 vixie-cron. # The -h does report garbage on vixie cron. @@ -205,9 +200,6 @@ exit 0 %attr (755,root,root) %{_sbindir}/cron %{_sbindir}/rccron %{_libexecdir}/cron -%config %{_sysconfdir}/omc/srvinfo.d/cron.xml -%dir %{_sysconfdir}/omc/srvinfo.d/ -%dir %{_sysconfdir}/omc/ %{_unitdir}/cron.service %{_localstatedir}/adm/fillup-templates/sysconfig.cron