[dialog] make devel dependency arch-specific

Miroslav Lichvar mlichvar at fedoraproject.org
Fri Apr 5 15:44:22 UTC 2013


commit 587718d06fb9f5ef6a40ac8ab282893febe32b01
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Fri Apr 5 17:35:24 2013 +0200

    make devel dependency arch-specific

 dialog.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/dialog.spec b/dialog.spec
index b682fb4..33a5d37 100644
--- a/dialog.spec
+++ b/dialog.spec
@@ -24,7 +24,7 @@ Install dialog if you would like to create TTY dialog boxes.
 %package devel 
 Summary: Development files for building applications with the dialog library
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release} ncurses-devel
+Requires: %{name}%{?_isa} = %{version}-%{release} ncurses-devel
 
 %description devel
 Dialog is a utility that allows you to show dialog boxes (containing


More information about the scm-commits mailing list