rpm -V npm fails on ghost files

https://bugzilla.redhat.com/show_bug.cgi?id=1533092

Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
This commit is contained in:
Tomas Tomecek 2018-01-12 09:11:40 +01:00
commit cd22158f28

View file

@ -41,5 +41,6 @@ RUN INSTALL_PKGS="autoconf \
which \
zlib-devel" && \
dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
rpm -V --noghost $INSTALL_PKGS && \
dnf clean all -y
# the reason for --noghost: https://bugzilla.redhat.com/show_bug.cgi?id=1533092