a9fc2a6 Remove unnecessary BuildRequires which conflicts with libpq-devel

Authored and Committed by mkrupcale 2 years ago
1 file changed. 4 lines added. 2 lines removed.
    Remove unnecessary BuildRequires which conflicts with libpq-devel
    
    libpqxx only requires the client headers provided by libpq-devel, not the server
    headers from postgresql-server-devel. Furthermore, these two packages now
    conflict with each other [1,2], so only BuildRequire libpq-devel.
    
    [1] https://fedoraproject.org/wiki/Changes/PostgreSQL_13#Dependencies
    [2] https://src.fedoraproject.org/rpms/libpqxx/pull-request/8
    
        
file modified
+4 -2