automatic version update by autodist [release 3.2.2-1mamba;Tue Apr 27 2021]
This commit is contained in:
parent
628f5849e9
commit
1d216f39f9
14
at.spec
14
at.spec
@ -2,14 +2,14 @@
|
||||
%define atdaemon_userid 65022
|
||||
|
||||
Name: at
|
||||
Version: 3.2.1
|
||||
Release: 2mamba
|
||||
Version: 3.2.2
|
||||
Release: 1mamba
|
||||
Summary: Job spooling tools
|
||||
Group: System/Servers
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://blog.calhariz.com/tag/at
|
||||
URL: https://blog.calhariz.com/tag/at
|
||||
Source0: http://software.calhariz.com/at/at_%{version}.orig.tar.gz
|
||||
Source1: atd-initscript
|
||||
Source2: at-pam.conf
|
||||
@ -42,7 +42,6 @@ BuildRequires: libpam-devel
|
||||
BuildRequires: libselinux-devel
|
||||
## AUTOBUILDREQ-END
|
||||
%systemd_requires
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
At and batch read commands from standard input or from a specified file.
|
||||
@ -76,7 +75,7 @@ sed -i "s|/var/run|/run|g" configure
|
||||
--with-jobdir=%{_localstatedir}/spool/at \
|
||||
--with-daemon_username=atdaemon \
|
||||
--with-daemon_groupname=atdaemon \
|
||||
--with-systemdsystemunitdir=%_unitdir
|
||||
--with-systemdsystemunitdir=%{_unitdir}
|
||||
|
||||
%make -j1
|
||||
#LANG=C make test >/dev/null
|
||||
@ -138,6 +137,8 @@ chown atdaemon:atdaemon %{_localstatedir}/spool/at/.SEQ
|
||||
%{_sbindir}/atrun
|
||||
%{_sbindir}/atd
|
||||
%{_unitdir}/atd.service
|
||||
%dir %{_datadir}/at
|
||||
%{_datadir}/at/batch-job
|
||||
%attr(0700,atdaemon,atdaemon) %dir %{_localstatedir}/spool/at
|
||||
%attr(0700,atdaemon,atdaemon) %dir %{_localstatedir}/spool/at/spool
|
||||
%ghost %{_localstatedir}/spool/at/.SEQ
|
||||
@ -148,6 +149,9 @@ chown atdaemon:atdaemon %{_localstatedir}/spool/at/.SEQ
|
||||
%{_docdir}/at
|
||||
|
||||
%changelog
|
||||
* Tue Apr 27 2021 Automatic Build System <autodist@mambasoft.it> 3.2.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 15 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.1-2mamba
|
||||
- rebuilt with debug package and aarch64 build fix
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user