[CentOS] upgrade 7.4 --> 7.5: dbus broken

Thu Jul 5 12:25:58 UTC 2018
Anand Buddhdev <anandb at ripe.net>

On 05/07/2018 14:18, Jonathan Billings wrote:

> The /var/run symlink to /run is part of the 'filesystem' package, and
> has existed as a symlink since 7.0.1406 was released:
> 
> $ rpmls -l http://vault.centos.org/7.0.1406/os/x86_64/Packages/filesystem-3.2-18.el7.x86_64.rpm |grep /var/run
> lrwxrwxrwx  root     root     /var/run

I've never seen "rpmls". Is it an actual command, or your personal
alias? I would have done:

rpm -qlvp
http://vault.centos.org/7.0.1406/os/x86_64/Packages/filesystem-3.2-18.el7.x86_64.rpm
|grep /var/run

Regards,
Anand