Typo fix
This commit is contained in:
parent
5c3882fc43
commit
7b01eba7f7
@ -1,6 +1,6 @@
|
|||||||
Name: mariadb-connector-c
|
Name: mariadb-connector-c
|
||||||
Version: 3.0.2
|
Version: 3.0.2
|
||||||
Release: 17%{?dist}
|
Release: 18%{?dist}
|
||||||
Summary: The MariaDB Native Client library (C driver)
|
Summary: The MariaDB Native Client library (C driver)
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -46,7 +46,7 @@ Group: Development/Libraries
|
|||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
# avoid issues with openssl1.0 / openssl1.1 / compat
|
# avoid issues with openssl1.0 / openssl1.1 / compat
|
||||||
Requires: pkconfig(openssl)
|
Requires: pkgconfig(openssl)
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development files for mariadb-connector-c.
|
Development files for mariadb-connector-c.
|
||||||
@ -166,6 +166,9 @@ end
|
|||||||
# https://jira.mariadb.org/browse/MDEV-13836
|
# https://jira.mariadb.org/browse/MDEV-13836
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 02 2017 Michal Schorm <mschorm@redhat.com> - 3.0.2-18
|
||||||
|
- Fix typo in require
|
||||||
|
|
||||||
* Wed Nov 01 2017 Michal Schorm <mschorm@redhat.com> - 3.0.2-17
|
* Wed Nov 01 2017 Michal Schorm <mschorm@redhat.com> - 3.0.2-17
|
||||||
- Use correct require for OpenSSL
|
- Use correct require for OpenSSL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user