8dd95cd Fix %ifarch usage

1 file Authored by carlwgeorge 3 years ago, Committed by mschorm 3 years ago,
1 file changed. 3 lines added. 1 lines removed.
    Fix %ifarch usage
    
    When rebuilding mariadb on EL7, I noticed that tokudb, mroonga, and
    rocksdb were enabled, despite what this conditional appears to do.
    After some experimentation, I can see that %ifarch does not support
    appending another conditional with &&.  To achieve the desired logic,
    the statement must be separate conditionals.
    
        
file modified
+3 -1