From 5bd2a56f80f2bb4c7d6850c2d40edb7ebe30868c Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 12:08:18 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/chrpath.git#dd25fbba008d66dd1ebaef7c995685d4d747c30c --- chrpath.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chrpath.spec b/chrpath.spec index 8019968..0bcf1fb 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,6 +1,6 @@ Name: chrpath Version: 0.16 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Modify rpath of compiled programs License: GPL+ @@ -8,6 +8,7 @@ URL: https://chrpath.alioth.debian.org/ Source0: https://alioth.debian.org/frs/download.php/file/3979/%{name}-%{version}.tar.gz BuildRequires: gcc +BuildRequires: make %description @@ -39,6 +40,9 @@ rm -fr %{buildroot}/usr/doc %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.16-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Dec 14 2020 Jeff Law - 0.16-14 - Use autosetup and enable testsuite