Move scriplet to the correct package

This commit is contained in:
Michal Schorm 2017-11-08 12:01:53 +01:00
parent 7b01eba7f7
commit ed31588ef5

View File

@ -1,6 +1,6 @@
Name: mariadb-connector-c
Version: 3.0.2
Release: 18%{?dist}
Release: 19%{?dist}
Summary: The MariaDB Native Client library (C driver)
Group: Applications/Databases
License: LGPLv2+
@ -109,7 +109,7 @@ ln -s mariadb_version.h %{buildroot}%{_includedir}/mysql/mysql_version.h
# https://fedoraproject.org/wiki/Packaging:Directory_Replacement
%pretrans -p <lua> devel
%pretrans -p <lua>
path = "%{_libdir}/mariadb"
st = posix.stat(path)
if st and st.type == "link" then
@ -166,6 +166,9 @@ end
# https://jira.mariadb.org/browse/MDEV-13836
%changelog
* Wed Nov 08 2017 Michal Schorm <mschorm@redhat.com> - 3.0.2-19
- Move the scriptlet to the correct package
* Thu Nov 02 2017 Michal Schorm <mschorm@redhat.com> - 3.0.2-18
- Fix typo in require