From 015137704737181c9bf1bc26953d6f2789623135 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 13 Dec 2022 13:24:47 +1000 Subject: [PATCH] add xgettext to build requires --- xhost.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xhost.spec b/xhost.spec index 8d493e2..08bf2e6 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,6 +1,6 @@ Name: xhost Version: 1.0.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage hosts or users allowed to connect to the X server License: MIT @@ -8,7 +8,7 @@ URL: https://www.x.org Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz BuildRequires: automake libtool -BuildRequires: gcc make +BuildRequires: gcc make gettext BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xmu) BuildRequires: pkgconfig(xau) @@ -38,6 +38,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Tue Dec 13 2022 Peter Hutterer - 1.0.9-2 +- add xgettext to build requires + * Tue Dec 13 2022 Peter Hutterer - 1.0.9-1 - xhost 1.0.9