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@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@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