Hello community,
here is the log from the commit of package rpmlint for openSUSE:Factory
checked in at Mon Feb 1 12:21:17 CET 2010.
--------
--- rpmlint/rpmlint.changes 2010-01-13 14:41:28.000000000 +0100
+++ /mounts/work_src_done/STABLE/rpmlint/rpmlint.changes 2010-02-01 11:26:27.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Feb 1 10:14:58 UTC 2010 - lnussel(a)suse.de
+
+- fix usr-arch.diff
+- require python-magic as it's needed by some checks
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rpmlint.spec ++++++
--- /var/tmp/diff_new_pack.dQmN1c/_old 2010-02-01 12:21:03.000000000 +0100
+++ /var/tmp/diff_new_pack.dQmN1c/_new 2010-02-01 12:21:03.000000000 +0100
@@ -23,7 +23,7 @@
BuildRequires: rpm-python
Summary: Rpm correctness checker
Version: 0.92
-Release: 1
+Release: 2
Source0: %{name}-%{version}.tar.bz2
Source1: config
Source1001: config.in
@@ -53,6 +53,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: rpm-python, /usr/bin/readelf, file, findutils, cpio, bash
Requires: desktop-file-utils
+Requires: python-magic
BuildArch: noarch
Patch0: rpmlint-suse.diff
Patch2: suse-version.diff
++++++ usr-arch.diff ++++++
--- /var/tmp/diff_new_pack.dQmN1c/_old 2010-02-01 12:21:04.000000000 +0100
+++ /var/tmp/diff_new_pack.dQmN1c/_new 2010-02-01 12:21:04.000000000 +0100
@@ -13,7 +13,7 @@
else:
# in /usr/share ?
- if fname.startswith('/usr/share/'):
-+ if fname.startswith('/usr/share/') and not usr_arch_share.search(fname):
++ if fname.startswith('/usr/share/') and not usr_arch_share_regex.search(fname):
printError(
pkg, 'arch-dependent-file-in-usr-share', fname)
# in /etc ?
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org