From 34b77cbd7f8fd2ffb63cfabf635c215c94fc7567 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Aug 21 2014 12:08:16 +0000 Subject: Fixing typo, bad %{epoch} requires: --- diff --git a/iguanaIR.spec b/iguanaIR.spec index 135c6fe..9f0c266 100644 --- a/iguanaIR.spec +++ b/iguanaIR.spec @@ -1,6 +1,6 @@ Name: iguanaIR Version: 1.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 Summary: Driver for Iguanaworks USB IR transceiver @@ -36,7 +36,7 @@ control the Iguanaworks USB IR transceiver. %package devel Summary: Library and header files for iguanaIR Group: Development/Libraries -Requires: %{epoch}:%{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} %description devel The development files needed to interact with the iguanaIR igdaemon are @@ -167,6 +167,9 @@ fi %{_bindir}/%{name}-reflasher %changelog +* Thu Aug 21 2014 Michael Kolmodin - 1:1.1.0-5 +- Fixing typo, bad %%{epoch} requires: + * Thu Aug 21 2014 Alec Leamas - 1:1.1.0-4 - New attempt to introduce 1.1.0 (ABI bump)