117 lines
3.3 KiB
RPMSpec
117 lines
3.3 KiB
RPMSpec
#
|
|
# spec file for package lvm2-clvm
|
|
#
|
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Url: http://sources.redhat.com/cluster/clvm/
|
|
|
|
Name: lvm2-clvm
|
|
BuildRequires: device-mapper-devel
|
|
BuildRequires: libcorosync-devel
|
|
BuildRequires: libdlm-devel
|
|
BuildRequires: libopenais-devel
|
|
BuildRequires: libselinux-devel
|
|
BuildRequires: readline-devel
|
|
Version: 2.02.84
|
|
Release: 0
|
|
Requires: device-mapper >= 1.02.25
|
|
Requires: lvm2 = %{version}
|
|
Requires: openais
|
|
Provides: clvm
|
|
PreReq: %fillup_prereq %insserv_prereq
|
|
Summary: Clustered LVM2
|
|
License: GPL-2.0+ ; LGPL-2.1+
|
|
Group: System/Base
|
|
Source: LVM2.%{version}.tgz
|
|
Source1: lvm.conf
|
|
Source2: boot.lvm
|
|
Source3: sysconfig.lvm
|
|
Source4: mkinitrd-lvm2-setup.sh
|
|
Source5: mkinitrd-lvm2-boot.sh
|
|
Source6: 64-lvm2.rules
|
|
Source7: collect_lvm
|
|
Source8: clvmd.ocf
|
|
Patch: improve_probing.diff
|
|
Patch2: no-inc-audit.diff
|
|
Patch3: no_buildroot_shared.diff
|
|
Patch4: sys_mount_instead_linux_fs.diff
|
|
Patch6: man_page_sectors.diff
|
|
Patch11: cmdline_large_minor.diff
|
|
Patch13: pipe_buff-definition.diff
|
|
Patch14: lvm-pv-create-link.diff
|
|
Patch19: dont_ignore_tmp_device_file.diff
|
|
Patch20: support-drbd-filter.diff
|
|
Patch22: handle_extended_devt.diff
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
A daemon for using LVM2 Logival Volumes in a clustered environment.
|
|
|
|
|
|
|
|
%prep
|
|
%setup -n LVM2.%{version}
|
|
%patch
|
|
%patch2
|
|
%patch3
|
|
%patch4
|
|
%patch6
|
|
%patch11
|
|
%patch13
|
|
#%patch14 -p1
|
|
%patch19 -p1
|
|
%patch20 -p1
|
|
%patch22 -p1
|
|
|
|
%build
|
|
export MODPROBE_CMD=/sbin/modprobe
|
|
export LDFLAGS="-L /usr/%_lib/openais"
|
|
%configure --prefix=/ \
|
|
--enable-selinux \
|
|
--enable-cmdlib \
|
|
--libdir=/%_lib --with-usrlibdir=%_libdir --enable-dmeventd --enable-cmdlib \
|
|
--with-clvmd=corosync --datarootdir=/usr/share
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
pushd daemons/clvmd
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
popd
|
|
pushd man
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
popd
|
|
install -D -m 755 $RPM_BUILD_ROOT/sbin/clvmd $RPM_BUILD_ROOT/usr/sbin/clvmd
|
|
rm $RPM_BUILD_ROOT/sbin/clvmd
|
|
rm -rf $RPM_BUILD_ROOT/%{_mandir}/man5
|
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/lv*
|
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/pv*
|
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/vg*
|
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/dmsetup*
|
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/fsadm*
|
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/dmeventd*
|
|
install -m755 -D %{S:8} $RPM_BUILD_ROOT/usr/lib/ocf/resource.d/lvm2/clvmd
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
/usr/sbin/clvmd
|
|
%dir /usr/lib/ocf
|
|
%dir /usr/lib/ocf/resource.d
|
|
%dir /usr/lib/ocf/resource.d/lvm2
|
|
/usr/lib/ocf/resource.d/lvm2/clvmd
|
|
%{_mandir}/man8/clvmd.8.gz
|
|
|
|
%changelog
|