new upstream with minor fixes and tmpfiles dirs
This commit is contained in:
parent
855bf89245
commit
9682ee1aed
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/LVM2.2.02.90.tgz
|
/LVM2.2.02.90.tgz
|
||||||
/LVM2.2.02.91.tgz
|
/LVM2.2.02.91.tgz
|
||||||
/LVM2.2.02.92.tgz
|
/LVM2.2.02.92.tgz
|
||||||
|
/LVM2.2.02.93.tgz
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
|
||||||
|
|
||||||
iD8DBQBPQq8yIoGRwVZ+LBcRAnpTAJ9s3S/AL1S0YeDR2PYu63l3VtKhXACfR0/W
|
|
||||||
qLwf5jzbwGxEKPvYOzmGHUQ=
|
|
||||||
=Vc+8
|
|
||||||
-----END PGP SIGNATURE-----
|
|
7
LVM2.2.02.93.tgz.asc
Normal file
7
LVM2.2.02.93.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||||
|
|
||||||
|
iD8DBQBPRoXaIoGRwVZ+LBcRAnNFAJwJuflQR3IRiqjo+hvAJQ320gczjgCgtflF
|
||||||
|
WTVEVDD4J+esY9db/OKZsII=
|
||||||
|
=WhRc
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,2 +0,0 @@
|
|||||||
D /var/lock/lvm 0700 root root -
|
|
||||||
D /var/run/lvm 0700 root root -
|
|
19
lvm2.spec
19
lvm2.spec
@ -1,4 +1,4 @@
|
|||||||
%define device_mapper_version 1.02.71
|
%define device_mapper_version 1.02.72
|
||||||
|
|
||||||
%define enable_thin 0
|
%define enable_thin 0
|
||||||
%define enable_cluster 1
|
%define enable_cluster 1
|
||||||
@ -65,15 +65,12 @@
|
|||||||
|
|
||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
Version: 2.02.92
|
Version: 2.02.93
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sources.redhat.com/lvm2
|
URL: http://sources.redhat.com/lvm2
|
||||||
Source0: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
|
Source0: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
|
||||||
%if %{enable_systemd}
|
|
||||||
Source1: %{name}-tmpfiles.conf
|
|
||||||
%endif
|
|
||||||
Patch0: lvm2-set-default-preferred_names.patch
|
Patch0: lvm2-set-default-preferred_names.patch
|
||||||
|
|
||||||
BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel
|
BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel
|
||||||
@ -145,8 +142,7 @@ make install_system_dirs DESTDIR=$RPM_BUILD_ROOT
|
|||||||
make install_initscripts DESTDIR=$RPM_BUILD_ROOT
|
make install_initscripts DESTDIR=$RPM_BUILD_ROOT
|
||||||
%if %{enable_systemd}
|
%if %{enable_systemd}
|
||||||
make install_systemd_units DESTDIR=$RPM_BUILD_ROOT
|
make install_systemd_units DESTDIR=$RPM_BUILD_ROOT
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d
|
make install_tmpfiles_configuration DESTDIR=$RPM_BUILD_ROOT
|
||||||
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/tmpfiles.d/%{name}.conf
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -631,6 +627,15 @@ the device-mapper event library.
|
|||||||
/usr%{_libdir}/pkgconfig/devmapper-event.pc
|
/usr%{_libdir}/pkgconfig/devmapper-event.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 23 2012 Alasdair Kergon <agk@redhat.com> - 2.02.93-1
|
||||||
|
- Moved systemd tmpfiles installation upstream for lvm2 lock and run dirs.
|
||||||
|
- Require number of stripes to be greater than parity devices in higher RAID.
|
||||||
|
- Fix allocation code to allow replacement of single RAID 4/5/6 device.
|
||||||
|
- Check all tags and LV names are in a valid form before writing any metadata.
|
||||||
|
- Allow 'lvconvert --repair' to operate on RAID 4/5/6.
|
||||||
|
- Fix build_parallel_areas_from_lv to account correctly for raid parity devices.
|
||||||
|
- Print message when faulty raid devices have been replaced.
|
||||||
|
|
||||||
* Mon Feb 20 2012 Alasdair Kergon <agk@redhat.com> - 2.02.92-1
|
* Mon Feb 20 2012 Alasdair Kergon <agk@redhat.com> - 2.02.92-1
|
||||||
- Read dmeventd monitoring config settings for every lvm command.
|
- Read dmeventd monitoring config settings for every lvm command.
|
||||||
- For thin devices, initialize monitoring only for thin pools not thin volumes.
|
- For thin devices, initialize monitoring only for thin pools not thin volumes.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
7602eb1cd493b001d4ef46ff50ddd1c6 LVM2.2.02.92.tgz
|
4d995eb712e58e95d3a4945a8379fc99 LVM2.2.02.93.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user