Correct typo in spec file conditional

This commit is contained in:
Merlin Mathesius 2017-11-01 07:57:01 -05:00
parent b21c8035a8
commit f43b0be233

View File

@ -1,6 +1,6 @@
Name: mariadb-connector-c
Version: 3.0.2
Release: 15%{?dist}
Release: 16%{?dist}
Summary: The MariaDB Native Client library (C driver)
Group: Applications/Databases
License: LGPLv2+
@ -8,7 +8,7 @@ Source: https://downloads.mariadb.org/interstitial/connector-c-%{version
Url: http://mariadb.org/
# More information: https://mariadb.com/kb/en/mariadb/building-connectorc-from-source/
%if 0%{fedora} >= 28 || 0%{?rhel} > 7
%if 0%{?fedora} >= 28 || 0%{?rhel} > 7
# RPM does not expand "less" correctly
%else
# mariadb-connector-c is a part of mariadb. *Every* file is meant to conflict.
@ -165,6 +165,9 @@ end
# https://jira.mariadb.org/browse/MDEV-13836
%changelog
* Wed Nov 01 2017 Merlin Mathesius <mmathesi@redhat.com> - 3.0.2-16
- Correct typo in spec file conditional
* Tue Oct 31 2017 Merlin Mathesius <mmathesi@redhat.com> - 3.0.2-15
- Cleanup spec file conditionals