[kexec-tools] spec: kexec-tools-eppic requires the same version/release of kexec-tools

WANG Chao wangchao at fedoraproject.org
Tue May 20 08:32:22 UTC 2014


commit e4cf7a928266ea39316ab745eaeee3d4419744ed
Author: WANG Chao <chaowang at redhat.com>
Date:   Tue May 20 16:18:42 2014 +0800

    spec: kexec-tools-eppic requires the same version/release of kexec-tools
    
    makedumpfile_eppic.so (provided by kexec-tools-eppic) is built against
    makedumpfile (provided by kexec-tools). kexec-tools-eppic must depend on
    the same version.release of kexec-tools, otherwise there could be a ABI
    compatibility issue.
    
    Signed-off-by: WANG Chao <chaowang at redhat.com>

 kexec-tools.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kexec-tools.spec b/kexec-tools.spec
index 9bb004b..453fff7 100644
--- a/kexec-tools.spec
+++ b/kexec-tools.spec
@@ -87,7 +87,7 @@ component of the kernel's kexec feature.
 
 %ifarch %{ix86} x86_64 ppc64 s390x
 %package eppic
-Requires: %{name} = %{version}
+Requires: %{name} = %{version}.%{release}
 Summary: Additional eppic_makedumpfile.so shared object
 Group: Applications/System
 


More information about the scm-commits mailing list