Commit Graph

10 Commits

Author SHA1 Message Date
Jan Staněk
55072d7e68
shell: add preceding newline to delimiter
at uses heredoc redirection to pass the script being executed
into user's defined $SHELL. However, the heredoc delimiter
is directly concatenated to the script's contents;
if these contents do not end with a newline,
the delimiter is attached to the last line of the script.

This patch adds a single newline to be always emmited before the
delimiter. This guarantees the delimiter is always on it's own
line. In case a newline is already present at the end of the original
script, this simply adds a single empty line; I cannot think of any
complication that could result from that.

Resolves: rhbz#2070858
Signed-off-by: Jan Staněk <jstanek@redhat.com>
2022-04-01 13:13:19 +02:00
Mohan Boddu
87b5a1f62a Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-09 19:25:05 +00:00
Aleksandra Fedorova
22932e784a Add RHEL gating configuration 2021-07-15 02:41:53 +02:00
Mohan Boddu
c5713977c2 Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-06-22 18:35:29 +00:00
Jan Staněk
c2e16f94b1
Patch issues found by coverity
Resolves: rhbz#1938678
2021-04-29 12:49:18 +02:00
Jan Staněk
a10fa31c0d
Modernize spec file
Use autosetup/autopatch and get rid of explicit patch numbering

Related: rhbz#1938678
2021-04-23 16:23:35 +02:00
Mohan Boddu
2d009fe135 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-15 22:38:51 +00:00
DistroBaker
4906779cb5 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/at.git#69ccde92705fda395721c96de181a71a0983a487
2021-02-03 11:08:52 +01:00
Petr Šabata
925bb63e15 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/at#4bce1dc99fc097b5f9eb8080a50ecd88bd4268f2
2020-10-14 21:58:13 +02:00
Release Configuration Management
3f48dbb764 New branch setup 2020-10-08 10:55:59 +00:00