Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 250251 Details for
Bug 369761
device-mapper multilib problem on ppc (breaks lvm mirrors)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
separate subpackages patch to device-mapper.spec
device-mapper.spec.patch (text/plain), 2.70 KB, created by
Bryn M. Reeves
on 2007-11-07 15:33:23 UTC
(
hide
)
Description:
separate subpackages patch to device-mapper.spec
Filename:
MIME Type:
Creator:
Bryn M. Reeves
Created:
2007-11-07 15:33:23 UTC
Size:
2.70 KB
patch
obsolete
>--- device-mapper.spec 2007-11-07 15:29:48.000000000 +0000 >+++ device-mapper.spec.split 2007-11-07 15:30:43.000000000 +0000 >@@ -1,7 +1,7 @@ >-Summary: device mapper library >+Summary: Device mapper utility > Name: device-mapper > Version: 1.02.20 >-Release: 1%{?dist} >+Release: 1.0.bmr%{?dist} > License: GPL > Group: System Environment/Base > URL: http://sources.redhat.com/dm >@@ -13,8 +13,26 @@ BuildRequires: libselinux-devel, libsepo > %define _exec_prefix / > > %description >-This package contains the supporting userspace files (libdevmapper and >-dmsetup) for the device-mapper. >+This package contains the supporting userspace utility, dmsetup, >+for the kernel device-mapper. >+ >+%package devel >+Summary: Development libraries and headers for device-mapper >+Group: Development/Libraries >+Requires: %{name} = %{version}-%{release} >+Requires: %{name}-libs = %{version}-%{release} >+ >+%description devel >+This package contains files needed to develop applications that use >+the device-mapper libraries. >+ >+%package libs >+Summary: Device-mapper shared library >+Group: System Environment/Libraries >+Obsoletes: device-mapper < 1.02.20-1.0.bmr >+ >+%description libs >+This package contains the device-mapper shared library, libdevmapper. > > %prep > %setup -q -n %{name}.%{version} >@@ -33,27 +51,38 @@ rm -rf $RPM_BUILD_ROOT > %clean > rm -rf $RPM_BUILD_ROOT > >-%post -p /sbin/ldconfig >+%post libs -p /sbin/ldconfig > >-%postun -p /sbin/ldconfig >+%postun libs -p /sbin/ldconfig > > %files > %defattr(-,root,root,-) > %doc COPYING COPYING.LIB INSTALL INTRO README VERSION WHATS_NEW >-%{_libdir}/libdevmapper.so* >-%{_libdir}/libdevmapper.a* >-%{_libdir}/libdevmapper-event.so* >-%{_libdir}/libdevmapper-event.a* >+%attr(755,root,root) %{_sbindir}/dmsetup >+%attr(755,root,root) %{_sbindir}/dmsetup.static > %{_sbindir}/dmeventd >-%{_sbindir}/dmsetup >-%{_sbindir}/dmsetup.static >-%{_mandir}/*/* >+%{_mandir}/man8/dmsetup.8.gz >+ >+%files devel >+%defattr(-,root,root,-) >+%attr(755,root,root) %{_libdir}/libdevmapper.a* >+%attr(755,root,root) %{_libdir}/libdevmapper.so >+%attr(755,root,root) %{_libdir}/libdevmapper-event.a* >+%attr(755,root,root) %{_libdir}/libdevmapper-event.so > %{_includedir}/libdevmapper.h > %{_includedir}/libdevmapper-event.h > /usr/%{_lib}/pkgconfig/*.pc > >+%files libs >+%attr(755,root,root) %{_libdir}/libdevmapper.so.* >+%attr(755,root,root) %{_libdir}/libdevmapper-event.so.* > > %changelog >+* Wed Nov 7 2007 Bryn Reeves <breeves@redhat.com> - 1.02.20-1.0.bmr >+- Move shared library into a separate -libs package. >+- The -libs package Obsoletes pre-split packages. >+- Move some files into a separate -devel package. >+ > * Mon Jun 18 2007 Milan Broz <mbroz@redhat.com> - 1.02.20-1 > - Update to latest upstream release. > - Add tree-based and dependency fields to dmsetup reports.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 369761
: 250251