Hello community,

here is the log from the commit of package rpmlint-Factory for openSUSE:Factory 
checked in at 2013-01-29 14:39:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint-Factory (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint-Factory.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint-Factory", Maintainer is "dmuel...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint-Factory/rpmlint-Factory.changes  
2012-03-08 19:45:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint-Factory.new/rpmlint-Factory.changes     
2013-01-29 14:39:28.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Jan 25 14:55:11 UTC 2013 - co...@suse.com
+
+- split out rpmlint-Factory-strict which enables further checks
+  only to be enabled in openSUSE:Factory itself (that can easily
+  be checked by factory-auto)
+
+-------------------------------------------------------------------

New:
----
  config.strict

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

Other differences:
------------------
++++++ rpmlint-Factory.spec ++++++
--- /var/tmp/diff_new_pack.DaO2Ti/_old  2013-01-29 14:39:29.000000000 +0100
+++ /var/tmp/diff_new_pack.DaO2Ti/_new  2013-01-29 14:39:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmlint-Factory
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,32 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           rpmlint-Factory
 Requires:       rpmlint-mini
 Summary:        Rpm correctness checker - Factory configuration
-Version:        1.0
-Release:        71
-Url:            http://rpmlint.zarb.org/
 License:        GPL-2.0+
 Group:          System/Packages
+Version:        1.0
+Release:        0
+Url:            http://rpmlint.zarb.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source1:        COPYING
 Source2:        config
+Source3:        config.strict
 BuildArch:      noarch
 
 %description
 Rpmlint is a tool to check common errors on rpm packages. This package
 provides the configuration specific for SUSE Factory.
 
+%package strict
+Summary:        Confict only applying to openSUSE:Factory itself
+Group:          System/Packages
 
-
-Authors:
---------
-    Frederic Lepied <flep...@mandriva.com>
-    Gwenole Beauchesne <gbeauche...@mandriva.com>
+%description strict
+Forbid invalid licenses
 
 %prep
 cp %{SOURCE1} .
@@ -49,6 +48,7 @@
 
 %install
 install -m 644 -D %{SOURCE2} $RPM_BUILD_ROOT/etc/rpmlint/factory.config
+install -m 644 -D %{SOURCE3} $RPM_BUILD_ROOT/etc/rpmlint/factory-strict.config
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -59,4 +59,9 @@
 %dir /etc/rpmlint
 /etc/rpmlint/factory.config
 
+%files strict
+%defattr(-,root,root,0755)
+%dir /etc/rpmlint
+/etc/rpmlint/factory-strict.config
+
 %changelog

++++++ config ++++++
--- /var/tmp/diff_new_pack.DaO2Ti/_old  2013-01-29 14:39:29.000000000 +0100
+++ /var/tmp/diff_new_pack.DaO2Ti/_new  2013-01-29 14:39:29.000000000 +0100
@@ -66,6 +66,7 @@
 setBadness('percent-in-provides', 10000)
 setBadness('percent-in-conflicts', 10000)
 setBadness('invalid-pkgconfig-file', 10000)
+setBadness('invalid-license', 100000)
 setBadness('unversioned-explicit-self-provides', 10000)
 setBadness('file-contains-buildroot', 10000)
 setBadness('shlib-policy-name-error', 10000)

++++++ config.strict ++++++
# -*- python -*-
#
# Copyright (c) 2007, 2008 Dirk Mueller, Novell Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program (see the file COPYING); if not, write to the
# Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
#
################################################################
#
# Configuration for the rpmlint utility.
# Loaded before ~/.rpmlintrc
# $Id: config,v 1.39 2003/12/22 11:20:55 flepied Exp $

# This line is mandatory to access the configuration functions
from Config import *

setBadness('invalid-license', 100000)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to