Remove scriplet; no longer needed

It fixed an issue in F26 and F27. We gave the users enough time to update
This commit is contained in:
Michal Schorm 2019-05-21 10:08:58 +02:00
parent 9833d64661
commit 92bc0a32e8

View File

@ -130,21 +130,6 @@ popd
# https://fedoraproject.org/wiki/Packaging:Directory_Replacement
%pretrans -p <lua>
path = "%{_libdir}/mariadb"
st = posix.stat(path)
if st and st.type == "link" then
os.remove(path)
end
path = "%{_libdir}/mysql"
st = posix.stat(path)
if st and st.type == "link" then
os.remove(path)
end
%files
%{_libdir}/libmariadb.so.*
@ -191,6 +176,7 @@ end
%changelog
* Wed May 15 2019 Michal Schorm <mschorm@redhat.com> - 3.0.10-1
- Rebase to 3.0.10
- Remove scriplet; no longer needed
* Fri Mar 29 2019 Michal Schorm <mschorm@redhat.com> - 3.0.9-3
- Add "zlib-devel" requirement in "-devel" subpackage. MariaDB requires