Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[packaging] Add a requirement on this qtcore version for all sub-pack…
…ages. Contribtues to JB#36619
  • Loading branch information
martinjones committed Oct 14, 2016
1 parent d419f77 commit 4abbcbf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rpm/qtbase.spec
Expand Up @@ -308,6 +308,7 @@ This package contains tuio touch plugins
%package qtdbus
Summary: The QtDBus library
Group: Qt/Qt
Requires: %{name}-qtcore = %{version}-%{release}
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig

Expand All @@ -329,6 +330,7 @@ applications that use QtDBus
%package qtgui
Summary: The QtGui Library
Group: Qt/Qt
Requires: %{name}-qtcore = %{version}-%{release}
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig

Expand All @@ -351,6 +353,7 @@ applications that use QtGui
%package qtnetwork
Summary: The QtNetwork library
Group: Qt/Qt
Requires: %{name}-qtcore = %{version}-%{release}
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig

Expand All @@ -372,6 +375,7 @@ applications that use QtNetwork
%package qtopengl
Summary: The QtOpenGL library
Group: Qt/Qt
Requires: %{name}-qtcore = %{version}-%{release}
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig

Expand All @@ -394,6 +398,7 @@ applications that use QtOpenGL
%package qtsql
Summary: The QtSql library
Group: Qt/Qt
Requires: %{name}-qtcore = %{version}-%{release}
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig

Expand Down Expand Up @@ -434,6 +439,7 @@ applications that use QtTest
%package qtxml
Summary: The QtXml library
Group: Qt/Qt
Requires: %{name}-qtcore = %{version}-%{release}
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig

Expand All @@ -453,6 +459,7 @@ applications that use QtXml
%package qtwidgets
Summary: The QtWidgets library
Group: Qt/Qt
Requires: %{name}-qtcore = %{version}-%{release}
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig

Expand Down Expand Up @@ -487,6 +494,7 @@ applications that use QtBootstrap
%package qtprintsupport
Summary: The QtPrintSupport
Group: Qt/Qt
Requires: %{name}-qtcore = %{version}-%{release}
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig

Expand Down

0 comments on commit 4abbcbf

Please sign in to comment.