Re: rpm --verify, timestamp differences

Robin Bowes <[email protected]> Mon, 16 Jun 2008 17:52:20 +0100
Newsgroups gmane.linux.redhat.rpm.general
Message-ID <[email protected]>
Robin Bowes wrote:
> Jeff,
> 
> Thanks - I'll give that a shot.

OK, so I the popt macro.

Mixed results - some packages worked OK, others didn't. Example:

# rpm --verify device-mapper
.......T   /sbin/dmeventd
.......T   /sbin/dmsetup
.......T   /sbin/dmsetup.static
.......T   /usr/include/libdevmapper-event.h
.......T   /usr/include/libdevmapper.h
.......T d /usr/share/man/man8/dmsetup.8.gz

# rpm --setmtimes device-mapper

# rpm --verify device-mapper
.......T   /sbin/dmeventd
.......T   /sbin/dmsetup
.......T   /sbin/dmsetup.static
.......T   /usr/include/libdevmapper-event.h
.......T   /usr/include/libdevmapper.h
.......T d /usr/share/man/man8/dmsetup.8.gz


Also, there problems other than mtime, e.g:

# rpm --verify  setup
S.5..... c /etc/securetty



Any ideas what's still wrong?

R.