From adce06a1c31cfd39f11353f5bbf691dbc72d8783 Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Tue, 29 Sep 2015 15:47:38 -0500 Subject: [PATCH] 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 --- lustre.spec.in | 1 + 1 file changed, 1 insertion(+) 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} -- 1.8.3.1