From 838d5e7ee961f089b7e4100f6cb3df1f7e74cd2d Mon Sep 17 00:00:00 2001 From: Chenxi Mao Date: Fri, 29 Oct 2021 09:10:39 +0800 Subject: [PATCH] esc.spec: Add chrpath to BuildRequires Previous commit 09feeab 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 --- esc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/esc.spec b/esc.spec index 4ac9737..653d8fc 100644 --- a/esc.spec +++ b/esc.spec @@ -1,6 +1,6 @@ Name: esc Version: 1.1.2 -Release: 5 +Release: 6 Summary: esc embeds files into go programs and provides http License: GPL+ URL: https://github.com/mjibson/esc @@ -11,7 +11,7 @@ Source3: esc.png BuildRequires: glib2-devel atk-devel pkgconfig nspr-devel nss-devel nss-static BuildRequires: pcsc-lite-devel desktop-file-utils dbus-glib-devel glib2-devel gcc-c++ -BuildRequires: opensc gobject-introspection-devel gtk3-devel gjs-devel GConf2-devel +BuildRequires: opensc gobject-introspection-devel gtk3-devel gjs-devel GConf2-devel chrpath Requires: pcsc-lite nss nspr dbus opensc gjs gobject-introspection gtk3 glib2 @@ -85,6 +85,9 @@ echo "/usr/local/lib" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf %defattr(-,root,root) %changelog +* Fri Oct 29 2021 chenxi.mao - 1.1.2-6 +- Add chrpath to BuildRequires + * Wed Sep 9 2021 caodongxia - 1.1.2-5 - Remove rpath -- Gitee