From b953c0e3d0b979b28329b0626be6973cdedcdd34 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 28 Dec 2012 11:53:40 +0100 Subject: [PATCH] Fix rpm dependency --- libftdi1.spec.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libftdi1.spec.in b/libftdi1.spec.in index 881b0c4..c92f071 100644 --- a/libftdi1.spec.in +++ b/libftdi1.spec.in @@ -24,7 +24,7 @@ Requires: libftdi1 = %{version}, libusb1-devel Summary: Python bindings for libftdi License: LGPL Group: Development/Libraries -Requires: %{name}-libs = %{version}-%{release} +Requires: %{name} = %{version}-%{release} %description Library to program and control the FTDI USB controller -- 1.7.1