suppress some new compiler messages
This commit is contained in:
parent
50832f79ed
commit
1bade56056
@ -1,11 +1,12 @@
|
|||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
Version: 2.01.07
|
Version: 2.01.07
|
||||||
Release: 1.0
|
Release: 1.1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sources.redhat.com/lvm2
|
URL: http://sources.redhat.com/lvm2
|
||||||
Source0: LVM2.%{version}.tgz
|
Source0: LVM2.%{version}.tgz
|
||||||
|
Patch0: lvm2_compiler_fixes.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildRequires: device-mapper >= 1.01
|
BuildRequires: device-mapper >= 1.01
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
@ -29,6 +30,7 @@ or more physical volumes and creating one or more logical volumes
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n LVM2.%{version}
|
%setup -q -n LVM2.%{version}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-static_link --enable-readline --enable-lvm1_fallback --with-pool=internal --with-staticdir=/sbin --with-user= --with-group=
|
%configure --enable-static_link --enable-readline --enable-lvm1_fallback --with-pool=internal --with-staticdir=/sbin --with-user= --with-group=
|
||||||
@ -50,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%config(noreplace) /etc/lvm/lvm.conf
|
%config(noreplace) /etc/lvm/lvm.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.1
|
||||||
|
- Suppress some new compiler messages.
|
||||||
|
|
||||||
* Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.0
|
* Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.0
|
||||||
- Remove build directory from built-in path.
|
- Remove build directory from built-in path.
|
||||||
- Extra /dev scanning required for clustered operation.
|
- Extra /dev scanning required for clustered operation.
|
||||||
|
Loading…
Reference in New Issue
Block a user