|
@@ -9,7 +9,7 @@ Summary: Userland logical volume management tools
|
|
Summary(ja): 論理ボリューム管理ツール
|
|
Summary(ja): 論理ボリューム管理ツール
|
|
Name: lvm2
|
|
Name: lvm2
|
|
Version: %{lvm_version}
|
|
Version: %{lvm_version}
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
URL: http://sources.redhat.com/lvm2
|
|
URL: http://sources.redhat.com/lvm2
|
|
@@ -19,6 +19,8 @@ Patch0: lvm2-set-default-preferred_names.patch
|
|
Patch2: lvm2-remove-mpath-device-handling-from-udev-rules.patch
|
|
Patch2: lvm2-remove-mpath-device-handling-from-udev-rules.patch
|
|
Patch10: libdevmapper-static.patch
|
|
Patch10: libdevmapper-static.patch
|
|
|
|
|
|
|
|
+Patch20: lvm2-2.02.107-fix-dupliate-const.patch
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{lvm_version}-%{release}-buildroot
|
|
BuildRoot: %{_tmppath}/%{name}-%{lvm_version}-%{release}-buildroot
|
|
BuildRequires: libtermcap-devel
|
|
BuildRequires: libtermcap-devel
|
|
BuildRequires: ncurses-devel
|
|
BuildRequires: ncurses-devel
|
|
@@ -177,6 +179,8 @@ the device-mapper event library.
|
|
%patch2 -p1
|
|
%patch2 -p1
|
|
%patch10 -p1
|
|
%patch10 -p1
|
|
|
|
|
|
|
|
+%patch20 -p1
|
|
|
|
+
|
|
%build
|
|
%build
|
|
%define _exec_prefix /
|
|
%define _exec_prefix /
|
|
%define _bindir /bin
|
|
%define _bindir /bin
|
|
@@ -445,6 +449,9 @@ fi
|
|
/usr%{_libdir}/pkgconfig/devmapper-event.pc
|
|
/usr%{_libdir}/pkgconfig/devmapper-event.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Jul 14 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 2.02.107-1
|
|
|
|
+- add patch20 to fix duplicate 'const' in libdevmapper.h
|
|
|
|
+
|
|
* Mon Jul 07 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 2.02.107-1
|
|
* Mon Jul 07 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 2.02.107-1
|
|
- update to 2.02.107
|
|
- update to 2.02.107
|
|
|
|
|