From cf862eda0342fb8d70efea92b2fe816470ca591957cf76997695d52a0a20596e Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Tue, 20 Dec 2011 10:59:41 +0000 Subject: [PATCH 1/3] - turn suse-filelist-empty into a warning OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=83 --- CheckFilelist.py | 2 +- rpmlint.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CheckFilelist.py b/CheckFilelist.py index 247230f..d3f26ae 100644 --- a/CheckFilelist.py +++ b/CheckFilelist.py @@ -353,7 +353,7 @@ class FilelistCheck(AbstractCheck.AbstractCheck): files = pkg.files() if not files: - printError(pkg, 'suse-filelist-empty', 'packages without any files are not allowed in SUSE') + printWarning(pkg, 'suse-filelist-empty', 'packages without any files are discouraged in SUSE') return for check in _checks: diff --git a/rpmlint.changes b/rpmlint.changes index 252f0d7..d50d4df 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 20 10:55:55 UTC 2011 - lnussel@suse.de + +- turn suse-filelist-empty into a warning + ------------------------------------------------------------------- Fri Dec 16 10:56:26 UTC 2011 - coolo@suse.com From 211c36d0563ef183f4374fcac14ec901f8760df0ad3abb7525228852b506da54 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 21 Dec 2011 10:01:24 +0000 Subject: [PATCH 2/3] merge with factory OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=84 --- CheckFilelist.py | 2 +- rpmlint.changes | 5 ----- rpmlint.spec | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/CheckFilelist.py b/CheckFilelist.py index d3f26ae..247230f 100644 --- a/CheckFilelist.py +++ b/CheckFilelist.py @@ -353,7 +353,7 @@ class FilelistCheck(AbstractCheck.AbstractCheck): files = pkg.files() if not files: - printWarning(pkg, 'suse-filelist-empty', 'packages without any files are discouraged in SUSE') + printError(pkg, 'suse-filelist-empty', 'packages without any files are not allowed in SUSE') return for check in _checks: diff --git a/rpmlint.changes b/rpmlint.changes index d50d4df..252f0d7 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Tue Dec 20 10:55:55 UTC 2011 - lnussel@suse.de - -- turn suse-filelist-empty into a warning - ------------------------------------------------------------------- Fri Dec 16 10:56:26 UTC 2011 - coolo@suse.com diff --git a/rpmlint.spec b/rpmlint.spec index 3523a73..a6225e5 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - #!BuildIgnore: rpmlint-mini Name: rpmlint From 25d67b76e56c4c933d153d3b6e2ab37587cdca8050772c7ea099591a00cf41ea Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 21 Dec 2011 10:02:03 +0000 Subject: [PATCH 3/3] - unbreak config afer DesktopTranslationCheck was removed OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=85 --- config | 1 - config.in | 1 - rpmlint.changes | 5 +++++ rpmlint.spec | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config b/config index a4dd808..248ab30 100644 --- a/config +++ b/config @@ -21,7 +21,6 @@ addCheck("CheckExecDocs") addCheck("CheckPkgConfig") addCheck("CheckCommonFiles") addCheck("CheckInitScripts") -addCheck("DesktopTranslationCheck") addCheck("DuplicatesCheck") addCheck("LibraryPolicyCheck") addCheck("CheckIconSizes") diff --git a/config.in b/config.in index 65c17c8..90c468a 100644 --- a/config.in +++ b/config.in @@ -19,7 +19,6 @@ addCheck("CheckExecDocs") addCheck("CheckPkgConfig") addCheck("CheckCommonFiles") addCheck("CheckInitScripts") -addCheck("DesktopTranslationCheck") addCheck("DuplicatesCheck") addCheck("LibraryPolicyCheck") addCheck("CheckIconSizes") diff --git a/rpmlint.changes b/rpmlint.changes index 252f0d7..7b8f200 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 21 11:01:43 CET 2011 - dmueller@suse.de + +- unbreak config afer DesktopTranslationCheck was removed + ------------------------------------------------------------------- Fri Dec 16 10:56:26 UTC 2011 - coolo@suse.com diff --git a/rpmlint.spec b/rpmlint.spec index a6225e5..3523a73 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + #!BuildIgnore: rpmlint-mini Name: rpmlint