Skip to content

Commit

Permalink
[packaging] Add Conflicts with previous module versions
Browse files Browse the repository at this point in the history
So that if QtCore is updated then all pre-5.6.2 modules will also be
updated.
  • Loading branch information
martinjones committed Oct 14, 2016
1 parent 4fcd7e5 commit c798736
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rpm/qtbase.spec
Expand Up @@ -68,6 +68,14 @@ Summary: The QtCore library
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
Requires: xdg-utils
#TODO: Remove these conflicts after we are pass next stop release.
Conflicts: qt5-qtdbus < %{version}
Conflicts: qt5-qtgui < %{version}
Conflicts: qt5-qtnetwork < %{version}
Conflicts: qt5-qtopengl < %{version}
Conflicts: qt5-qtsql < %{version}
Conflicts: qt5-qtwidgets < %{version}
Conflicts: qt5-qtconcurrent < %{version}

%description qtcore
This package contains the QtCore library
Expand Down

0 comments on commit c798736

Please sign in to comment.