Whamcloud - gitweb
TT-177 build: add .spec file for SLES11 packaging
authorAndreas Dilger <andreas.dilger@intel.com>
Fri, 13 Apr 2012 08:23:12 +0000 (02:23 -0600)
committerLi Dongyang <dongyangli@ddn.com>
Wed, 29 May 2019 04:45:42 +0000 (14:45 +1000)
commit292b35695dfb53eda0cc2e83042c92a90fec36f6
treefbdeca9cec2b0281986bd604b391e78de2b92edf
parent6a14f85ab9a8b16a4eedd6bc15bb9c56ab1297b1
TT-177 build: add .spec file for SLES11 packaging

Include the upstream SLES11 .spec file to ensure the packages we
build match the upstream packages.  Any later patches that change
the packaging should patch the .spec file appropriately.

Add in the SLES-specific patches, excluding the replacement de.po
file, since the original SLES11 de.po file is only against 1.41.4,
and is missing a large number of changes to the translated messages
related to 64-bit format specifiers.

Always skip m_hugefile and t_replay_and_set tests, building rpms in
an ext3 environment will make the tests fail.

  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 <bob.glossman@intel.com>
  Change-Id: Ib4821004d27c9a7271ffdbd7403990e586d6c9ca

  LU-9713 build: Require uptodate libcom_err, libss

  Ensure that the libcom_err and libext2fs2 packages installed match the
  other packages built from e2fsprogs so that modifications to those
  libraries (e.g. project quota) are available.

  Test-Parameters: clientdistro=sles12sp2 mdsdistro=sles12sp2 ossdistro=sles12sp2

  Change-Id: Idc22a029a6950cc1ffb9b6e44181d345db3ebbe5
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
  Reviewed-on: https://review.whamcloud.com/27834
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: I783d58bd78d7c4c66cc85ec5557ae1aaf64016ba
.gitignore
Makefile.in
configure
configure.ac
contrib/build-rpm
e2fsprogs-SUSE_LINUX-11.spec.in [new file with mode: 0644]
patches/sles/rpm/README.SUSE [new file with mode: 0644]
patches/sles/rpm/e2fsprogs-1.42-ext2fsh_implicit.patch [new file with mode: 0644]
patches/sles/rpm/e2fsprogs-1.42-implicit_fortify_decl.patch [new file with mode: 0644]
patches/sles/rpm/e2fsprogs-1.44-skip-tests-sles.patch [new file with mode: 0644]
patches/sles/rpm/libcom_err-compile_et_permissions.patch [new file with mode: 0644]