rebuilt with debug package and aarch64 build fix [release 3.2.1-2mamba;Tue Dec 15 2020]
This commit is contained in:
parent
5889683dc6
commit
628f5849e9
8
at.spec
8
at.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: at
|
Name: at
|
||||||
Version: 3.2.1
|
Version: 3.2.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Job spooling tools
|
Summary: Job spooling tools
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -50,8 +50,11 @@ At allows you to specify that a command will be run at a particular time (now or
|
|||||||
Batch will execute commands when the system load levels drop to a particular level.
|
Batch will execute commands when the system load levels drop to a particular level.
|
||||||
Both commands use /bin/sh to run the commands.
|
Both commands use /bin/sh to run the commands.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
%patch2 -p1 -b .sigchld
|
%patch2 -p1 -b .sigchld
|
||||||
%patch4 -p1 -b .lexer
|
%patch4 -p1 -b .lexer
|
||||||
#%patch5 -p1 -b .test
|
#%patch5 -p1 -b .test
|
||||||
@ -145,6 +148,9 @@ chown atdaemon:atdaemon %{_localstatedir}/spool/at/.SEQ
|
|||||||
%{_docdir}/at
|
%{_docdir}/at
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 15 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.1-2mamba
|
||||||
|
- rebuilt with debug package and aarch64 build fix
|
||||||
|
|
||||||
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.1-1mamba
|
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.1-1mamba
|
||||||
- update to 3.2.1
|
- update to 3.2.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user