[autogen] Remove arch-specific dependency to avoid multilib conflict

Miroslav Lichvar mlichvar at fedoraproject.org
Fri Mar 14 12:18:40 UTC 2014


commit 859d8fa61ffe2d0496b660b5edb9ae2b5eece877
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Fri Mar 14 13:07:07 2014 +0100

    Remove arch-specific dependency to avoid multilib conflict

 autogen.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.spec b/autogen.spec
index c97390a..bb7b1bc 100644
--- a/autogen.spec
+++ b/autogen.spec
@@ -46,7 +46,7 @@ License:	LGPLv3+
 Group:		Development/Libraries
 
 Requires:	automake
-Requires:	%{name}%{?_isa} = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
 Requires:	%{name}-libopts%{?_isa} = %{version}-%{release}
 Requires:	pkgconfig
 


More information about the scm-commits mailing list