Skip to content

Commit

Permalink
Minor fixes for libmodulemd.spec.in
Browse files Browse the repository at this point in the history
One cosmetic change to the summary of python3-libmodulemd.

Change the conditional on the EPEL 7 hack to be <= 7, since RHEL 8
beta has a recent-enough gobject-introspection package.

Signed-off-by: Stephen Gallagher <[email protected]>
  • Loading branch information
sgallagher committed Dec 12, 2018
1 parent 25dc353 commit 132086e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libmodulemd.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Development files for libmodulemd 1.x


%package -n python3-libmodulemd1
Summary: Python 3 bindings for %{name}
Summary: Python 3 bindings for %{name}1
Version: %{libmodulemd_v1_version}
BuildArch: noarch
Requires: libmodulemd1 = %{libmodulemd_v1_version}-%{release}
Expand All @@ -95,7 +95,7 @@ Python 3 bindings for libmodulemd1
%build
%meson -Ddeveloper_build=false -Dbuild_api_v1=true -Dbuild_api_v2=true

%if 0%{?rhel} >= 7
%if 0%{?rhel} <= 7
# ALERT!!! PURE HACK FOR EPEL!
# https://bugzilla.redhat.com/show_bug.cgi?id=1546757
sed -r -i -e "/g-ir-scanner/s/-l(gobject-2.0|glib-2.0|yaml)//g" %{_vpath_builddir}/build.ninja
Expand Down

0 comments on commit 132086e

Please sign in to comment.