소스 검색

libqb: Add libqb dependency in the rpm & pc file

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
Angus Salkeld 14 년 전
부모
커밋
91ff2292d0
2개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 3
      corosync.spec.in
  2. 1 1
      pkgconfig/corosync.pc.in

+ 1 - 3
corosync.spec.in

@@ -37,7 +37,7 @@ Conflicts: openais <= 0.89, openais-devel <= 0.89
 %if %{buildtrunk}
 BuildRequires: autoconf automake
 %endif
-BuildRequires: nss-devel
+BuildRequires: nss-devel libqb-devel
 %if %{with rdma}
 BuildRequires: libibverbs-devel librdmacm-devel
 %endif
@@ -131,7 +131,6 @@ fi
 %files
 %defattr(-,root,root,-)
 %doc LICENSE SECURITY
-%{_bindir}/corosync-blackbox
 %{_sbindir}/corosync
 %{_sbindir}/corosync-keygen
 %{_sbindir}/corosync-objctl
@@ -309,7 +308,6 @@ The Corosync Cluster Engine APIs.
 %{_mandir}/man8/cpg_overview.8*
 %{_mandir}/man8/evs_overview.8*
 %{_mandir}/man8/confdb_overview.8*
-%{_mandir}/man8/logsys_overview.8*
 %{_mandir}/man8/votequorum_overview.8*
 %{_mandir}/man8/sam_overview.8*
 

+ 1 - 1
pkgconfig/corosync.pc.in

@@ -8,5 +8,5 @@ socketdir=@COROSOCKETDIR@
 Name: corosync
 Version: @LIBVERSION@
 Description: corosync
-Requires:
+Requires: libqb
 Cflags: -I${includedir}