Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build/ops: RPM: move %post(un) ldconfig calls to ceph-base #7867

Merged
merged 1 commit into from Mar 2, 2016

Commits on Mar 1, 2016

  1. RPM: move scriptlets from ceph to ceph-base

    This addresses the following RPMLINT error:
    
    ceph-base.x86_64: E: library-without-ldconfig-postun (Badness:
    300) /usr/lib64/libosd_tp.so.1.0.0
    ceph-base.x86_64: E: library-without-ldconfig-postun (Badness:
    300) /usr/lib64/libos_tp.so.1.0.0
    This package contains a library and provides no %postun scriptlet
    containing a call to ldconfig.
    
    ceph-base.x86_64: E: library-without-ldconfig-postin (Badness:
    300) /usr/lib64/libosd_tp.so.1.0.0
    ceph-base.x86_64: E: library-without-ldconfig-postin (Badness:
    300) /usr/lib64/libos_tp.so.1.0.0
    This package contains a library and provides no %post scriptlet
    containing a call to ldconfig.
    
    http://tracker.ceph.com/issues/14940 Fixes: ceph#14940
    
    Signed-off-by: Nathan Cutler <ncutler@suse.com>
    smithfarm committed Mar 1, 2016
    Copy the full SHA
    13a5aac View commit details
    Browse the repository at this point in the history