public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
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	[thread overview]
Message-ID: <20120812211349.B03DA200B9@argus.ipfire.org> (raw)

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

                 reply	other threads:[~2012-08-12 21:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120812211349.B03DA200B9@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox