Hello community,
here is the log from the commit of package python-cryptography for
openSUSE:Factory checked in at 2018-12-14 20:45:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cryptography (Old)
and /work/SRC/openSUSE:Factory/.python-cryptography.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cryptography"
Fri Dec 14 20:45:53 2018 rev:42 rq:655598 version:2.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cryptography/python-cryptography.changes
2018-08-28 09:22:53.976538805 +0200
+++
/work/SRC/openSUSE:Factory/.python-cryptography.new.28833/python-cryptography.changes
2018-12-14 20:45:56.701628776 +0100
@@ -1,0 +2,5 @@
+Thu Dec 6 11:48:31 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Fix fdupes call
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cryptography.spec ++++++
--- /var/tmp/diff_new_pack.LQY5qD/_old 2018-12-14 20:45:58.349626502 +0100
+++ /var/tmp/diff_new_pack.LQY5qD/_new 2018-12-14 20:45:58.353626497 +0100
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -99,7 +99,7 @@
%install
%python_install
-%fdupes %{buildroot}%{_prefix}
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
%{python_expand # this is going to be fun