2006-12-18 14:01:39 +01:00
|
|
|
#
|
2012-10-18 10:15:42 +02:00
|
|
|
# spec file for package lvm2
|
2006-12-18 14:01:39 +01:00
|
|
|
#
|
2017-01-10 10:43:13 +01:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2006-12-18 14:01:39 +01:00
|
|
|
#
|
2008-08-14 01:57:23 +02:00
|
|
|
# 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.
|
|
|
|
|
2006-12-18 14:01:39 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2016-05-11 05:42:15 +02:00
|
|
|
### COMMON-DEF-BEGIN ###
|
2016-12-28 12:16:13 +01:00
|
|
|
%define lvm2_version 2.02.168
|
|
|
|
%define device_mapper_version 1.02.137
|
2016-05-11 05:42:15 +02:00
|
|
|
### COMMON-DEF-END ###
|
|
|
|
%define _udevdir %(pkg-config --variable=udevdir udev)
|
|
|
|
%define applib liblvm2app2_2
|
|
|
|
%define cmdlib liblvm2cmd2_02
|
2006-12-18 14:01:39 +01:00
|
|
|
Name: lvm2
|
2014-09-25 10:31:10 +02:00
|
|
|
Version: %{lvm2_version}
|
2014-09-03 18:27:33 +02:00
|
|
|
Release: 0
|
2012-10-23 19:40:13 +02:00
|
|
|
Summary: Logical Volume Manager Tools
|
2016-09-14 11:43:37 +02:00
|
|
|
License: GPL-2.0+ and LGPL-2.1+
|
2012-10-18 10:15:42 +02:00
|
|
|
Group: System/Base
|
2014-12-12 11:19:37 +01:00
|
|
|
Url: http://www.sourceware.org/lvm2/
|
2016-05-11 05:42:15 +02:00
|
|
|
Source: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
|
2006-12-18 14:01:39 +01:00
|
|
|
Source1: lvm.conf
|
2016-05-11 05:42:15 +02:00
|
|
|
Source42: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz.asc
|
|
|
|
### COMMON-PATCH-BEGIN ###
|
2014-12-04 07:08:29 +01:00
|
|
|
# Upstream patches first
|
|
|
|
Patch1001: improve_probing.diff
|
|
|
|
Patch1002: no-inc-audit.diff
|
|
|
|
Patch1004: sys_mount_instead_linux_fs.diff
|
2014-03-28 15:57:40 +01:00
|
|
|
#suse
|
2014-12-04 07:08:29 +01:00
|
|
|
Patch1005: display-dm-name-for-lv-name.diff
|
|
|
|
Patch1006: device-mapper-type_punning.diff
|
2014-09-25 10:31:10 +02:00
|
|
|
#fate312248, patch6,7
|
2014-12-04 07:08:29 +01:00
|
|
|
Patch1007: make-mirror-legs-on-different-tag-pvs.patch
|
|
|
|
Patch1008: improve-mirror-legs-on-different-tag-pvs.patch
|
2014-02-15 11:13:39 +01:00
|
|
|
#fate#315092
|
2014-12-04 07:08:29 +01:00
|
|
|
Patch1009: cmirrord_improvment_performance.patch
|
2014-09-25 10:31:10 +02:00
|
|
|
#fate#314367, patch10,11
|
2014-12-04 07:08:29 +01:00
|
|
|
Patch1010: cluster_support_mirrord_log.diff
|
|
|
|
Patch1011: lvconvert-cluster-mirrored-disk-failed.patch
|
2014-03-28 15:57:40 +01:00
|
|
|
#forward-port from sle11
|
2014-12-04 07:08:29 +01:00
|
|
|
Patch1012: suppress_format1_size_warning.diff
|
|
|
|
Patch1013: pvmove_support_clustered_vg.diff
|
2014-04-23 14:24:53 +02:00
|
|
|
# Never upstream
|
2014-12-04 07:08:29 +01:00
|
|
|
Patch1014: cmirrord_remove_date_time_from_compilation.patch
|
2014-06-12 10:09:50 +02:00
|
|
|
#suse, bnc873538
|
2014-12-04 07:08:29 +01:00
|
|
|
Patch1015: fix-closedown-before-thread-finish.patch
|
2014-06-12 10:09:50 +02:00
|
|
|
#suse, bnc#870824
|
2014-12-04 07:08:29 +01:00
|
|
|
Patch1016: use-mirrortype-asdefault-whenclvmdrunning.patch
|
2016-05-11 05:42:15 +02:00
|
|
|
Patch1017: version-plugins-in-libdir.patch
|
2015-07-21 04:47:25 +02:00
|
|
|
Patch1018: dmeventd-fix-dso-name-wrong-compare.patch
|
2016-05-11 05:42:15 +02:00
|
|
|
Patch1019: lvm2-lvmetad.service-add-Also-lvm2-lvmetad.socket.patch
|
2014-09-25 10:31:10 +02:00
|
|
|
#suse, bnc#707253(also merged patch for bnc#479104)
|
2014-12-04 07:08:29 +01:00
|
|
|
Patch2000: device-mapper-dmsetup-export.patch
|
|
|
|
Patch2001: device-mapper-gcc-warnings.patch
|
2016-05-11 05:42:15 +02:00
|
|
|
Patch2002: device-mapper-link.patch
|
2014-09-25 10:31:10 +02:00
|
|
|
#suse, bnc#78902,bnc#789019,bnc#789020
|
2016-05-11 05:42:15 +02:00
|
|
|
Patch2003: udev_rules-update.diff
|
2014-09-25 10:31:10 +02:00
|
|
|
#suse, bnc#875233
|
2016-05-11 05:42:15 +02:00
|
|
|
Patch2004: udev-Check-for-DM_NR_VALID_PATHS.patch
|
|
|
|
Patch2005: fsadm-add-support-for-btrfs.patch
|
|
|
|
Patch2006: Import-ID_FS_XXX-variables-bnc909358.patch
|
|
|
|
Patch2007: 10-dm.rules-Reset-state-variable-for-spurious-events.patch
|
|
|
|
Patch2008: libdm-iface-not-output-error-message-inside-retry-loop.patch
|
2016-09-14 11:43:37 +02:00
|
|
|
# bnc#960744
|
|
|
|
Patch2009: pvcreate-enhance-the-error-message.patch
|
|
|
|
# bnc#990538 bnc#986734
|
|
|
|
Patch2010: 69-dm-lvm-metad.rules-Do-not-process-rules-for-multi.patch
|
2017-01-10 10:43:13 +01:00
|
|
|
#PATCH-FIX-SUSE, bnc#950089
|
|
|
|
Patch2011: lvm2-testsuite.patch
|
2017-02-22 11:59:19 +01:00
|
|
|
# simplify special case for the md rules
|
|
|
|
Patch2012: simplify-special-case-for-md-in-69-dm-lvm-metadata.patch
|
2016-05-11 05:42:15 +02:00
|
|
|
### COMMON-PATCH-END ###
|
|
|
|
BuildRequires: gcc-c++
|
2014-12-12 11:19:37 +01:00
|
|
|
BuildRequires: libaio-devel
|
|
|
|
BuildRequires: libselinux-devel
|
2016-05-11 05:42:15 +02:00
|
|
|
BuildRequires: pkgconfig
|
2014-12-12 11:19:37 +01:00
|
|
|
BuildRequires: readline-devel
|
2016-05-11 05:42:15 +02:00
|
|
|
BuildRequires: systemd
|
2016-06-14 14:45:57 +02:00
|
|
|
BuildRequires: thin-provisioning-tools >= 0.5.6
|
2016-12-28 12:04:35 +01:00
|
|
|
BuildRequires: pkgconfig(blkid)
|
2016-05-11 05:42:15 +02:00
|
|
|
BuildRequires: pkgconfig(libudev)
|
|
|
|
BuildRequires: pkgconfig(systemd)
|
2014-12-12 11:19:37 +01:00
|
|
|
BuildRequires: pkgconfig(udev)
|
2016-05-11 05:42:15 +02:00
|
|
|
Requires: device-mapper >= %{device_mapper_version}
|
2015-12-17 04:23:36 +01:00
|
|
|
Requires(post): coreutils
|
|
|
|
Requires(postun): coreutils
|
2016-05-11 05:42:15 +02:00
|
|
|
Provides: lvm = %{version}
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%{?systemd_requires}
|
2013-08-26 13:12:14 +02:00
|
|
|
|
2006-12-18 14:01:39 +01:00
|
|
|
%description
|
|
|
|
Programs and man pages for configuring and using the LVM2 Logical
|
|
|
|
Volume Manager.
|
|
|
|
|
2016-05-11 05:42:15 +02:00
|
|
|
%package -n %{applib}
|
|
|
|
Summary: LVM2 application api library
|
|
|
|
Group: System/Libraries
|
2016-05-17 11:54:33 +02:00
|
|
|
Conflicts: %{name} < %{version}
|
2006-12-18 14:01:39 +01:00
|
|
|
|
2016-05-11 05:42:15 +02:00
|
|
|
%description -n %{applib}
|
|
|
|
LVM library for applications api
|
|
|
|
|
|
|
|
%package -n %{cmdlib}
|
|
|
|
Summary: LVM2 command line library
|
|
|
|
Group: System/Libraries
|
2016-05-17 11:54:33 +02:00
|
|
|
Conflicts: %{name} < %{version}
|
2016-05-11 05:42:15 +02:00
|
|
|
|
|
|
|
%description -n %{cmdlib}
|
|
|
|
The lvm2 command line library allows building programs that manage
|
|
|
|
lvm devices without invoking a separate program.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for LVM2
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: %{applib} = %{version}
|
|
|
|
Requires: %{cmdlib} = %{version}
|
|
|
|
Requires: lvm2 = %{version}
|
|
|
|
Recommends: device-mapper-devel
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides development files for the LVM2 Logical Volume Manager.
|
2015-02-11 14:05:50 +01:00
|
|
|
|
2017-01-10 10:43:13 +01:00
|
|
|
%package testsuite
|
|
|
|
Summary: LVM2 Testsuite
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: %{applib} = %{version}
|
|
|
|
Requires: %{cmdlib} = %{version}
|
|
|
|
Requires: lvm2 = %{version}
|
|
|
|
|
|
|
|
%description testsuite
|
|
|
|
An extensive functional testsuite for the LVM2 Logical Volume Manager.
|
|
|
|
|
2016-05-11 05:42:15 +02:00
|
|
|
%prep
|
|
|
|
%setup -q -n LVM2.%{version}
|
|
|
|
### COMMON-PREP-BEGIN ###
|
2014-12-04 07:08:29 +01:00
|
|
|
%patch1001 -p1
|
|
|
|
%patch1002 -p1
|
|
|
|
%patch1004 -p1
|
|
|
|
%patch1005 -p1
|
|
|
|
%patch1006 -p1
|
|
|
|
%patch1007 -p1
|
|
|
|
%patch1008 -p1
|
|
|
|
%patch1009 -p1
|
|
|
|
%patch1010 -p1
|
|
|
|
%patch1011 -p1
|
|
|
|
%patch1012 -p1
|
|
|
|
%patch1013 -p1
|
|
|
|
%patch1014 -p1
|
|
|
|
%patch1015 -p1
|
|
|
|
%patch1016 -p1
|
|
|
|
%patch1017 -p1
|
2015-07-21 04:47:25 +02:00
|
|
|
%patch1018 -p1
|
2016-01-28 05:41:36 +01:00
|
|
|
%patch1019 -p1
|
2014-12-04 07:08:29 +01:00
|
|
|
%patch2000 -p1
|
|
|
|
%patch2001 -p1
|
|
|
|
%patch2002 -p1
|
|
|
|
%patch2003 -p1
|
|
|
|
%patch2004 -p1
|
|
|
|
%patch2005 -p1
|
2016-05-11 05:42:15 +02:00
|
|
|
%patch2006 -p1
|
2015-04-09 10:27:21 +02:00
|
|
|
%patch2007 -p1
|
2015-07-21 04:18:40 +02:00
|
|
|
%patch2008 -p1
|
2016-09-14 11:43:37 +02:00
|
|
|
%patch2009 -p1
|
|
|
|
%patch2010 -p1
|
2017-01-10 10:43:13 +01:00
|
|
|
%patch2011 -p1
|
2017-01-20 10:47:48 +01:00
|
|
|
%patch2012 -p1
|
2016-05-11 05:42:15 +02:00
|
|
|
### COMMON-PREP-END ###
|
2006-12-18 14:01:39 +01:00
|
|
|
|
|
|
|
%build
|
2016-05-11 05:42:15 +02:00
|
|
|
extra_opts="
|
2016-12-28 12:04:35 +01:00
|
|
|
--enable-blkid_wiping
|
2016-05-11 05:42:15 +02:00
|
|
|
--enable-cmdlib
|
|
|
|
--enable-applib
|
|
|
|
--enable-realtime
|
|
|
|
--enable-lvmetad
|
|
|
|
--with-default-locking-dir=/run/lock/lvm
|
|
|
|
--with-default-pid-dir=/run
|
|
|
|
--with-default-run-dir=/run/lvm
|
|
|
|
"
|
|
|
|
### COMMON-CONFIG-BEGIN ###
|
|
|
|
export PATH=$PATH:/sbin:%{_prefix}/sbin
|
2014-09-25 10:31:10 +02:00
|
|
|
sed -ie "s/%{device_mapper_version}/1.03.01/g" VERSION_DM
|
|
|
|
%configure \
|
2016-05-11 05:42:15 +02:00
|
|
|
--enable-dmeventd --enable-cmdlib \
|
|
|
|
--enable-udev_rules --enable-udev_sync \
|
|
|
|
--with-udev-prefix="%{_prefix}/" \
|
|
|
|
--enable-selinux \
|
|
|
|
--enable-pkgconfig \
|
|
|
|
--with-usrlibdir=%{_libdir} \
|
|
|
|
--with-usrsbindir=%{_sbindir} \
|
|
|
|
--with-default-dm-run-dir=/run \
|
|
|
|
--with-tmpfilesdir=%{_tmpfilesdir} \
|
|
|
|
--with-thin=internal \
|
|
|
|
--with-device-gid=6 \
|
|
|
|
--with-device-mode=0640 \
|
|
|
|
--with-device-uid=0 \
|
|
|
|
--with-dmeventd-path=%{_sbindir}/dmeventd \
|
|
|
|
--with-thin-check=%{_sbindir}/thin_check \
|
|
|
|
--with-thin-dump=%{_sbindir}/thin_dump \
|
|
|
|
--with-thin-repair=%{_sbindir}/thin_repair \
|
|
|
|
$extra_opts
|
|
|
|
### COMMON-CONFIG-END ###
|
2014-09-25 10:31:10 +02:00
|
|
|
make %{?_smp_mflags}
|
2006-12-18 14:01:39 +01:00
|
|
|
|
|
|
|
%install
|
2014-12-12 11:19:37 +01:00
|
|
|
%make_install
|
2016-05-11 05:42:15 +02:00
|
|
|
make install_system_dirs DESTDIR=%{buildroot}
|
|
|
|
make install_systemd_units DESTDIR=%{buildroot}
|
|
|
|
make install_systemd_generators DESTDIR=%{buildroot}
|
|
|
|
make install_tmpfiles_configuration DESTDIR=%{buildroot}
|
|
|
|
# Install configuration file
|
|
|
|
install -m 644 %{SOURCE1} "%{buildroot}/%{_sysconfdir}/lvm/"
|
2017-01-10 10:43:13 +01:00
|
|
|
# Install testsuite
|
|
|
|
make -C test install DESTDIR=%{buildroot}
|
2016-05-11 05:42:15 +02:00
|
|
|
|
|
|
|
pushd "%{buildroot}/%{_libdir}"
|
2014-09-25 10:31:10 +02:00
|
|
|
ln -sf liblvm2cmd.so.2.02 liblvm2cmd.so
|
|
|
|
ln -sf liblvm2app.so.2.2 liblvm2app.so
|
2014-12-12 11:19:37 +01:00
|
|
|
for i in libdevmapper-event-lvm2{mirror,raid,snapshot,thin}; do
|
2016-05-11 05:42:15 +02:00
|
|
|
ln -sf "device-mapper/$i.so" "$i.so"
|
|
|
|
ln -sf "device-mapper/$i.so" "$i.so.2.02"
|
2014-12-12 11:19:37 +01:00
|
|
|
done
|
2012-10-18 10:15:42 +02:00
|
|
|
popd
|
2006-12-18 14:01:39 +01:00
|
|
|
|
2016-05-11 05:42:15 +02:00
|
|
|
#rc compat symlinks
|
|
|
|
ln -s service %{buildroot}%{_sbindir}/rcblk-availability
|
|
|
|
ln -s service %{buildroot}%{_sbindir}/rclvm2-lvmetad
|
|
|
|
ln -s service %{buildroot}%{_sbindir}/rclvm2-monitor
|
|
|
|
|
|
|
|
# Remove devicemapper binaries, plain rm so we fail if something change
|
|
|
|
rm %{buildroot}%{_sbindir}/dmsetup
|
|
|
|
rm %{buildroot}%{_sbindir}/dmeventd
|
|
|
|
rm %{buildroot}%{_sbindir}/dmstats
|
|
|
|
rm %{buildroot}%{_mandir}/man8/dmstats.8
|
|
|
|
rm %{buildroot}%{_mandir}/man8/dmsetup.8
|
|
|
|
rm %{buildroot}%{_mandir}/man8/dmeventd.8
|
|
|
|
rm %{buildroot}%{_udevrulesdir}/10-dm.rules
|
|
|
|
rm %{buildroot}%{_udevrulesdir}/13-dm-disk.rules
|
|
|
|
rm %{buildroot}%{_udevrulesdir}/95-dm-notify.rules
|
|
|
|
rm %{buildroot}%{_unitdir}/dm-event.socket
|
|
|
|
rm %{buildroot}%{_unitdir}/dm-event.service
|
|
|
|
rm %{buildroot}%{_libdir}/libdevmapper.so.1.03
|
|
|
|
rm %{buildroot}%{_libdir}/libdevmapper-event.so.1.03
|
|
|
|
rm %{buildroot}%{_libdir}/libdevmapper.so
|
|
|
|
rm %{buildroot}%{_libdir}/libdevmapper-event.so
|
|
|
|
rm %{buildroot}%{_includedir}/libdevmapper*.h
|
|
|
|
rm %{buildroot}%{_libdir}/pkgconfig/devmapper*.pc
|
2014-11-01 15:44:16 +01:00
|
|
|
|
2016-05-30 14:16:29 +02:00
|
|
|
# compat symlinks in /sbin remove with Leap 43
|
|
|
|
mkdir -p %{buildroot}/sbin
|
|
|
|
pushd %{buildroot}/%{_sbindir}
|
|
|
|
for i in {vg,pv,lv}*; do
|
|
|
|
ln -s %{_sbindir}/$i %{buildroot}/sbin/$i
|
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
2014-05-28 16:35:15 +02:00
|
|
|
%pre
|
2016-05-11 05:42:15 +02:00
|
|
|
%service_add_pre blk-availability.service lvm2-monitor.service lvm2-lvmetad.socket lvm2-lvmetad.service
|
2014-05-28 16:35:15 +02:00
|
|
|
|
2006-12-18 14:01:39 +01:00
|
|
|
%post
|
2008-05-01 15:03:59 +02:00
|
|
|
/sbin/ldconfig
|
2014-04-23 14:24:53 +02:00
|
|
|
%{?regenerate_initrd_post}
|
2015-01-14 04:28:24 +01:00
|
|
|
%service_add_post blk-availability.service lvm2-monitor.service lvm2-lvmetad.socket lvm2-lvmetad.service
|
2016-05-11 05:42:15 +02:00
|
|
|
# Use %%tmpfiles_create when 13.2 is oldest in support scope
|
2017-01-10 10:43:13 +01:00
|
|
|
%{_bindir}/systemd-tmpfiles --create %{_tmpfilesdir}/lvm2.conf || :
|
2008-05-01 15:03:59 +02:00
|
|
|
|
2014-04-23 14:24:53 +02:00
|
|
|
%posttrans
|
|
|
|
%{?regenerate_initrd_posttrans}
|
|
|
|
|
2008-05-01 15:03:59 +02:00
|
|
|
%preun
|
2016-05-11 05:42:15 +02:00
|
|
|
%service_del_preun blk-availability.service lvm2-monitor.service lvm2-lvmetad.service
|
2006-12-18 14:01:39 +01:00
|
|
|
|
|
|
|
%postun
|
2008-05-01 15:03:59 +02:00
|
|
|
/sbin/ldconfig
|
2015-12-17 04:23:36 +01:00
|
|
|
%{?regenerate_initrd_post}
|
2015-02-11 14:05:50 +01:00
|
|
|
%service_del_postun blk-availability.service lvm2-monitor.service lvm2-lvmetad.service
|
2008-05-01 15:03:59 +02:00
|
|
|
|
2016-05-11 05:42:15 +02:00
|
|
|
%post -n %{applib} -p /sbin/ldconfig
|
|
|
|
%postun -n %{applib} -p /sbin/ldconfig
|
|
|
|
%post -n %{cmdlib} -p /sbin/ldconfig
|
|
|
|
%postun -n %{cmdlib} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n %{applib}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/liblvm2app.so.*
|
|
|
|
|
|
|
|
%files -n %{cmdlib}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/liblvm2cmd.so.*
|
|
|
|
|
2006-12-18 14:01:39 +01:00
|
|
|
%files
|
2007-02-11 18:51:08 +01:00
|
|
|
%defattr(-,root,root)
|
2012-10-23 19:40:13 +02:00
|
|
|
%doc README WHATS_NEW doc/*
|
2014-12-12 11:19:37 +01:00
|
|
|
%dir %{_sysconfdir}/lvm
|
|
|
|
%dir %{_sysconfdir}/lvm/cache
|
2016-05-11 05:42:15 +02:00
|
|
|
%dir %{_sysconfdir}/lvm/profile
|
2014-12-12 11:19:37 +01:00
|
|
|
%ghost %{_sysconfdir}/lvm/cache/.cache
|
2016-05-11 05:42:15 +02:00
|
|
|
%config %{_sysconfdir}/lvm/profile/*.profile
|
|
|
|
%config %{_sysconfdir}/lvm/lvmlocal.conf
|
2013-02-23 08:33:01 +01:00
|
|
|
%{_udevdir}/rules.d/11-dm-lvm.rules
|
2013-08-26 13:12:14 +02:00
|
|
|
%{_udevdir}/rules.d/69-dm-lvm-metad.rules
|
|
|
|
%{_unitdir}/blk-availability.service
|
|
|
|
%{_unitdir}/lvm2-monitor.service
|
|
|
|
%{_unitdir}/lvm2-lvmetad.socket
|
|
|
|
%{_unitdir}/lvm2-lvmetad.service
|
2014-09-25 10:31:10 +02:00
|
|
|
%{_unitdir}/lvm2-pvscan@.service
|
2016-05-11 05:42:15 +02:00
|
|
|
%{_libexecdir}/systemd/system-generators/lvm2-activation-generator
|
2013-09-11 11:38:23 +02:00
|
|
|
%{_tmpfilesdir}/lvm2.conf
|
2015-01-30 13:51:05 +01:00
|
|
|
%config(noreplace) %{_sysconfdir}/lvm/lvm.conf
|
2016-05-11 05:42:15 +02:00
|
|
|
%{_sbindir}/blkdeactivate
|
|
|
|
%{_sbindir}/fsadm
|
|
|
|
%{_sbindir}/lv*
|
|
|
|
%{_sbindir}/pv*
|
|
|
|
%{_sbindir}/vg*
|
2016-05-30 14:16:29 +02:00
|
|
|
/sbin/lv*
|
|
|
|
/sbin/pv*
|
|
|
|
/sbin/vg*
|
2016-05-11 05:42:15 +02:00
|
|
|
%{_sbindir}/rcblk-availability
|
|
|
|
%{_sbindir}/rclvm2-lvmetad
|
|
|
|
%{_sbindir}/rclvm2-monitor
|
|
|
|
%dir %{_libdir}/device-mapper
|
|
|
|
%{_libdir}/device-mapper/libdevmapper-event-lvm2*.so
|
|
|
|
%{_libdir}/libdevmapper-event-lvm2*.so
|
|
|
|
%{_libdir}/libdevmapper-event-lvm2*.so.2.02
|
|
|
|
%{_libdir}/libdevmapper-event-lvm2.so
|
2017-01-10 10:43:13 +01:00
|
|
|
%{_mandir}/man5/lvm.conf.5%{ext_man}
|
|
|
|
%{_mandir}/man8/blkdeactivate.8%{ext_man}
|
|
|
|
%{_mandir}/man8/fsadm.8%{ext_man}
|
2016-05-11 05:42:15 +02:00
|
|
|
%{_mandir}/man8/lv*.8*
|
|
|
|
%{_mandir}/man8/pv*.8*
|
|
|
|
%{_mandir}/man8/vg*.8*
|
|
|
|
%{_mandir}/man7/lvm*.7*
|
|
|
|
%ghost %dir /run/lock/lvm
|
|
|
|
%ghost %dir /run/lvm
|
2014-01-23 11:23:46 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2016-05-11 05:42:15 +02:00
|
|
|
%{_includedir}/lvm2cmd.h
|
|
|
|
%{_includedir}/lvm2app.h
|
|
|
|
%{_libdir}/pkgconfig/lvm2app.pc
|
|
|
|
%{_libdir}/liblvm2app.so
|
|
|
|
%{_libdir}/liblvm2cmd.so
|
2014-09-25 10:31:10 +02:00
|
|
|
|
2017-01-10 10:43:13 +01:00
|
|
|
%files testsuite
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datarootdir}/lvm2-testsuite/
|
|
|
|
%{_libexecdir}/lvm2-testsuite/
|
|
|
|
%{_bindir}/lvm2-testsuite
|
|
|
|
|
2007-02-25 23:31:28 +01:00
|
|
|
%changelog
|