430b276 Fix my.cnf dependency

Authored and Committed by mschorm 2 months ago
1 file changed. 12 lines added. 1 lines removed.
    Fix my.cnf dependency
    
    Installation path macros are not allowed in file dependencies.
    Starting with F40, these break flatpak builds entirely because
    dnf5 only recognizes file deps in /etc, /usr/bin, and /usr/sbin,
    not /app/etc.  At this point, mariadb-connector-c-config is the
    sole provider of my.cnf.
    
    https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_dependencies
    
    --
    
    Based on commit 45b40b2 in rpms/mariadb10.11 authored by Yaakov Selkowitz on Apr 8 2024
    https://src.fedoraproject.org/rpms/mariadb10.11/c/45b40b2e9c515cfb04d6eaabc0c1b2e90eb1a535?branch=rawhide
    
        
file modified
+12 -1