Bug 455433

Summary: kernel-devel: post script error (typo?) in 0.13[68]
Product: [Fedora] Fedora Reporter: Tom London <selinux>
Component: rpmAssignee: Panu Matilainen <pmatilai>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: jnovy, pnasrat
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-15 17:41:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tom London 2008-07-15 14:17:05 UTC
Description of problem:
0.136 and 0.138 spew "command not found" messages during install.  Could there
be a typo as the last character of the post script?

[root@localhost ~]# rpm -q --scripts kernel-devel-2.6.26-138.fc10
postinstall scriptlet (using /bin/sh):
if [ -f /etc/sysconfig/kernel ]
then
    . /etc/sysconfig/kernel || exit $?
fi
if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ]
then
    (cd /usr/src/kernels/2.6.26-138.fc10.i686 &&
     /usr/bin/find . -type f | while read f; do
       hardlink -c /usr/src/kernels/*.fc*.*/$f $f
     done)
fi

[root@localhost ~]# 

Version-Release number of selected component (if applicable):
kernel-devel-2.6.26-136.fc10.i686
kernel-devel-2.6.26-138.fc10.i686


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Dave Jones 2008-07-15 17:26:56 UTC
no, it's an rpm bug.

Comment 2 Panu Matilainen 2008-07-15 17:41:55 UTC

*** This bug has been marked as a duplicate of 455333 ***