소스 검색

Spec: Qdevice require same version of corosync

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Jan Friesse 9 년 전
부모
커밋
87c363b908
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      corosync.spec.in

+ 2 - 1
corosync.spec.in

@@ -374,7 +374,8 @@ The Corosync Cluster Engine APIs.
 %package -n corosync-qdevice
 Summary: The Corosync Cluster Engine Qdevice
 Group: System Environment/Base
-Requires: corosync
+Requires: %{name} = %{version}-%{release}
+Requires: corosynclib = %{version}-%{release}
 Requires: nss-tools
 
 %if %{with systemd}