c10bed7ee3
files for detailed changelogs * Refresh patch cluster_support_mirrord_log.diff - Version update to 2.02.168 release, see WHATS_NEW and WHATS_NEW_DM files for detailed changelogs * Refresh patch cluster_support_mirrord_log.diff - Version update to 2.02.168 release, see WHATS_NEW and WHATS_NEW_DM files for detailed changelogs * Refresh patch cluster_support_mirrord_log.diff OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=161
265 lines
8.1 KiB
RPMSpec
265 lines
8.1 KiB
RPMSpec
#
|
|
# spec file for package device-mapper
|
|
#
|
|
# Copyright (c) 2016 SUSE LINUX 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/
|
|
#
|
|
|
|
|
|
### COMMON-DEF-BEGIN ###
|
|
%define lvm2_version 2.02.168
|
|
%define device_mapper_version 1.02.137
|
|
### COMMON-DEF-END ###
|
|
%define libname libdevmapper1_03
|
|
%define libname_event libdevmapper-event1_03
|
|
Name: device-mapper
|
|
Version: %{device_mapper_version}
|
|
Release: 0
|
|
Summary: Device Mapper Tools
|
|
License: GPL-2.0+ and LGPL-2.1+
|
|
Group: System/Base
|
|
Url: http://www.sourceware.org/lvm2/
|
|
Source: ftp://sources.redhat.com/pub/lvm2/LVM2.%{lvm2_version}.tgz
|
|
Source1: ftp://sources.redhat.com/pub/lvm2/LVM2.%{lvm2_version}.tgz.asc
|
|
Source99: baselibs.conf
|
|
### COMMON-PATCH-BEGIN ###
|
|
# Upstream patches first
|
|
Patch1001: improve_probing.diff
|
|
Patch1002: no-inc-audit.diff
|
|
Patch1004: sys_mount_instead_linux_fs.diff
|
|
#suse
|
|
Patch1005: display-dm-name-for-lv-name.diff
|
|
Patch1006: device-mapper-type_punning.diff
|
|
#fate312248, patch6,7
|
|
Patch1007: make-mirror-legs-on-different-tag-pvs.patch
|
|
Patch1008: improve-mirror-legs-on-different-tag-pvs.patch
|
|
#fate#315092
|
|
Patch1009: cmirrord_improvment_performance.patch
|
|
#fate#314367, patch10,11
|
|
Patch1010: cluster_support_mirrord_log.diff
|
|
Patch1011: lvconvert-cluster-mirrored-disk-failed.patch
|
|
#forward-port from sle11
|
|
Patch1012: suppress_format1_size_warning.diff
|
|
Patch1013: pvmove_support_clustered_vg.diff
|
|
# Never upstream
|
|
Patch1014: cmirrord_remove_date_time_from_compilation.patch
|
|
#suse, bnc873538
|
|
Patch1015: fix-closedown-before-thread-finish.patch
|
|
#suse, bnc#870824
|
|
Patch1016: use-mirrortype-asdefault-whenclvmdrunning.patch
|
|
Patch1017: version-plugins-in-libdir.patch
|
|
Patch1018: dmeventd-fix-dso-name-wrong-compare.patch
|
|
Patch1019: lvm2-lvmetad.service-add-Also-lvm2-lvmetad.socket.patch
|
|
#suse, bnc#707253(also merged patch for bnc#479104)
|
|
Patch2000: device-mapper-dmsetup-export.patch
|
|
Patch2001: device-mapper-gcc-warnings.patch
|
|
Patch2002: device-mapper-link.patch
|
|
#suse, bnc#78902,bnc#789019,bnc#789020
|
|
Patch2003: udev_rules-update.diff
|
|
#suse, bnc#875233
|
|
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
|
|
# 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
|
|
### COMMON-PATCH-END ###
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: suse-module-tools
|
|
BuildRequires: thin-provisioning-tools >= 0.5.6
|
|
BuildRequires: pkgconfig(libselinux)
|
|
BuildRequires: pkgconfig(libsepol)
|
|
BuildRequires: pkgconfig(libudev)
|
|
BuildRequires: pkgconfig(systemd)
|
|
Requires: thin-provisioning-tools >= 0.5.6
|
|
Requires(post): coreutils
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
%{?systemd_requires}
|
|
|
|
%description
|
|
Programs and man pages for configuring and using the device mapper.
|
|
|
|
%package -n %{libname}
|
|
Summary: Library for device-mapper
|
|
Group: System/Libraries
|
|
Conflicts: %{name} < %{version}
|
|
|
|
%description -n %{libname}
|
|
Device mapper main shared library
|
|
|
|
%package -n %{libname_event}
|
|
Summary: Event library for device-mapper
|
|
Group: System/Libraries
|
|
Conflicts: %{name} < %{version}
|
|
|
|
%description -n %{libname_event}
|
|
Device mapper event daemon shared library
|
|
|
|
%package devel
|
|
Summary: Development package for the device mapper
|
|
Group: Development/Libraries/C and C++
|
|
Requires: %{libname_event} = %{device_mapper_version}
|
|
Requires: %{libname} = %{device_mapper_version}
|
|
Requires: device-mapper = %{device_mapper_version}
|
|
|
|
%description devel
|
|
Files needed for software development using the device mapper
|
|
|
|
%prep
|
|
%setup -q -n LVM2.%{lvm2_version}
|
|
### COMMON-PREP-BEGIN ###
|
|
%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
|
|
%patch1018 -p1
|
|
%patch1019 -p1
|
|
%patch2000 -p1
|
|
%patch2001 -p1
|
|
%patch2002 -p1
|
|
%patch2003 -p1
|
|
%patch2004 -p1
|
|
%patch2005 -p1
|
|
%patch2006 -p1
|
|
%patch2007 -p1
|
|
%patch2008 -p1
|
|
%patch2009 -p1
|
|
%patch2010 -p1
|
|
### COMMON-PREP-END ###
|
|
|
|
%build
|
|
extra_opts=""
|
|
### COMMON-CONFIG-BEGIN ###
|
|
export PATH=$PATH:/sbin:%{_prefix}/sbin
|
|
sed -ie "s/%{device_mapper_version}/1.03.01/g" VERSION_DM
|
|
%configure \
|
|
--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 ###
|
|
make %{?_smp_mflags} device-mapper
|
|
|
|
%install
|
|
make DESTDIR=%{buildroot} \
|
|
install_device-mapper \
|
|
install_systemd_units install_systemd_generators
|
|
|
|
ln -s service %{buildroot}/%{_sbindir}/rcdm-event
|
|
|
|
# provide 1.02 compat links for the shared libraries
|
|
# this is needed for various binary packages
|
|
ln -s libdevmapper.so.1.03 %{buildroot}/%{_libdir}/libdevmapper.so.1.02
|
|
ln -s libdevmapper-event.so.1.03 %{buildroot}/%{_libdir}/libdevmapper-event.so.1.02
|
|
|
|
# remove blkd, will be in lvm2 proper
|
|
# without force on purpose to detect changes and fail if it happens
|
|
rm %{buildroot}%{_sbindir}/blkdeactivate
|
|
rm %{buildroot}%{_unitdir}/blk-availability.service
|
|
rm %{buildroot}%{_unitdir}/lvm2-monitor.service
|
|
rm %{buildroot}%{_mandir}/man8/blkdeactivate.8
|
|
rm %{buildroot}%{_mandir}/man8/lvm2-activation-generator.8
|
|
|
|
# compat symlinks in /sbin remove with Leap 43
|
|
mkdir -p %{buildroot}/sbin
|
|
ln -s %{_sbindir}/dmsetup %{buildroot}/sbin/dmsetup
|
|
|
|
%post
|
|
%service_add_post dm-event.service dm-event.socket
|
|
%{?regenerate_initrd_post}
|
|
|
|
%posttrans
|
|
%{?regenerate_initrd_posttrans}
|
|
|
|
%pre
|
|
%service_add_pre dm-event.service dm-event.socket
|
|
|
|
%preun
|
|
%service_del_preun dm-event.service dm-event.socket
|
|
|
|
%postun
|
|
%service_del_postun dm-event.service dm-event.socket
|
|
%{?regenerate_initrd_post}
|
|
|
|
%post -n %{libname} -p /sbin/ldconfig
|
|
%postun -n %{libname} -p /sbin/ldconfig
|
|
%post -n %{libname_event} -p /sbin/ldconfig
|
|
%postun -n %{libname_event} -p /sbin/ldconfig
|
|
|
|
%files -n %{libname}
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libdevmapper.so.1.03
|
|
%{_libdir}/libdevmapper.so.1.02
|
|
|
|
%files -n %{libname_event}
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libdevmapper-event.so.1.03
|
|
%{_libdir}/libdevmapper-event.so.1.02
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc COPYING COPYING.LIB README
|
|
%doc udev/12-dm-permissions.rules
|
|
/sbin/dmsetup
|
|
%{_sbindir}/dmsetup
|
|
%{_sbindir}/dmeventd
|
|
%{_sbindir}/dmstats
|
|
%{_mandir}/man8/dmstats.8.*
|
|
%{_mandir}/man8/dmsetup.8.*
|
|
%{_mandir}/man8/dmeventd.8.*
|
|
%{_udevrulesdir}/10-dm.rules
|
|
%{_udevrulesdir}/13-dm-disk.rules
|
|
%{_udevrulesdir}/95-dm-notify.rules
|
|
%{_unitdir}/dm-event.socket
|
|
%{_sbindir}/rcdm-event
|
|
%{_unitdir}/dm-event.service
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libdevmapper.so
|
|
%{_libdir}/libdevmapper-event.so
|
|
%{_includedir}/libdevmapper*.h
|
|
%{_libdir}/pkgconfig/devmapper*.pc
|
|
|
|
%changelog
|