Hello community, here is the log from the commit of package rpmlint-mini for openSUSE:Factory checked in at 2012-11-02 19:39:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpmlint-mini (Old) and /work/SRC/openSUSE:Factory/.rpmlint-mini.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpmlint-mini", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/rpmlint-mini/rpmlint-mini.changes 2012-09-13 00:06:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rpmlint-mini.new/rpmlint-mini.changes 2012-11-02 19:39:39.000000000 +0100 @@ -1,0 +2,10 @@ +Sun Oct 28 09:06:47 UTC 2012 - [email protected] + +- fix build by passing rpmlint :) + +------------------------------------------------------------------- +Sun Oct 28 05:33:05 UTC 2012 - [email protected] + +- let it require cpio - the same as with rpmlint + +------------------------------------------------------------------- New: ---- rpmlint-mini.rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpmlint-mini.spec ++++++ --- /var/tmp/diff_new_pack.YbMat7/_old 2012-11-02 19:39:46.000000000 +0100 +++ /var/tmp/diff_new_pack.YbMat7/_new 2012-11-02 19:39:46.000000000 +0100 @@ -30,6 +30,7 @@ BuildRequires: dash BuildRequires: libtool BuildRequires: polkit-default-privs +Requires: cpio Summary: Rpm correctness checker License: GPL-2.0+ Group: System/Packages @@ -42,18 +43,12 @@ Source101: rpmlint.wrapper Source102: rpmlint-mini.config Source103: polkit-default-privs.config +Source1000: rpmlint-mini.rpmlintrc %description Rpmlint is a tool to check common errors on rpm packages. Binary and source packages can be checked. - - -Authors: --------- - Frederic Lepied <[email protected]> - Gwenole Beauchesne <[email protected]> - %prep %setup -q -n desktop-file-utils-0.20 [[ -r COPYING ]] @@ -98,8 +93,12 @@ cp -a %_bindir/rpmlint $RPM_BUILD_ROOT/opt/testing/share/rpmlint/rpmlint.py pushd $RPM_BUILD_ROOT/opt/testing/share/rpmlint PYTHONOPTIMIZE=1 python %py_libdir/py_compile.py *.py +rm *.py +popd +pushd $RPM_BUILD_ROOT/opt/testing/%{_lib}/python%{py_ver}/site-packages/ +PYTHONOPTIMIZE=1 python %py_libdir/py_compile.py *.py +rm *.py popd -rm -f $RPM_BUILD_ROOT/opt/testing/share/rpmlint/*.py rm -rf $RPM_BUILD_ROOT/{usr,etc} rm -f $RPM_BUILD_ROOT/opt/testing/bin/rpmlint install -m 755 -D %{SOURCE101} $RPM_BUILD_ROOT/opt/testing/bin/rpmlint ++++++ rpmlint-mini.rpmlintrc ++++++ addFilter("library-without-ldconfig") addFilter("python-bytecode-without-source") addFilter("devel-file-in-non-devel-package") -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
