diff --git a/ccid.spec b/ccid.spec index eba6ae8..d4c3947 100644 --- a/ccid.spec +++ b/ccid.spec @@ -4,7 +4,7 @@ Name: ccid Version: 1.2.1 -Release: 1%{dist} +Release: 2%{dist} Summary: Generic USB CCID smart card reader driver Group: System Environment/Libraries @@ -14,7 +14,7 @@ Source0: http://alioth.debian.org/download.php/1563/%{name}-%{version}.ta BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libusb-devel >= %{libusb_ver} -BuildRequires: pcsc-lite-devel >= %{pcsc-lite_ver} +BuildRequires: pcsc-lite-devel >= %{pcsc_lite_ver} Requires(post): initscripts Requires(postun): initscripts Requires: libusb >= %{libusb_ver} @@ -71,6 +71,9 @@ exit 0 %changelog +* Mon Apr 30 2007 Bob Relyea - 1.2.1-2 +- Fix the missed use of the version macro + * Tue Feb 06 2007 Bob Relyea - 1.2.1-1 - Pick up ccid 1.2.1 - use pcscd 'hotplug' feature instead of restarting the daemon