From f1fe2ff040e70f1e20e07eab7b67cf19e60c4e01 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 06:33:07 +0100 Subject: [PATCH] automatic version update by autodist [release 2.03.15-1mamba;Sat Feb 12 2022] --- lvm2.spec | 56 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 31 insertions(+), 25 deletions(-) diff --git a/lvm2.spec b/lvm2.spec index 5b30809..518ddb2 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,35 +1,33 @@ %define gitver %(echo %version | tr . _) Name: lvm2 -Version: 2.02.187 +Version: 2.03.15 Release: 1mamba Summary: A userspace toolset that provides logical volume management facilities on Linux Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://sources.redhat.com/lvm2/ +URL: https://sourceware.org/git/lvm2.git Source: https://sourceware.org/git/lvm2.git/v%{gitver}/lvm2-%{version}.tar.bz2 -#Source: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz Patch0: lvm2-2.02.98-link-as-needed.patch Patch1: lvm2-2.02.114-udevadm_fix_path.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libaio-devel BuildRequires: libblkid-devel -BuildRequires: libpcre-devel BuildRequires: libreadline-devel BuildRequires: libselinux-devel -BuildRequires: libsepol-devel +BuildRequires: libsystemd-devel BuildRequires: libtermcap-devel BuildRequires: libudev-devel BuildRequires: libuuid-devel ## AUTOBUILDREQ-END Provides: device-mapper -Obsoletes: device-mapper +Obsoletes: device-mapper < 2.03.12 Requires: libdevmapper = %{?epoch:%epoch:}%{version}-%{release} Requires: thin-provisioning-tools %systemd_requires -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description LVM2 refers to a new userspace toolset that provides logical volume management facilities on Linux. @@ -42,7 +40,6 @@ Group: System/Libraries %description -n libdevmapper LVM2 refers to a new userspace toolset that provides logical volume management facilities on Linux. It is reasonably backwards-compatible with the original LVM toolset. - This package contains the device mapper shared library. %package -n libdevmapper-devel @@ -53,7 +50,6 @@ Requires: libdevmapper = %{?epoch:%epoch:}%{version}-%{release} %description -n libdevmapper-devel LVM2 refers to a new userspace toolset that provides logical volume management facilities on Linux. It is reasonably backwards-compatible with the original LVM toolset. - This package contains files needed to develop applications that use the device-mapper libraries. %package -n lib%{name} @@ -63,7 +59,6 @@ Group: System/Libraries %description -n lib%{name} LVM2 refers to a new userspace toolset that provides logical volume management facilities on Linux. It is reasonably backwards-compatible with the original LVM toolset. - This package contains files needed to develop applications that use the %{name} libraries. %package -n lib%{name}-devel @@ -74,7 +69,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} %description -n lib%{name}-devel LVM2 refers to a new userspace toolset that provides logical volume management facilities on Linux. It is reasonably backwards-compatible with the original LVM toolset. - This package contains files needed to develop applications that use the %{name} libraries. %debug_package @@ -91,7 +85,7 @@ This package contains files needed to develop applications that use the %{name} --enable-pkgconfig \ --enable-lvm1_fallback \ --enable-udev_sync \ - --with-udevdir=/lib/udev/rules.d \ + --with-udevdir=%{_udevrulesdir} \ --enable-dmeventd \ --enable-lvmetad \ --with-systemdsystemunitdir=%{_unitdir} \ @@ -146,20 +140,16 @@ This package contains files needed to develop applications that use the %{name} %dir %{_sysconfdir}/lvm/profile %{_sysconfdir}/lvm/profile/*.profile %{_sbindir}/* -/lib/udev/rules.d/10-dm.rules -/lib/udev/rules.d/11-dm-lvm.rules -/lib/udev/rules.d/13-dm-disk.rules -/lib/udev/rules.d/69-dm-lvm-metad.rules -/lib/udev/rules.d/95-dm-notify.rules +%{_udevrulesdir}/*.rules %{_tmpfilesdir}/lvm2.conf %{_unitdir}/blk-availability.service %{_unitdir}/dm-event.service %{_unitdir}/dm-event.socket -%{_unitdir}/lvm2-lvmetad.service -%{_unitdir}/lvm2-lvmetad.socket +#%{_unitdir}/lvm2-lvmetad.service +#%{_unitdir}/lvm2-lvmetad.socket %{_unitdir}/lvm2-monitor.service -%{_unitdir}/lvm2-pvscan@.service -/lib/systemd/system-generators/lvm2-activation-generator +#%{_unitdir}/lvm2-pvscan@.service +#%{_systemdgeneratordir}/lvm2-activation-generator %{_mandir}/man5/lvm.conf.5.* %{_mandir}/man7/lv*.7* %{_mandir}/man8/blkdeactivate.8* @@ -169,6 +159,7 @@ This package contains files needed to develop applications that use the %{name} %{_mandir}/man8/fsadm.8* %{_mandir}/man8/lv*.8* %{_mandir}/man8/pv*.8* +#%{_mandir}/man8/vdoimport.8* %{_mandir}/man8/vg*.8* %doc COPYING COPYING.LIB @@ -202,19 +193,34 @@ This package contains files needed to develop applications that use the %{name} %files -n lib%{name} %defattr(-,root,root) -%{_libdir}/liblvm2app.so.* +#%{_libdir}/liblvm2app.so.* %{_libdir}/liblvm2cmd.so.* %files -n lib%{name}-devel %defattr(-,root,root) -%{_includedir}/lvm2app.h +#%{_includedir}/lvm2app.h %{_includedir}/lvm2cmd.h -%{_libdir}/liblvm2app.so +#%{_libdir}/liblvm2app.so %{_libdir}/liblvm2cmd.so -%{_libdir}/pkgconfig/lvm2app.pc +#%{_libdir}/pkgconfig/lvm2app.pc #%doc README WHATS_NEW %changelog +* Sat Feb 12 2022 Automatic Build System 2.03.15-1mamba +- automatic version update by autodist + +* Sat Oct 23 2021 Automatic Build System 2.03.14-1mamba +- automatic version update by autodist + +* Sat Aug 28 2021 Silvan Calarco 2.03.13-1mamba +- update to 2.03.13 + +* Sat May 08 2021 Automatic Build System 2.03.12-1mamba +- automatic version update by autodist + +* Sat Feb 13 2021 Automatic Build System 2.03.11-1mamba +- automatic version update by autodist + * Thu May 21 2020 Silvan Calarco 2.02.187-1mamba - update to 2.02.187