public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. a33f4021f466013d38bcae35b18bf8a07b50a250
@ 2012-08-12 21:13 git
  0 siblings, 0 replies; only message in thread
From: git @ 2012-08-12 21:13 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 3380 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  a33f4021f466013d38bcae35b18bf8a07b50a250 (commit)
       via  36c5c701c2fbd01760b36bcc7e3d2221b6bbf84b (commit)
      from  028e459b5a98c541f22cb4bb78d6064ca9d1c4c0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a33f4021f466013d38bcae35b18bf8a07b50a250
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Aug 12 21:13:16 2012 +0000

    rrdtool: Update to 1.4.7.
    
    Create an extra package for the python bindings.

commit 36c5c701c2fbd01760b36bcc7e3d2221b6bbf84b
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Aug 12 21:12:30 2012 +0000

    openvswitch: Fix unit file.
    
    openvswitch got stuck when a switch has to be created
    at boot time because network.target was never reached.

-----------------------------------------------------------------------

Summary of changes:
 openvswitch/openvswitch.nm              |    2 +-
 openvswitch/systemd/openvswitch.service |    4 ++--
 rrdtool/rrdtool.nm                      |   14 ++++++++++++--
 3 files changed, 15 insertions(+), 5 deletions(-)

Difference in files:
diff --git a/openvswitch/openvswitch.nm b/openvswitch/openvswitch.nm
index 928d152..b4dfa3b 100644
--- a/openvswitch/openvswitch.nm
+++ b/openvswitch/openvswitch.nm
@@ -5,7 +5,7 @@
 
 name       = openvswitch
 version    = 1.7.0
-release    = 2
+release    = 3
 
 groups     = Networking/Tools
 url        = http://openvswitch.org/
diff --git a/openvswitch/systemd/openvswitch.service b/openvswitch/systemd/openvswitch.service
index 7aeae19..6186a8f 100644
--- a/openvswitch/systemd/openvswitch.service
+++ b/openvswitch/systemd/openvswitch.service
@@ -1,11 +1,11 @@
 [Unit]
 Description=Open vSwitch
-After=syslog.target network.target
+After=syslog.target
 
 [Service]
 Type=oneshot
 ExecStartPre=/usr/share/openvswitch/scripts/ovs-ctl enable-protocol --protocol=gre
-ExecStart=/usr/share/openvswitch/scripts/ovs-ctl --system-id=random start
+ExecStart=/usr/share/openvswitch/scripts/ovs-ctl --system-id=random start --delete-bridges
 ExecStop=/usr/share/openvswitch/scripts/ovs-ctl stop
 RemainAfterExit=yes
 
diff --git a/rrdtool/rrdtool.nm b/rrdtool/rrdtool.nm
index cbfb3d4..fbf994b 100644
--- a/rrdtool/rrdtool.nm
+++ b/rrdtool/rrdtool.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = rrdtool
-version    = 1.4.5
+version    = 1.4.7
 release    = 1
 
 groups     = Applications/Databases
@@ -60,12 +60,22 @@ end
 
 packages
 	package %{name}
-	end
 
 	package %{name}-libs
 		template LIBS
 	end
 
+	package python-%{name}
+		summary = Python bindings for rrdtool %{thisver}.
+		description = %{summary}
+
+		requires = %{name}-libs = %{thisver}
+
+		files
+			/usr/lib*/python*
+		end
+	end
+
 	package %{name}-devel
 		template DEVEL
 	end


hooks/post-receive
--
IPFire 3.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-12 21:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-12 21:13 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. a33f4021f466013d38bcae35b18bf8a07b50a250 git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox