Skip to content

Commit 87f5b51

Browse files
committed
Fix the product suffix for gpl packages
1 parent f29fe03 commit 87f5b51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging/mysql-connector-c++.spec.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
%{!?commercial: %global license_type GPLv2}
3232
%{?commercial: %global license_type Commercial}
3333
%{?commercial: %global product_suffix -commercial}
34+
%{!?commercial: %global product_suffix %{nil}}
3435
%{!?_licensedir: %global license %doc}
3536

3637
Summary: MySQL database connector for C++

0 commit comments

Comments
 (0)