Skip to content

Commit

Permalink
spec: Add missing GLib dependency when building without DNF
Browse files Browse the repository at this point in the history
GLib is required to build rhsmcertd(8).  When building with DNF support,
glib2-devel is pulled in by libdnf-devel.  However, turning off DNF
support doesn't disable building rhsmcertd(8).  Therefore, the depedency
needs to be listed explicitly.
  • Loading branch information
debarshiray committed Jan 11, 2024
1 parent e04e263 commit bd93325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subscription-manager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ BuildRequires: openssl-devel
BuildRequires: gcc
BuildRequires: %{py_package_prefix}-setuptools
BuildRequires: gettext
BuildRequires: glib2-devel

%if 0%{?suse_version}
BuildRequires: distribution-release
Expand Down

0 comments on commit bd93325

Please sign in to comment.