From b4821004d27c9a7271ffdbd7403990e586d6c9ca Mon Sep 17 00:00:00 2001 From: Bob Glossman Date: Thu, 21 Nov 2013 10:39:37 -0800 Subject: [PATCH] LU-4284 build: add missing Provides line in SLES spec file Need to add a line in the SUSE spec file for Provides: ldiskfsprogs. This is present in the RHEL spec file and is needed to resolve dependencies in lustre server rpms at rpm install time. Signed-off-by: Bob Glossman --- e2fsprogs-SUSE_LINUX-11.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/e2fsprogs-SUSE_LINUX-11.spec.in b/e2fsprogs-SUSE_LINUX-11.spec.in index 8103892..6539997 100644 --- a/e2fsprogs-SUSE_LINUX-11.spec.in +++ b/e2fsprogs-SUSE_LINUX-11.spec.in @@ -34,6 +34,7 @@ Version: @E2FSPROGS_PKGVER@ Release: 0%{_vendor} Summary: Utilities for the Second Extended File System Url: http://downloads.whamcloud.com/public/ +Provides: ldiskfsprogs = %{version} Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -- 1.8.3.1