Skip to content

Commit

Permalink
Add missing Recommends to simulate real debuginfo pkgs
Browse files Browse the repository at this point in the history
Since `rpm-4.19.94-1.fc42` the rpm debuginfo code logic is not always
executed. To match real debuginfo pkgs add debugsource recommends
manually.

More details: rpm-software-management/rpm#3310
  • Loading branch information
kontura committed Sep 17, 2024
1 parent 16d1d44 commit a2d2e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Dummy.

%package debuginfo
Summary: Debug information for foo.
Recommends: foo-debugsource(x86-64) = %{version}-%{release}

%description debuginfo
Dummy.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Dummy.

%package debuginfo
Summary: Debug information for foo.
Recommends: foo-debugsource(x86-64) = %{version}-%{release}

%description debuginfo
Dummy.
Expand Down

0 comments on commit a2d2e44

Please sign in to comment.