mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Clean up problem in mysql.spec caused by over-aggressive editor word-wrapping
support-files/mysql.spec.sh: Restore lines that got squished together by editor
This commit is contained in:
parent
d23064a668
commit
79c4d5c9c7
1 changed files with 3 additions and 2 deletions
|
@ -679,8 +679,9 @@ fi
|
|||
%{_libdir}/libmysql*.so*
|
||||
%{_libdir}/libndb*.so*
|
||||
|
||||
%files embedded defattr(-, root, root, 0755) attr(644, root, root)
|
||||
%%{_libdir}/mysql/libmysqld.a
|
||||
%files embedded
|
||||
%defattr(-, root, root, 0755)
|
||||
%attr(644, root, root) %{_libdir}/mysql/libmysqld.a
|
||||
|
||||
# The spec file changelog only includes changes made to the spec file
|
||||
# itself - note that they must be ordered by date (important when
|
||||
|
|
Loading…
Add table
Reference in a new issue