Skip to content

Commit

Permalink
Merge branch 'mer1911' into 'mer1911'
Browse files Browse the repository at this point in the history
[Packaging] Fix rpmbuild errors

See merge request mer-core/qtwayland!12
  • Loading branch information
pvuorela committed Apr 5, 2019
2 parents 37fbb80 + 45519e0 commit 07945e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rpm/qtwayland.spec
Expand Up @@ -175,6 +175,12 @@ find %{buildroot}%{_libdir} -type f -name "*_*Plugin.cmake" \
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%post compositor -p /sbin/ldconfig
%postun compositor -p /sbin/ldconfig

%post client -p /sbin/ldconfig
%postun client -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%exclude %{_libdir}/qt5/plugins/wayland-shell-integration/libivi-shell.so
Expand Down

0 comments on commit 07945e8

Please sign in to comment.