diff --git a/hmaccalc.spec b/hmaccalc.spec index 8cd1976..1ae7940 100644 --- a/hmaccalc.spec +++ b/hmaccalc.spec @@ -13,17 +13,22 @@ Name: hmaccalc Version: 0.9.14 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Tools for computing and checking HMAC values for files Group: System Environment/Base License: BSD -URL: https://fedorahosted.org/hmaccalc/ -Source0: https://fedorahosted.org/released/hmaccalc/hmaccalc-%{version}.tar.gz -Source1: https://fedorahosted.org/released/hmaccalc/hmaccalc-%{version}.tar.gz.sig +URL: https://pagure.io/hmaccalc/ +Source0: https://releases.pagure.org/hmaccalc/hmaccalc-%{version}.tar.gz +Source1: https://releases.pagure.org/hmaccalc/hmaccalc-%{version}.tar.gz.sig BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: nss-devel +%if 0%{?fedora} < 23 && 0%{?rhel} <= 7 +%ifarch %{ix86} x86_64 ppc ppc64 s390 s390x +BuildRequires: prelink +%endif +%endif %description The hmaccalc package contains tools which can calculate HMAC (hash-based @@ -63,12 +68,20 @@ make check %{_mandir}/*/* %changelog +* Sun Feb 26 2017 Nalin Dahyabhai - 0.9.14-6 +- update locations to point to the new pagure.io hosting + * Wed Feb 01 2017 Stephen Gallagher - 0.9.14-5 - Add missing %%license macro * Wed Feb 03 2016 Fedora Release Engineering - 0.9.14-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild +* Fri Oct 30 2015 Nalin Dahyabhai +- conditionalize that last change in case we end up having to use this .spec + file on older releases +- resync with .spec file from Fedora master + * Thu Oct 29 2015 David Sommerseth - 0.9.14-3 - Remove prelink dependency, it is no longer available in newer Fedora releases