From 8d33b2f1232b6e72c00c3918ec72e66ffc6ea4e0 Mon Sep 17 00:00:00 2001 From: Chenxi Mao Date: Fri, 29 Oct 2021 09:52:14 +0800 Subject: [PATCH] eog.spec: Add chrpath to BuildRequires Previous commit 6acaedb add chrpath command in install section. To avoid build issue which means someone didn't buid with OBS can buid this pack successfully, add chrpath to BuildRequires like other spec did. Signed-off-by: Chenxi Mao --- eog.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/eog.spec b/eog.spec index 1bb0a10..1cdeaa5 100644 --- a/eog.spec +++ b/eog.spec @@ -1,6 +1,6 @@ Name: eog Version: 3.38.3 -Release: 2 +Release: 3 Summary: A GNOME Image Viewer License: GPLv2+ and GFDL URL: https://wiki.gnome.org/Apps/EyeOfGnome @@ -10,6 +10,7 @@ BuildRequires: pkgconfig(exempi-2.0) pkgconfig(gdk-pixbuf-2.0) pkgconfig(glib-2. BuildRequires: pkgconfig(gobject-introspection-1.0) pkgconfig(gsettings-desktop-schemas) pkgconfig(gtk+-3.0) >= 3.22.0 pkgconfig(lcms2) BuildRequires: pkgconfig(libexif) >= 0.6.14 pkgconfig(libpeas-1.0) >= 0.7.4 pkgconfig(libpeas-gtk-1.0) >= 0.7.4 pkgconfig(librsvg-2.0) BuildRequires: pkgconfig(shared-mime-info) pkgconfig(x11) desktop-file-utils gettext gtk-doc itstool libjpeg-devel meson zlib-devel libappstream-glib +BuildRequires: chrpath #BuildRequires: pkgconfig(libportal) %description @@ -78,6 +79,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.eog.deskto %{_datadir}/installed-tests/ %changelog +* Fri Oct 29 2021 Chenxi Mao - 3.38.3-3 +- Add chrpath to BuildRequires + * Wed Sep 9 2021 caodongxia - 3.38.3-2 - Remove rpath -- Gitee