Adding Patching Operations;provides relibility and self-healing capabilities for service
This commit is contained in:
parent
52bbb4730b
commit
fe6daf0324
12
at.spec
12
at.spec
@ -1,6 +1,6 @@
|
||||
Name: at
|
||||
Version: 3.2.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A job manager
|
||||
License: GPLv3+, GPLv2+, ISC, MIT, Public Domain
|
||||
URL: http://ftp.debian.org/debian/pool/main/a/at
|
||||
@ -39,9 +39,8 @@ AT and batch delay command scheduling utility and daemon.
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
cp %{SOURCE1} .
|
||||
%{lua:for i=0,16 do print(string.format("%%patch%u -p1\n", i)) end}
|
||||
|
||||
%build
|
||||
autoconf
|
||||
@ -125,6 +124,13 @@ chown root:root %{_localstatedir}/spool/at/.SEQ
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Sat Oct 22 2022 yanglongkang<yanglongkang@h-partners.com> - 3.2.2-2
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:Adding Patching Operations
|
||||
provides relibility and self-healing capabilities for service
|
||||
|
||||
* Sat Dec 25 2021 yangzhuangzhuang<yangzhuangzhuang1@huawei.com> - 3.2.2-1
|
||||
- Type:update
|
||||
- ID:NA
|
||||
|
||||
@ -6,6 +6,7 @@ After=syslog.target systemd-user-sessions.service
|
||||
[Service]
|
||||
EnvironmentFile=/etc/sysconfig/atd
|
||||
ExecStart=/usr/sbin/atd -f $OPTS
|
||||
Restart=on-failure
|
||||
IgnoreSIGPIPE=no
|
||||
KillMode=process
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user