Autobuild autoformatter for 51274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cronie?expand=0&rev=3
This commit is contained in:
parent
08ccf8c7aa
commit
6906002466
23
cronie.spec
23
cronie.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cronie (Version 1.4.5_git201007091204)
|
||||
# spec file for package cronie (Version 1.4.5_git201010210619)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -14,17 +14,14 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
#
|
||||
# beware :
|
||||
# 1 : noreplace for /etc/cron.deny /etc/crontab
|
||||
# 2 : /etc/pam.d/crond is different in cron and cronie
|
||||
|
||||
# 3 : we don't need to do something with /etc/sysconfig/cron for now
|
||||
%define cron_configs \{/etc/init.d/cron,/etc/pam.d/crond,/etc/crontab,/etc/cron.deny,/etc/omc/srvinfo.d/cron.xml\}
|
||||
|
||||
Name: cronie
|
||||
BuildRequires: xz audit-devel libselinux-devel pam-devel
|
||||
BuildRequires: audit-devel libselinux-devel pam-devel xz
|
||||
Url: https://fedorahosted.org/cronie/
|
||||
License: MIT and BSD and GPLv2
|
||||
Group: System/Daemons
|
||||
@ -33,8 +30,8 @@ Recommends: postfix
|
||||
AutoReqProv: on
|
||||
PreReq: permissions %fillup_prereq %insserv_prereq cron
|
||||
Version: 1.4.5_git201010210619
|
||||
%{expand: %%define cronie_version %version}
|
||||
Release: 1
|
||||
%{expand: %%define cronie_version %version}
|
||||
Summary: Cron Daemon
|
||||
Source0: %name-%version.tar.xz
|
||||
Source1: cron.init
|
||||
@ -68,10 +65,12 @@ and cron.monthly. Scripts and programs that are located there are
|
||||
started automatically.
|
||||
|
||||
%package -n cron
|
||||
Version: 4.2
|
||||
Summary: Auxiliary package
|
||||
Group: System/Daemons
|
||||
Requires: %{name} = %{cronie_version}-%{release}
|
||||
License: MIT and BSD and GPLv2
|
||||
Version: 4.2
|
||||
Release: 1
|
||||
Summary: Auxiliary package
|
||||
Group: System/Daemons
|
||||
Requires: %{name} = %{cronie_version}-%{release}
|
||||
|
||||
%description -n cron
|
||||
Auxiliary package, needed for proper update from vixie-cron 4.1 to cronie 1.4.4
|
||||
|
88
cronie.xml
88
cronie.xml
@ -1,88 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (c) 2008 Novell, Inc. All rights reserved.
|
||||
|
||||
|
||||
Service Description XML Document for sshd.
|
||||
|
||||
This file should be placed in /usr/share/omc/svcinfo.d
|
||||
|
||||
Note: The name of the service is the name of this file without the .xml
|
||||
file extension.
|
||||
-->
|
||||
|
||||
<serviceDescription version="1.0">
|
||||
|
||||
<!-- Caption for display purposes -->
|
||||
<caption>CRON daemon</caption>
|
||||
|
||||
<!-- Description of this service -->
|
||||
<description>
|
||||
CRON Job Service
|
||||
</description>
|
||||
|
||||
|
||||
<!--
|
||||
The startCommand tag specifies the command line that will be
|
||||
invoked to start the service. The return code from this command
|
||||
must be as follows:
|
||||
0 - success
|
||||
1 - generic or unspecified error
|
||||
2 - invalid or excess argument(s)
|
||||
3 - unimplemented feature (e.g. "reload")
|
||||
4 - user had insufficient privileges
|
||||
5 - program is not installed
|
||||
6 - program is not configured
|
||||
7 - program is not running
|
||||
-->
|
||||
<startCommand>/usr/sbin/rccron start</startCommand>
|
||||
|
||||
<!--
|
||||
The reStartCommand tag specifies the command line that will be
|
||||
invoked to restart the service. The return code from this command
|
||||
must be as specified in the startCommand tag.
|
||||
-->
|
||||
<reStartCommand>/usr/sbin/rccron restart</reStartCommand>
|
||||
|
||||
<!--
|
||||
The stopCommand tag specifies the command line that will be
|
||||
invoked to stop the service. The return code from this command
|
||||
must be as specified in the startCommand tag.
|
||||
-->
|
||||
<stopCommand>/usr/sbin/rccron stop</stopCommand>
|
||||
|
||||
<!--
|
||||
The statusCommand specifies the command line that can be run
|
||||
that will report on the status of the service. The return code
|
||||
from this command line should be as follows:
|
||||
0 - service up and running
|
||||
1 - service dead, but /var/run/ pid file exists
|
||||
2 - service dead, but /var/lock/ lock file exists
|
||||
3 - service not running (unused)
|
||||
4 - service status unknown :-(
|
||||
-->
|
||||
<statusCommand>/usr/sbin/rccron status</statusCommand>
|
||||
<!--
|
||||
The processInformation tag allows the XML Service provider to
|
||||
identify the processes that belong to the service. This allows
|
||||
the ServiceProcess associations to be instrumented.
|
||||
If the process_information tag is not specifed, the will be no
|
||||
ServiceProcess association for the service.
|
||||
-->
|
||||
|
||||
<processInformation>
|
||||
<name>cron</name>
|
||||
<modulePath>/usr/sbin/cron</modulePath>
|
||||
</processInformation>
|
||||
|
||||
<!--
|
||||
Define the services that this service has a dependency on.
|
||||
There must be a corresponding Service Description XML file
|
||||
for the antecedent service in the /etc/omc/svcinfo.d directory.
|
||||
-->
|
||||
<dependsOn>
|
||||
<serviceName>syslog</serviceName>
|
||||
</dependsOn>
|
||||
|
||||
|
||||
</serviceDescription>
|
Loading…
x
Reference in New Issue
Block a user