Skip to content

Commit

Permalink
Fix debuginfo RPMs dependency
Browse files Browse the repository at this point in the history
The debuginfo packages need to depend on the main packages because they
need to be uninstalled or updated when we do that with the main
packages, the RPM debuginfo packages didn't have dependencies, this
patch fixes them.

Signed-off-by: Raphael Moreira Zinsly <rzinsly@linux.vnet.ibm.com>
  • Loading branch information
rzinsly committed Feb 23, 2017
1 parent 7861bd0 commit 7ddac67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/9.0/specs/monolithic.spec
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ running SElinux.
####################################################
%package runtime-debuginfo
Summary: Debug information for package %{name}-runtime
Requires: advance-toolchain-%{at_major}-runtime = %{at_major_version}-%{at_revision_number}
Group: Development/Debug
AutoReqProv: 0

Expand All @@ -105,6 +106,7 @@ package or when debugging this package.

%package mcore-libs-debuginfo
Summary: Debug information for package %{name}-mcore-libs
Requires: advance-toolchain-%{at_major}-mcore-libs = %{at_major_version}-%{at_revision_number}
Group: Development/Debug
AutoReqProv: 0

Expand All @@ -115,6 +117,7 @@ package or when debugging this package.

%package devel-debuginfo
Summary: Debug information for package %{name}-devel
Requires: advance-toolchain-%{at_major}-devel = %{at_major_version}-%{at_revision_number}
Group: Development/Debug
AutoReqProv: 0

Expand All @@ -125,6 +128,7 @@ package or when debugging this package.

%package perf-debuginfo
Summary: Debug information for package %{name}-perf
Requires: advance-toolchain-%{at_major}-perf = %{at_major_version}-%{at_revision_number}
Group: Development/Debug
AutoReqProv: 0

Expand Down

0 comments on commit 7ddac67

Please sign in to comment.