Blame device-mapper.spec

cvsdist 01d4c1f
Summary: device mapper library
cvsdist 01d4c1f
Name: device-mapper
e2fb10b
Version: 1.01.01
e2fb10b
Release: 1.0
cvsdist 01d4c1f
License: GPL
cvsdist 01d4c1f
Group: System Environment/Base
cvsdist 5f18d3c
URL: http://sources.redhat.com/dm
cvsdist 01d4c1f
Source0: %{name}.%{version}.tgz
cvsdist 01d4c1f
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
187338e
BuildRequires: libselinux-devel
cvsdist 01d4c1f
cvsdist 5f18d3c
%define _exec_prefix /
cvsdist 5f18d3c
cvsdist 01d4c1f
%description
cvsdist 01d4c1f
This package contains the supporting userspace files (libdevmapper and
cvsdist 01d4c1f
dmsetup) for the device-mapper.
cvsdist 01d4c1f
cvsdist 01d4c1f
%prep
cvsdist 01d4c1f
%setup -q -n %{name}.%{version}
cvsdist 01d4c1f
cvsdist 01d4c1f
%build
71da424
%configure --enable-static_link --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660
cvsdist 01d4c1f
make
cvsdist 01d4c1f
cvsdist 01d4c1f
%install
cvsdist 01d4c1f
rm -rf $RPM_BUILD_ROOT
cvsdist 01d4c1f
%makeinstall
cvsdist 01d4c1f
cvsdist 01d4c1f
%clean
cvsdist 01d4c1f
rm -rf $RPM_BUILD_ROOT
cvsdist 01d4c1f
cvsdist 01d4c1f
%post -p /sbin/ldconfig
cvsdist 01d4c1f
cvsdist 01d4c1f
%postun -p /sbin/ldconfig
cvsdist 01d4c1f
cvsdist 01d4c1f
%files
cvsdist 01d4c1f
%defattr(-,root,root,-)
cvsdist 5f18d3c
%doc COPYING COPYING.LIB INSTALL INTRO README VERSION WHATS_NEW
cvsdist 5f18d3c
%{_libdir}/libdevmapper.so*
cvsdist 5f18d3c
%{_libdir}/libdevmapper.a*
cvsdist 5f18d3c
%{_sbindir}/dmsetup
cvsdist 5f18d3c
%{_sbindir}/dmsetup.static
cvsdist 01d4c1f
%{_mandir}/*/*
cvsdist 01d4c1f
%{_includedir}/libdevmapper.h
cvsdist 01d4c1f
cvsdist 01d4c1f
cvsdist 01d4c1f
%changelog
e2fb10b
* Tue Mar 29 2005 Alasdair Kergon <agk@redhat.com> - 1.01.01-1.0
e2fb10b
- Update dmsetup man page.
e2fb10b
- Replicate devmap_name output with dmsetup info -c --noheadings -o name.
e2fb10b
37b8c66
* Fri Mar 04 2005 Alasdair Kergon <agk@redhat.com> - 1.01.00-1.1
37b8c66
- Rebuild requested for gcc update.
37b8c66
16334c2
* Mon Jan 17 2005 Alasdair Kergon <agk@redhat.com> - 1.01.00-1
16334c2
- Update lib interface to make open_count optional.
16334c2
a76cd94
* Fri Jan 7 2005 Alasdair Kergon <agk@redhat.com> - 1.00.21-1
a76cd94
- Fix (harmless) unintended warning messages.
a76cd94
71da424
* Thu Jan 6 2005 Alasdair Kergon <agk@redhat.com> - 1.00.20-1
71da424
- Minor fixes and updates - see WHATS_NEW.
71da424
187338e
* Fri Sep 17 2004 Alasdair Kergon <agk@redhat.com> - 1.00.19-2
187338e
- Missing BuildRequires. [bz 121133]
187338e
cvsdist ef4071e
* Sat Jul 3 2004 Alasdair Kergon <agk@redhat.com> - 1.00.19-1
cvsdist ef4071e
- New upstream release fixes device numbers for 2.6 kernels.
cvsdist ef4071e
cvsdist 61a13bd
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 61a13bd
- rebuilt
cvsdist 61a13bd
cvsdist 50dc396
* Wed May 26 2004 Alasdair Kergon <agk@redhat.com> - 1.00.17-2
cvsdist 50dc396
- Fix is_selinux_enabled() test
cvsdist 50dc396
cvsdist 50dc396
* Mon Apr 19 2004 Alasdair Kergon <agk@redhat.com> - 1.00.17-1
cvsdist 50dc396
- Fix non-root build with current version of 'install'.
cvsdist 50dc396
- Incorporate last two selinux patches into tarball.
cvsdist 50dc396
cvsdist 5f18d3c
* Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> - 1.00.14-3
cvsdist 5f18d3c
- fix linking against libselinux on x86-64
cvsdist 5f18d3c
cvsdist 5f18d3c
* Thu Apr 15 2004 Jeremy Katz <katzj@redhat.com> - 1.00.14-2
cvsdist 5f18d3c
- don't error out if we get ENOTSUP setting the context
cvsdist 5f18d3c
cvsdist 5f18d3c
* Tue Apr 06 2004 Alasdair Kergon <agk@redhat.com> 1.00.14-1
cvsdist 5f18d3c
- Fix static selinux build.
cvsdist 5f18d3c
cvsdist 5f18d3c
* Tue Apr 06 2004 Alasdair Kergon <agk@redhat.com> 1.00.13-1
cvsdist 5f18d3c
- Set selinux context when doing mknod.
cvsdist 5f18d3c
cvsdist 5f18d3c
* Mon Apr 05 2004 Alasdair Kergon <agk@redhat.com> 1.00.11-1
cvsdist 5f18d3c
- Cleanup build process. Add features: dmsetup targets, event_nr support.
cvsdist 5f18d3c
cvsdist 12cace8
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 12cace8
- rebuilt
cvsdist 12cace8
cvsdist 12cace8
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 12cace8
- rebuilt
cvsdist 12cace8
cvsdist 01d4c1f
* Fri Dec  5 2003 Jeremy Katz <katzj@redhat.com> 1.00.07-2
cvsdist 01d4c1f
- add static lib
cvsdist 01d4c1f
cvsdist 01d4c1f
* Tue Dec  2 2003 Jeremy Katz <katzj@redhat.com> 1.00.07-1
cvsdist 01d4c1f
- Initial build.
cvsdist 01d4c1f