Bug 1512897

Summary: systemtap-testsuite/systemtap-server requires deprecated /bin/env and /bin/mktemp
Product: [Fedora] Fedora Reporter: Igor Gnatenko <ignatenko>
Component: systemtapAssignee: Frank Ch. Eigler <fche>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 28CC: brolley, dsmith, fche, jistone, lberk, mjw, scox, wcohen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-18 22:20:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Igor Gnatenko 2017-11-14 12:10:40 UTC
See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/YKPCYY2JJOAQG67X4I6ZNYRHNYDCNQFL/ for more details.

[root@483ada140218 /]# rpm -q --filerequire systemtap-testsuite | grep -P "\t/bin/env"
/usr/share/systemtap/testsuite/systemtap.base/bz5274.a.stp	/bin/env
/usr/share/systemtap/testsuite/systemtap.base/bz5274.stp	/bin/env
[root@483ada140218 /]# rpm -qR systemtap-server | grep /bin/mktemp
/bin/mktemp

I think /bin/mktemp is coming from pre/post scriptlet, so you should be fine by just replacing requirement by coreutils.

Comment 1 Fedora End Of Life 2018-02-20 15:30:26 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 28 development cycle.
Changing version to '28'.

Comment 2 Mark Wielaard 2018-04-18 22:20:38 UTC
The /bin/mktemp issue was solved in 3.2-4 by:

commit ac3f11bfc657843f2fceafda1afc1d99b9d38f15
Author: Igor Gnatenko <ignatenkobrain>
Date:   Wed Feb 7 17:44:25 2018 +0100

    Fix very old Requires
    
    Signed-off-by: Igor Gnatenko <ignatenkobrain>

The /bin/env issue is bug #1549063

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