Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[qtbase] Fix comment leaking into %postun. Contributes to JB#27995
Had:
$ rpm -q --scripts -p qt5-plugin-platform-eglfs-5.6.2+git17-1.91.1.i486.rpm
warning: qt5-plugin-platform-eglfs-5.6.2+git17-1.91.1.i486.rpm: Header V3 DSA/SHA1 Signature, key ID f2633ee0: NOKEY
postinstall program: /sbin/ldconfig
postuninstall scriptlet (using /sbin/ldconfig):

#### File section

# There is no naked qt5 package
#%files
  • Loading branch information
pvuorela committed Sep 26, 2017
1 parent 9a602a1 commit 80dd789
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rpm/qtbase.spec
Expand Up @@ -600,12 +600,6 @@ ln -s %{_sysconfdir}/xdg/qtchooser/5.conf %{buildroot}%{_sysconfdir}/xdg/qtchoos
%post plugin-platform-eglfs -p /sbin/ldconfig
%postun plugin-platform-eglfs -p /sbin/ldconfig

#### File section

# There is no naked qt5 package
#%files



%files tools
%defattr(-,root,root,-)
Expand Down

0 comments on commit 80dd789

Please sign in to comment.