Hello community,

here is the log from the commit of package rpmlint-mini for openSUSE:Factory 
checked in at 2016-04-28 16:49:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint-mini (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint-mini.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint-mini"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint-mini/rpmlint-mini.changes        
2016-03-01 09:38:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint-mini.new/rpmlint-mini.changes   
2016-04-28 16:49:05.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Apr 20 13:04:40 UTC 2016 - wer...@suse.de
+
+- Also copy magic and magic.mgc to /opt/testing to have the
+  correct magic files for the used libmagic around.
+  Use the environment variable MAGIC to hel the wrapper to
+  to find the magic file for its libmagic (boo#976406)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rpmlint-mini.spec ++++++
--- /var/tmp/diff_new_pack.uEigPy/_old  2016-04-28 16:49:06.000000000 +0200
+++ /var/tmp/diff_new_pack.uEigPy/_new  2016-04-28 16:49:06.000000000 +0200
@@ -95,6 +95,7 @@
 install -m 644 /usr/lib/python%{py_ver}/site-packages/magic.py 
$RPM_BUILD_ROOT/opt/testing/%{_lib}/python%{py_ver}/site-packages/magic.py
 install -D /usr/bin/python $RPM_BUILD_ROOT/opt/testing/bin/python
 cp -a %_libdir/libmagic.so.* $RPM_BUILD_ROOT/opt/testing/%{_lib}
+cp -a %_datadir/misc/magic* $RPM_BUILD_ROOT/opt/testing/share
 cp -a %_libdir/libpython%{py_ver}.so.* $RPM_BUILD_ROOT/opt/testing/%{_lib}
 cp -a %_bindir/rpmlint $RPM_BUILD_ROOT/opt/testing/share/rpmlint/rpmlint.py
 pushd $RPM_BUILD_ROOT/opt/testing/share/rpmlint

++++++ rpmlint.wrapper ++++++
--- /var/tmp/diff_new_pack.uEigPy/_old  2016-04-28 16:49:06.000000000 +0200
+++ /var/tmp/diff_new_pack.uEigPy/_new  2016-04-28 16:49:06.000000000 +0200
@@ -7,5 +7,6 @@
 PATH="/opt/testing/bin:$PATH"
 rpmlintdir="/opt/testing/share/rpmlint"
 PYTHONPATH="$rpmlintdir"
-export PYTHONPATH LD_LIBRARY_PATH
+MAGIC="/opt/testing/share/magic"
+export PYTHONPATH LD_LIBRARY_PATH MAGIC
 exec /opt/testing/bin/python -tt -u -O "$rpmlintdir"/rpmlint.pyo  -C 
"$rpmlintdir" -f "$rpmlintdir"/rpmlint-mini.config "$@"


Reply via email to