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:
parent
9833d64661
commit
92bc0a32e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user