Bug 553161 - DBus support no longer enabled
Summary: DBus support no longer enabled
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: dnsmasq
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Patrick Laughton
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-01-07 09:55 UTC by Olivier Andrieu
Modified: 2010-02-16 13:22 UTC (History)
5 users (show)

Fixed In Version: 2.52-1.fc11
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-02-16 13:16:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Olivier Andrieu 2010-01-07 09:55:12 UTC
Description of problem:
DBus support is no longer enabled in latest update.

Version-Release number of selected component (if applicable):
dnsmasq-2.51-1.fc12.x86_64

Steps to Reproduce:
# dnsmasq -1 -k

dnsmasq: DBus not available: set HAVE_DBUS in src/config.h

Additional info:
The sed command in the .spec file that modifies the config.h doesn't look too good: the '*' need some escaping I'd say.

Comment 1 Paul P Komkoff Jr 2010-01-13 16:14:57 UTC
Yep, this is pretty confusing.
%{__perl} -pi -e 's|^/\* (#define HAVE_DBUS) \*/$|$1|g;' src/config.h

Comment 2 Olivier Andrieu 2010-01-14 15:35:45 UTC
or with sed:

sed -i 's|/\* #define HAVE_DBUS \*/|#define HAVE_DBUS|g' src/config.h

Comment 3 Itamar Reis Peixoto 2010-01-26 16:40:43 UTC
fixed here.

http://koji.fedoraproject.org/koji/buildinfo?buildID=153129

should I push an update for F-12 and F-11 ?

Comment 4 Fedora Update System 2010-01-26 17:33:49 UTC
dnsmasq-2.52-1.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/dnsmasq-2.52-1.fc12

Comment 5 Fedora Update System 2010-01-26 18:58:31 UTC
dnsmasq-2.52-1.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/dnsmasq-2.52-1.fc11

Comment 6 Fedora Update System 2010-01-28 00:57:33 UTC
dnsmasq-2.52-1.fc11 has been pushed to the Fedora 11 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update dnsmasq'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2010-1152

Comment 7 Fedora Update System 2010-01-28 00:59:39 UTC
dnsmasq-2.52-1.fc12 has been pushed to the Fedora 12 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update dnsmasq'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-1160

Comment 8 Fedora Update System 2010-02-16 13:15:51 UTC
dnsmasq-2.52-1.fc12 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2010-02-16 13:22:13 UTC
dnsmasq-2.52-1.fc11 has been pushed to the Fedora 11 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.