From: Frank Zago Date: Tue, 29 Sep 2015 20:47:38 +0000 (-0500) Subject: LU-7228 build: make lustre rpm also provide lustre-client X-Git-Tag: 2.7.62~31 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F16673%2F2;p=fs%2Flustre-release.git LU-7228 build: make lustre rpm also provide lustre-client An application packaged in an rpm has to depend on either lustre or lustre-client. Since the lustre rpm also includes everything the lustre-client does, it should also provides lustre-client. That way an application rpm only has to require lustre-client and not juggle between a lustre or lustre-client dependency. Signed-off-by: frank zago Change-Id: I46ae8a96b0fbc6153a288bf45896f7b4ed1dfddc Reviewed-on: http://review.whamcloud.com/16673 Tested-by: Jenkins Reviewed-by: Dmitry Eremin Tested-by: Maloo Reviewed-by: Thomas LEIBOVICI Reviewed-by: Oleg Drokin --- diff --git a/lustre.spec.in b/lustre.spec.in index ab4cb83..38659cd 100644 --- a/lustre.spec.in +++ b/lustre.spec.in @@ -113,6 +113,7 @@ BuildRequires: python-docutils %if %{with servers} Requires: lustre-osd Requires: lustre-osd-mount +Provides: lustre-client = %{version}-%{fullrelease} %endif %if %{defined cross_requires} Requires: %{cross_requires}