<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Hi rpm folks - </div>
<div><br>
</div>
<div>I'm using rpm 4.9 and redhat-rpm-config 9.0.3 on a scientific linux 6 based system.  I'm writing a spec file for a package that's used during development; it needs to contain both headers & a binary utility.  </div>
<div><br>
</div>
<div>When debug package creation runs at the end of %install, it strips the binary utility, causing an update to its mtime.  Since the headers are untouched, that means that the binary utility looks newer than the headers – which ends up throwing off some makefiles
 later on.</div>
<div><br>
</div>
<div>I'd like to have all the files have the same mtime, but unsure of how to make a "set all times" shell action that runs after everything else in __spec_install_post (including debug package creation).  Any suggestions?</div>
<div><br>
</div>
<div>Thanks - Al</div>
</body>
</html>