[Et-mgmt-commits-list] [SCM] virt-factory branch, master now at 829a41fd3f0f6d5a212d9a187c29d17c13fdb321

Adrian Likins alikins at redhat.com
Tue May 29 18:46:46 UTC 2007


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  829a41fd3f0f6d5a212d9a187c29d17c13fdb321 (commit)
      from  99c10e0e0b2273c4b356da4ed6f266f7a135df96 (commit)

- Log -----------------------------------------------------------------
commit 829a41fd3f0f6d5a212d9a187c29d17c13fdb321
Author: Adrian Likins <alikins at grimlock.devel.redhat.com>
Date:   Tue May 29 14:38:47 2007 -0400

    bump rev
    updated spec and setup for code refactor
-----------------------------------------------------------------------

Diffstat:
 common/busrpc/busrpc.spec |    7 +++----
 common/busrpc/setup.py    |   10 +++++-----
 common/busrpc/version     |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/common/busrpc/busrpc.spec b/common/busrpc/busrpc.spec
index 12128ed..a91ae91 100644
--- a/common/busrpc/busrpc.spec
+++ b/common/busrpc/busrpc.spec
@@ -37,11 +37,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
 %config(noreplace) /etc/busrpc/amqp.0-8.xml
 %config(noreplace) /etc/busrpc/test.conf
 %dir %{python_sitelib}/busrpc
-%dir %{python_sitelib}/busrpc/local
-%dir %{python_sitelib}/busrpc/remote
 %{python_sitelib}/busrpc/*.py*
-%{python_sitelib}/busrpc/local/*.py*
-%{python_sitelib}/busrpc/remote/*.py*
 %dir /var/log/busrpc
 
 
@@ -49,6 +45,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
 %preun
 
 %changelog
+* Tue May 29 2007 Adrian Likins <alikins at redhat.com> - 0.0.1-2
+- code got refactored, update spec
+
 * Thu May 17 2007 Adrian Likins <alikins at redhat.com> - 0.0.1-1
 - inital release
 
diff --git a/common/busrpc/setup.py b/common/busrpc/setup.py
index 3d4f536..07673bf 100644
--- a/common/busrpc/setup.py
+++ b/common/busrpc/setup.py
@@ -26,12 +26,12 @@ if __name__ == "__main__":
                 url = "http://%s.et.redhat.com/" % NAME,
                 license = "GPL",
 		scripts = ["scripts/start-bridge"],
-		package_dir = {"busrpc/": "",
+		package_dir = {"busrpc/": "",},
 #			       "busrpc/local/": "local/",
-			       "busrpc/remote/": "remote/",},
-		packages = ["busrpc",
-			    "busrpc/local",
-			    "busrpc/remote"],
+#			       "busrpc/remote/": "remote/",},
+		packages = ["busrpc",],
+#			    "busrpc/local",
+#			    "busrpc/remote"],
                 data_files = [(etcpath, ["configs/system-local.conf",
 			        	      "configs/test.conf",
 					      "configs/amqp.0-8.xml"]),
diff --git a/common/busrpc/version b/common/busrpc/version
index d758a95..9f89c70 100644
--- a/common/busrpc/version
+++ b/common/busrpc/version
@@ -1 +1 @@
-0.0.1 1
+0.0.1 2 

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  99c10e0e0b2273c4b356da4ed6f266f7a135df96 \
  829a41fd3f0f6d5a212d9a187c29d17c13fdb321




More information about the Et-mgmt-commits-list mailing list