Bug 1699074

Summary: Use of /sbin/ldconfig is deprecated use '%ldconfig_scriptlets' instead.
Product: [Fedora] Fedora Reporter: Phil Wyett <philip.wyett>
Component: kronosnetAssignee: Fabio Massimo Di Nitto <fdinitto>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: fdinitto, jpokorny, mkelly
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: kronosnet-1.8-2 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-09 09:56:31 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 Phil Wyett 2019-04-11 17:11:54 UTC
Description of problem:

Use of /sbin/ldconfig is deprecated use '%ldconfig_scriptlets' instead.

Version-Release number of selected component (if applicable):

All.

Additional info:

%post -n libnozzle1 -p /sbin/ldconfig

%postun -n libnozzle1 -p /sbin/ldconfig

should be below instead:

%ldconfig_scriptlets -n libnozzle1

and:

%post -n libknet1 -p /sbin/ldconfig

%postun -n libknet1 -p /sbin/ldconfig

should be below instead:

%ldconfig_scriptlets -n libknet1

Comment 1 Phil Wyett 2019-04-11 19:25:40 UTC
Pull Request(s):

https://src.fedoraproject.org/rpms/kronosnet/pull-request/8
https://src.fedoraproject.org/rpms/kronosnet/pull-request/9

I will leave the maintainer to look at the other branches and adjust accordingly.

Comment 2 Fabio Massimo Di Nitto 2019-05-08 04:18:03 UTC
Change committed to rawhide (not built yet, waiting info on 1699105 before build/backport).

I´ll take care of course to update the old branches too once rawhide is at satisfactory level.

Thanks for the report

Fabio