From a67b6f8ae9bd2628dfa9e6162781216b41e56131 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Thu, 24 Jul 2014 13:40:40 +0200 Subject: [PATCH] corrective on wrong spec macro. %{name} = %{version} should be used instead of %{version} = %{version} Change-Id: Ic31f3da1cc35ba5d85b065a5da800f4903beed72 Signed-off-by: Ronan Le Martret --- packaging/pam.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/pam.spec b/packaging/pam.spec index 26f7624..2b5507d 100644 --- a/packaging/pam.spec +++ b/packaging/pam.spec @@ -38,7 +38,7 @@ having to recompile programs that handle authentication. %package -n pam-modules-extra Summary: Extra modules provided by PAM not used in the base system Group: Security/Access Control -Requires: %{version} = %{version} +Requires: %{name} = %{version} %description -n pam-modules-extra PAM (Pluggable Authentication Modules) is a system security tool that @@ -49,7 +49,7 @@ default Tizen install. %package devel Summary: Files needed for developing PAM-aware applications and modules for PAM -Requires: %{version} = %{version} +Requires: %{name} = %{version} %description devel PAM (Pluggable Authentication Modules) is a system security tool that -- 2.7.4