Hello community,

here is the log from the commit of package python-ZEO for openSUSE:Factory 
checked in at 2014-11-18 22:45:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ZEO (Old)
 and      /work/SRC/openSUSE:Factory/.python-ZEO.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ZEO"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ZEO/python-ZEO.changes    2013-10-02 
08:53:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-ZEO.new/python-ZEO.changes       
2014-11-18 22:45:29.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 17:19:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashism in pre script
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ZEO.spec ++++++
--- /var/tmp/diff_new_pack.huGmaV/_old  2014-11-18 22:45:31.000000000 +0100
+++ /var/tmp/diff_new_pack.huGmaV/_new  2014-11-18 22:45:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ZEO
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,6 +16,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           python-ZEO
 Version:        4.0.0b1
 Release:        0
@@ -24,18 +25,18 @@
 License:        ZPL-2.1
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/Z/ZEO/ZEO-%{version}.tar.gz
+Requires:       python-ZConfig
 Requires:       python-ZODB >= 4.0.0
-Requires:       python-transaction
 Requires:       python-persistent
+Requires:       python-transaction
 Requires:       python-zc.lockfile
-Requires:       python-ZConfig
 Requires:       python-zdaemon
 Requires:       python-zope.interface
+BuildRequires:  python-ZConfig
 BuildRequires:  python-ZODB >= 4.0.0
-BuildRequires:  python-transaction
 BuildRequires:  python-persistent
+BuildRequires:  python-transaction
 BuildRequires:  python-zc.lockfile
-BuildRequires:  python-ZConfig
 BuildRequires:  python-zdaemon
 BuildRequires:  python-zope.interface
 
@@ -43,9 +44,9 @@
 # Documentation requirements:
 BuildRequires:  python-Sphinx
 # Testing requirements:
-BuildRequires:  python-zope.testing
 BuildRequires:  python-manuel
 BuildRequires:  python-random2
+BuildRequires:  python-zope.testing
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
@@ -93,11 +94,10 @@
 %pre
 # Since binaries in /usr/bin became ghosted to be used with 
update-alternatives, we have
 # to get rid of the old binaries resulting from the 
non-update-alternativies-ified package:
-[[ ! -L %{_bindir}/runzeo ]] && rm -f %{_bindir}/runzeo
-[[ ! -L %{_bindir}/zeoctl ]] && rm -f %{_bindir}/zeoctl
-[[ ! -L %{_bindir}/zeopack ]] && rm -f %{_bindir}/zeopack
-[[ ! -L %{_bindir}/zeopasswd ]] && rm -f %{_bindir}/zeopasswd
-exit 0
+[ -h %{_bindir}/runzeo ] || rm -f %{_bindir}/runzeo
+[ -h %{_bindir}/zeoctl ] || rm -f %{_bindir}/zeoctl
+[ -h %{_bindir}/zeopack ] || rm -f %{_bindir}/zeopack
+[ -h %{_bindir}/zeopasswd ] || rm -f %{_bindir}/zeopasswd
 
 %post
 update-alternatives \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to