From mboxrd@z Thu Jan  1 00:00:00 1970
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated.
 a33f4021f466013d38bcae35b18bf8a07b50a250
Date: Sun, 12 Aug 2012 23:13:48 +0200
Message-ID: <20120812211349.B03DA200B9@argus.ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3651487343039462064=="
List-Id: <ipfire-scm.lists.ipfire.org>

--===============3651487343039462064==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

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.
   =20
    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.
   =20
    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 @@
=20
 name       =3D openvswitch
 version    =3D 1.7.0
-release    =3D 2
+release    =3D 3
=20
 groups     =3D Networking/Tools
 url        =3D http://openvswitch.org/
diff --git a/openvswitch/systemd/openvswitch.service b/openvswitch/systemd/op=
envswitch.service
index 7aeae19..6186a8f 100644
--- a/openvswitch/systemd/openvswitch.service
+++ b/openvswitch/systemd/openvswitch.service
@@ -1,11 +1,11 @@
 [Unit]
 Description=3DOpen vSwitch
-After=3Dsyslog.target network.target
+After=3Dsyslog.target
=20
 [Service]
 Type=3Doneshot
 ExecStartPre=3D/usr/share/openvswitch/scripts/ovs-ctl enable-protocol --prot=
ocol=3Dgre
-ExecStart=3D/usr/share/openvswitch/scripts/ovs-ctl --system-id=3Drandom start
+ExecStart=3D/usr/share/openvswitch/scripts/ovs-ctl --system-id=3Drandom star=
t --delete-bridges
 ExecStop=3D/usr/share/openvswitch/scripts/ovs-ctl stop
 RemainAfterExit=3Dyes
=20
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 @@
 ############################################################################=
###
=20
 name       =3D rrdtool
-version    =3D 1.4.5
+version    =3D 1.4.7
 release    =3D 1
=20
 groups     =3D Applications/Databases
@@ -60,12 +60,22 @@ end
=20
 packages
 	package %{name}
-	end
=20
 	package %{name}-libs
 		template LIBS
 	end
=20
+	package python-%{name}
+		summary =3D Python bindings for rrdtool %{thisver}.
+		description =3D %{summary}
+
+		requires =3D %{name}-libs =3D %{thisver}
+
+		files
+			/usr/lib*/python*
+		end
+	end
+
 	package %{name}-devel
 		template DEVEL
 	end


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

--===============3651487343039462064==--