commit rpmlint for openSUSE:Factory
Hello community, here is the log from the commit of package rpmlint for openSUSE:Factory checked in at Thu Oct 1 15:55:49 CEST 2009. -------- --- rpmlint/rpmlint.changes 2009-09-16 17:41:44.000000000 +0200 +++ rpmlint/rpmlint.changes 2009-09-30 16:34:41.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Sep 30 16:31:13 CEST 2009 - dmueller@suse.de + +- fix exceptions in BinaryInfo + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpmlint.spec ++++++ --- /var/tmp/diff_new_pack.4pNo9z/_old 2009-10-01 15:55:33.000000000 +0200 +++ /var/tmp/diff_new_pack.4pNo9z/_new 2009-10-01 15:55:33.000000000 +0200 @@ -23,7 +23,7 @@ BuildRequires: rpm-python Summary: Rpm correctness checker Version: 0.90 -Release: 1 +Release: 2 Source0: %{name}-%{version}.tar.bz2 Source1: config Source1001: config.in ++++++ suse-debuginfo.diff ++++++ --- /var/tmp/diff_new_pack.4pNo9z/_old 2009-10-01 15:55:35.000000000 +0200 +++ /var/tmp/diff_new_pack.4pNo9z/_new 2009-10-01 15:55:35.000000000 +0200 @@ -42,11 +42,11 @@ + if bin_info.readelf_error: + pass + elif not bin_info.symtab: -+ printError(pkg, 'static-library-without-symtab', i[0]) ++ printError(pkg, 'static-library-without-symtab', fname) + elif not bin_info.debuginfo and \ + (os.environ.get('BUILD_IS_RUNNING', None) == None or \ + os.environ.get('BUILD_DEBUG_FLAGS','').find('-g') != -1): -+ printWarning(pkg, 'static-library-without-debuginfo', i[0]) ++ printWarning(pkg, 'static-library-without-debuginfo', fname) + # so name in library if is_shlib: ++++++ usr-arch.diff ++++++ --- /var/tmp/diff_new_pack.4pNo9z/_old 2009-10-01 15:55:35.000000000 +0200 +++ /var/tmp/diff_new_pack.4pNo9z/_new 2009-10-01 15:55:35.000000000 +0200 @@ -15,7 +15,7 @@ else: # in /usr/share ? - if usr_share.search(fname): -+ if usr_share.search(fname) and not usr_arch_share.search(i[0]): ++ if usr_share.search(fname) and not usr_arch_share.search(fname): printError( pkg, 'arch-dependent-file-in-usr-share', fname) # in /etc ? ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de