[qpid-dispatch] Fixed path to configuration in qpid-dispatch.service file.

Darryl L. Pierce mcpierce at fedoraproject.org
Wed Feb 5 14:53:42 UTC 2014


commit 7978b8179996d980bc3166bcef418bca55004457
Author: Darryl L. Pierce <mcpierce at gmail.com>
Date:   Wed Feb 5 09:54:05 2014 -0500

    Fixed path to configuration in qpid-dispatch.service file.
    
    - Added requires from qpid-dispatch-tools to python-qpid-proton.

 ...O-JIRA-Systemd-control-file-for-qdrouterd.patch |    8 ++++----
 qpid-dispatch.spec                                 |    7 ++++++-
 2 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/01-NO-JIRA-Systemd-control-file-for-qdrouterd.patch b/01-NO-JIRA-Systemd-control-file-for-qdrouterd.patch
index 9f72e4f..d4957c8 100644
--- a/01-NO-JIRA-Systemd-control-file-for-qdrouterd.patch
+++ b/01-NO-JIRA-Systemd-control-file-for-qdrouterd.patch
@@ -1,7 +1,7 @@
-From b9c69fc10a48a8788a4ef3b31d914561ce0e2f1e Mon Sep 17 00:00:00 2001
+From 819c61976aee7254246896698a021e7a9c8131a4 Mon Sep 17 00:00:00 2001
 From: "Darryl L. Pierce" <mcpierce at gmail.com>
 Date: Fri, 8 Nov 2013 10:29:28 -0500
-Subject: [PATCH 1/3] NO-JIRA: Systemd control file for qdrouterd.
+Subject: [PATCH] NO-JIRA: Systemd control file for qdrouterd.
 
 ---
  etc/qdrouterd.service | 12 ++++++++++++
@@ -10,7 +10,7 @@ Subject: [PATCH 1/3] NO-JIRA: Systemd control file for qdrouterd.
 
 diff --git a/etc/qdrouterd.service b/etc/qdrouterd.service
 new file mode 100644
-index 0000000..e846bf9
+index 0000000..441461d
 --- /dev/null
 +++ b/etc/qdrouterd.service
 @@ -0,0 +1,12 @@
@@ -22,7 +22,7 @@ index 0000000..e846bf9
 +User=qpidd
 +Group=qpidd
 +Type=simple
-+ExecStart=/usr/sbin/qdrouterd -c /etc/qpid/qdrouterd.conf
++ExecStart=/usr/sbin/qdrouterd -c /etc/qpid-dispatch/qdrouterd.conf
 +
 +[Install]
 +WantedBy=multi-user.target
diff --git a/qpid-dispatch.spec b/qpid-dispatch.spec
index 2efaba8..c16018f 100644
--- a/qpid-dispatch.spec
+++ b/qpid-dispatch.spec
@@ -5,7 +5,7 @@
 
 Name:          qpid-dispatch
 Version:       0.1
-Release:       3%{?dist}
+Release:       4%{?dist}
 Summary:       Dispatch router for Qpid
 License:       ASL 2.0
 URL:           http://qpid.apache.org/
@@ -169,6 +169,7 @@ BuildArch: noarch
 
 %package tools
 Summary: Tools for the Qpid Dispatch router
+Requires: python-qpid-proton
 
 
 %description tools
@@ -233,6 +234,10 @@ install -pm 644 %{_builddir}/qpid-dispatch-%{version}/etc/qpid-dxrouterd \
 
 
 %changelog
+* Wed Feb  5 2014 Darryl L. Pierce <dpierce at redhat.com> - 0.1-4
+- Fixed path to configuration in qpid-dispatch.service file.
+- Added requires from qpid-dispatch-tools to python-qpid-proton.
+
 * Thu Jan 30 2014 Darryl L. Pierce <dpierce at redhat.com> - 0.1-3
 - Fix build system to not discard CFLAGS provided by Fedora
 - Resolves: BZ#1058448


More information about the scm-commits mailing list