Move scriplet to the correct package
This commit is contained in:
parent
7b01eba7f7
commit
ed31588ef5
@ -1,6 +1,6 @@
|
|||||||
Name: mariadb-connector-c
|
Name: mariadb-connector-c
|
||||||
Version: 3.0.2
|
Version: 3.0.2
|
||||||
Release: 18%{?dist}
|
Release: 19%{?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+
|
||||||
@ -109,7 +109,7 @@ ln -s mariadb_version.h %{buildroot}%{_includedir}/mysql/mysql_version.h
|
|||||||
|
|
||||||
|
|
||||||
# https://fedoraproject.org/wiki/Packaging:Directory_Replacement
|
# https://fedoraproject.org/wiki/Packaging:Directory_Replacement
|
||||||
%pretrans -p <lua> devel
|
%pretrans -p <lua>
|
||||||
path = "%{_libdir}/mariadb"
|
path = "%{_libdir}/mariadb"
|
||||||
st = posix.stat(path)
|
st = posix.stat(path)
|
||||||
if st and st.type == "link" then
|
if st and st.type == "link" then
|
||||||
@ -166,6 +166,9 @@ end
|
|||||||
# https://jira.mariadb.org/browse/MDEV-13836
|
# https://jira.mariadb.org/browse/MDEV-13836
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 02 2017 Michal Schorm <mschorm@redhat.com> - 3.0.2-18
|
||||||
- Fix typo in require
|
- Fix typo in require
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user