Hello community,

here is the log from the commit of package rpmlint-mini for openSUSE:Factory 
checked in at 2017-10-28 14:19:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint-mini (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint-mini.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint-mini"

Sat Oct 28 14:19:11 2017 rev:86 rq:536396 version:1.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint-mini/rpmlint-mini.changes        
2017-10-18 10:44:13.442506564 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint-mini.new/rpmlint-mini.changes   
2017-10-28 14:19:27.480435956 +0200
@@ -1,0 +2,10 @@
+Tue Oct 24 13:03:02 UTC 2017 - jeng...@inai.de
+
+- Update descriptions. Use better-performing find invocations.
+
+-------------------------------------------------------------------
+Mon Oct 16 11:48:37 UTC 2017 - dmuel...@suse.com
+
+- don't include a copy of libmagic (bsc#976406)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rpmlint-mini.spec ++++++
--- /var/tmp/diff_new_pack.9AFnHa/_old  2017-10-28 14:19:28.152411386 +0200
+++ /var/tmp/diff_new_pack.9AFnHa/_new  2017-10-28 14:19:28.152411386 +0200
@@ -19,7 +19,7 @@
 Name:           rpmlint-mini
 Version:        1.10
 Release:        0
-Summary:        Rpm correctness checker
+Summary:        RPM file correctness checker
 License:        GPL-2.0+
 Group:          System/Packages
 Url:            http://rpmlint.zarb.org/
@@ -43,7 +43,7 @@
 Requires:       cpio
 
 %description
-Rpmlint is a tool to check common errors on rpm packages. Binary and
+rpmlint is a tool to check common errors on RPM packages. Binary and
 source packages can be checked.
 
 %prep
@@ -87,7 +87,6 @@
 # ErlangCheck dependencies that are not under %_libdir but under /usr/lib :-(
 cp -a %{python3_sitelib}/{construct,pybeam,six.py} 
%{buildroot}/opt/testing/%{_lib}/python%{py3_ver}/site-packages
 install -D %{_bindir}/python3 %{buildroot}/opt/testing/bin/python3
-cp -a %{_libdir}/libmagic.so.* %{buildroot}/opt/testing/%{_lib}
 cp -a %{_libdir}/libpython%{py3_ver}m.so.* %{buildroot}/opt/testing/%{_lib}
 cp -a %{_bindir}/rpmlint %{buildroot}/opt/testing/share/rpmlint/rpmlint.py
 pushd %{buildroot}/opt/testing/share/rpmlint
@@ -95,9 +94,9 @@
 rm *.py
 popd
 pushd %{buildroot}/opt/testing/%{_lib}/python%{py3_ver}/
-PYTHONOPTIMIZE=1 find -name \*.py -exec python3 -O -m compileall -b {} \; 
-exec rm {} \;
+PYTHONOPTIMIZE=1 find -name \*.py -exec python3 -O -m compileall -b {} \; 
-delete
 popd
-find %{buildroot}/opt/testing/ -name __pycache__  -print | xargs rm -rf
+find %{buildroot}/opt/testing/ -name __pycache__  -print -exec rm -Rf {} +
 rm -rf %{buildroot}/{usr,etc}
 rm -f %{buildroot}/opt/testing/bin/rpmlint
 install -m 755 -D %{SOURCE101} %{buildroot}/opt/testing/bin/rpmlint


Reply via email to