This patch ensures the rpm cronjob to record rpmpkgs uses the full path to
prevent potential PATH issues (rh#174211).
This commit is contained in:
parent
f94c3f49cb
commit
df0ad26d26
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
rpm -qa --qf '%{name}-%{version}-%{release}.%{arch}.rpm\n' 2>&1 \
|
||||
| sort > /var/log/rpmpkgs
|
||||
/bin/rpm -qa --qf '%{name}-%{version}-%{release}.%{arch}.rpm\n' 2>&1 \
|
||||
| /bin/sort > /var/log/rpmpkgs
|
||||
|
|
Loading…
Reference in New Issue