Hello community, here is the log from the commit of package booth for openSUSE:Factory checked in at 2015-04-12 00:10:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/booth (Old) and /work/SRC/openSUSE:Factory/.booth.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "booth" Changes: -------- --- /work/SRC/openSUSE:Factory/booth/booth.changes 2015-02-18 20:36:52.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.booth.new/booth.changes 2015-04-12 00:10:40.000000000 +0200 @@ -1,0 +2,20 @@ +Thu Apr 09 14:45:37 UTC 2015 - opensuse-packaging@opensuse.org + +- Update to version v0.2.0_50_g03bdf8a: + + build: update spec, doc, add AUTHORS + + doc: add sample pacemaker configuration to the testing README + + spec: skip the update procedure on new installations + + use subsecond timers internally + + ticket: allow finer resolution time in messages + + test: add sharedrsc OCF test RA + + raft: better control of term increment + + raft: ignore messages with invalid term (lower than already committed) + + booth-site: exit early in start if daemon cannot start + + raft: handle duplicate ticket release requests + + ticket: add -C option (wait for commit) + + ticket: restart elections after last candidate disappears + + contrib: add geo-cluster.fwd (suse firewall rules) + + ticket: ignore late MY_INDEX requests + + timer: round to seconds when converting from timeval + +------------------------------------------------------------------- New: ---- _servicedata ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ booth.spec ++++++ --- /var/tmp/diff_new_pack.EE6s8e/_old 2015-04-12 00:10:42.000000000 +0200 +++ /var/tmp/diff_new_pack.EE6s8e/_new 2015-04-12 00:10:42.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package booth # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -159,6 +159,8 @@ # this should be preun, but... %pre +# new installation? +test -x %{_sbindir}/booth || exit 0 # stop the arbitrator if it's the previous paxos version 1.0 if [ "`booth version | awk '{print $2}'`" = "1.0" ]; then echo "booth v0.1 found" @@ -186,5 +188,9 @@ %doc README-testing %{test_path} +%dir /usr/lib/ocf +%dir /usr/lib/ocf/resource.d +%dir /usr/lib/ocf/resource.d/booth +/usr/lib/ocf/resource.d/booth/sharedrsc %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.EE6s8e/_old 2015-04-12 00:10:42.000000000 +0200 +++ /var/tmp/diff_new_pack.EE6s8e/_new 2015-04-12 00:10:42.000000000 +0200 @@ -3,28 +3,15 @@ <param name="url">git://github.com/ClusterLabs/booth.git</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="version"></param> - - <!-- - This option requires an updated obs-service-tar_scm from openSUSE:Tools. - See https://github.com/SUSE/cloud/wiki/Packaging-HOWTO for more details. - <param name="versionformat">%at.%h</param> - --> - - <!-- - Use this if you want a specific branch / tag / revision, or comment it - out to get the latest master. - --> - <!-- - <param name="revision">a1b2c3d4</param> - --> + <param name="filename">booth</param> + <param name="versionformat">@PARENT_TAG@</param> + <param name="revision">master</param> + <param name="changesgenerate">enable</param> </service> - <service name="recompress" mode="disabled"> <param name="file">booth*.tar</param> <param name="compression">bz2</param> </service> - <!-- <service name="set_version" mode="disabled"> <param name="basename">booth</param> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/ClusterLabs/booth.git</param> <param name="changesrevision">03bdf8abc14bb9890330aca20adda641a8cf495d</param></service></servicedata>++++++ booth.tar.bz2 ++++++ ++++ 3074 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de