Bug 218063 - RPMs not multilib safe
Summary: RPMs not multilib safe
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: pam
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tomas Mraz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-12-01 17:14 UTC by Ulrich Drepper
Modified: 2008-01-14 10:39 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-01-14 10:39:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ulrich Drepper 2006-12-01 17:14:02 UTC
Description of problem:
When installing pam on a biarch system all kinds of files in /etc/pam.d and
/etc/security and recently /var/log/{faillog,tallylog} create .rpmnew files. 
This is most probably because of different time stamps of the files in the two RPMs.

Version-Release number of selected component (if applicable):
pam-0.99.6.2-3.fc6

How reproducible:
always

Steps to Reproduce:
1.install both RPMs on biarch system
2.
3.
  
Actual results:
lots of .rpmnew files

Expected results:
no .rpmnew files unless really necessary

Additional info:
The solution for this is to use

  touch -r REFFILE $RPMROOT/etc/pam.d/NEWFILE

for all the affected files NEWFILE and where REFFILE is a file in the source
tree which isn't touched during the build process.

Comment 1 Tomas Mraz 2008-01-14 10:39:06 UTC
rpm shouldn't conflict on files differing by timestamp only anymore.



Note You need to log in before you can comment on or make changes to this bug.