f701d18 Issue 50199 - Disable perl by default

5 files Authored by mhonek 4 years ago, Committed by mhonek 4 years ago,
    Issue 50199 - Disable perl by default
    
    Bug Description:
    Setting PERL_ON=0 in 389-ds-base.spec.in still builds with Perl
    due to the fix in PR #50200.
    
    Fix Description:
    Introduce use_legacy in SPEC file (dropping use_perl for clarity), and
    keep logic for *perl* flags in other layers for compatibility and
    add *legacy* flags to encapsulate the additional changes that need to
    be done to which files are being installed when building with/without Perl.
    
    Relates https://pagure.io/389-ds-base/issue/50199
    Relates https://pagure.io/389-ds-base/pull-request/50200
    
    Author: Matus Honek <mhonek@redhat.com>
    
    Review by: mreynolds, firstyear, vashirov (thanks!)
    
        
file modified
+113 -87
file modified
+11 -1
file modified
+11 -12
file modified
+48 -51