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 174581 Details for
Bug 255601
multilib dbus breaks
[?]
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]
split dbus into dbus and dbus-libs
dbus-split.patch (text/plain), 2.34 KB, created by
drago01
on 2007-08-27 21:26:37 UTC
(
hide
)
Description:
split dbus into dbus and dbus-libs
Filename:
MIME Type:
Creator:
drago01
Created:
2007-08-27 21:26:37 UTC
Size:
2.34 KB
patch
obsolete
>Index: dbus.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/dbus/devel/dbus.spec,v >retrieving revision 1.125 >diff -u -r1.125 dbus.spec >--- dbus.spec 2 Aug 2007 05:06:53 -0000 1.125 >+++ dbus.spec 27 Aug 2007 21:24:58 -0000 >@@ -8,11 +8,11 @@ > Summary: D-BUS message bus > Name: dbus > Version: 1.1.2 >-Release: 2%{?dist} >+Release: 3%{?dist} > URL: http://www.freedesktop.org/software/dbus/ > Source0: http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz > Source1: doxygen_to_devhelp.xsl >-License: AFL/GPL >+License: GPLv2+ or AFL > Group: System Environment/Libraries > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > PreReq: /usr/sbin/useradd >@@ -43,6 +43,14 @@ > used both for the systemwide message bus service, and as a > per-user-login-session messaging facility. > >+%package libs >+Summary: Libraries for accessing D-BUS >+Group: Development/Libraries >+Requires: %name = %{version}-%{release} >+ >+%description libs >+Lowlevel libraries for accessing D-BUS >+ > %package devel > Summary: Libraries and headers for D-BUS > Group: Development/Libraries >@@ -124,8 +132,9 @@ > /usr/sbin/useradd -c 'System message bus' -u %{dbus_user_uid} \ > -s /sbin/nologin -r -d '/' dbus 2> /dev/null || : > >+%post libs -p /sbin/ldconfig >+ > %post >-/sbin/ldconfig > /sbin/chkconfig --add messagebus > /sbin/chkconfig messagebus resetpriorities > >@@ -134,8 +143,7 @@ > /sbin/chkconfig --del messagebus > fi > >-%postun >-/sbin/ldconfig >+%postun libs -p /sbin/ldconfig > > %files > %defattr(-,root,root) >@@ -154,7 +162,6 @@ > /bin/dbus-cleanup-sockets > /bin/dbus-monitor > /bin/dbus-uuidgen >-/%{_lib}/*dbus-1*.so.* > %{_datadir}/man/man*/dbus-cleanup-sockets.1.gz > %{_datadir}/man/man*/dbus-daemon.1.gz > %{_datadir}/man/man*/dbus-monitor.1.gz >@@ -168,6 +175,11 @@ > # behind these permissions > %attr(4750,root,dbus) /%{_lib}/dbus-1/dbus-daemon-launch-helper > >+ >+%files libs >+%defattr(-,root,root,-) >+/%{_lib}/*dbus-1*.so.* >+ > %files x11 > %defattr(-,root,root) > >@@ -185,6 +197,10 @@ > %{_datadir}/devhelp/books/dbus > > %changelog >+* Mon Aug 27 2007 Adel Gadllah <adel.gadllah@gmail.com> - 1.1.2-3 >+- Add libs to a libs subpackage >+- Update license tag >+ > * Wed Aug 01 2007 David Zeuthen <davidz@redhat.com> - 1.1.2-2%{?dist} > - Move system bus activation helper to /{lib,lib64}/dbus-1. Also set > the correct mode and permissions.
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 255601
: 174581