Hello community,

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

Package is "python-rsa"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rsa/python-rsa.changes    2013-10-13 
12:16:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-rsa.new/python-rsa.changes       
2014-11-18 22:45:45.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 20:23:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-rsa.spec ++++++
--- /var/tmp/diff_new_pack.lxzG8t/_old  2014-11-18 22:45:46.000000000 +0100
+++ /var/tmp/diff_new_pack.lxzG8t/_new  2014-11-18 22:45:46.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rsa
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,8 +26,8 @@
 Source:         
http://pypi.python.org/packages/source/r/rsa/rsa-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 BuildRequires:  python-pyasn1
+BuildRequires:  python-setuptools
 Requires:       python-pyasn1
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
@@ -73,15 +73,14 @@
 %pre
 # Since binaries became ghosted to be used with update-alternatives, we have 
to get rid
 # of the old binary resulting from the non-update-alternativies-ified package:
-[[ ! -L %{_bindir}/pyrsa-priv2pub ]] && rm -f %{_bindir}/pyrsa-priv2pub 
-[[ ! -L %{_bindir}/pyrsa-keygen ]] && rm -f %{_bindir}/pyrsa-keygen  
-[[ ! -L %{_bindir}/pyrsa-encrypt ]] && rm -f %{_bindir}/pyrsa-encrypt 
-[[ ! -L %{_bindir}/pyrsa-decrypt ]] && rm -f %{_bindir}/pyrsa-decrypt 
-[[ ! -L %{_bindir}/pyrsa-sign ]] && rm -f %{_bindir}/pyrsa-sign 
-[[ ! -L %{_bindir}/pyrsa-verify ]] && rm -f %{_bindir}/pyrsa-verify
-[[ ! -L %{_bindir}/pyrsa-encrypt-bigfile ]] && rm -f 
%{_bindir}/pyrsa-encrypt-bigfile
-[[ ! -L %{_bindir}/pyrsa-decrypt-bigfile ]] && rm -f 
%{_bindir}/pyrsa-decrypt-bigfile
-exit 0
+[ -h %{_bindir}/pyrsa-priv2pub ] || rm -f %{_bindir}/pyrsa-priv2pub
+[ -h %{_bindir}/pyrsa-keygen ] || rm -f %{_bindir}/pyrsa-keygen
+[ -h %{_bindir}/pyrsa-encrypt ] || rm -f %{_bindir}/pyrsa-encrypt
+[ -h %{_bindir}/pyrsa-decrypt ] || rm -f %{_bindir}/pyrsa-decrypt
+[ -h %{_bindir}/pyrsa-sign ] || rm -f %{_bindir}/pyrsa-sign
+[ -h %{_bindir}/pyrsa-verify ] || rm -f %{_bindir}/pyrsa-verify
+[ -h %{_bindir}/pyrsa-encrypt-bigfile ] || rm -f 
%{_bindir}/pyrsa-encrypt-bigfile
+[ -h %{_bindir}/pyrsa-decrypt-bigfile ] || rm -f 
%{_bindir}/pyrsa-decrypt-bigfile
 
 %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