From a6ee4758e31b46b970957f4db26988732b205962 Mon Sep 17 00:00:00 2001 From: Chenxi Mao Date: Thu, 28 Oct 2021 03:30:26 +0000 Subject: [PATCH] vorbis-tools: add chrpath in BuildRequires previous commit (92f2257) introduce chrpath 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. The target for this change is to remove specific BuildRequires from project config to spec file. Signed-off-by: Chenxi Mao --- vorbis-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vorbis-tools.spec b/vorbis-tools.spec index b658e2b..ac3d273 100644 --- a/vorbis-tools.spec +++ b/vorbis-tools.spec @@ -1,14 +1,14 @@ Name: vorbis-tools Summary: Several Ogg Vorbis Tools Version: 1.4.2 -Release: 2 +Release: 3 Epoch: 1 License: GPLv2 URL: http://www.xiph.org/ Source: http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz Patch1: vorbis-tools-1.4.2-man-page.patch -BuildRequires: flac-devel gettext gcc libao-devel libcurl-devel libvorbis-devel speex-devel +BuildRequires: flac-devel gettext gcc libao-devel libcurl-devel libvorbis-devel speex-devel chrpath Obsoletes: vorbis < %{epoch}:%{version}-%{release} Provides: vorbis = %{epoch}:%{version}-%{release} @@ -48,6 +48,9 @@ chrpath -d %{buildroot}%{_bindir}/* %exclude %{_docdir}/%{name}* %changelog +* Thu Oct 28 2021 Chenxi Mao - 1:1.4.2-3 +- Add chrpath to BuildRequires + * Wed Sep 9 2021 caodongxia - 1:1.4.2-2 - Remove rpath