Adding Patching Operations;provides relibility and self-healing capabilities for service

This commit is contained in:
markeryang 2022-10-27 15:15:24 +08:00
parent 08be84f6b6
commit 1bee524e8d

12
at.spec
View File

@ -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-heading capabilities for service
* Sat Dec 11 2021 yangzhuangzhuang<yangzhuangzhuang1@huawei.com> - 3.2.2-1
- Type:update
- ID:NA