Hello community,

here is the log from the commit of package rpmlint-tests for openSUSE:Factory 
checked in at 2011-12-01 12:26:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint-tests (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint-tests.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint-tests", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint-tests/rpmlint-tests.changes      
2011-09-23 12:44:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint-tests.new/rpmlint-tests.changes 
2011-12-01 12:26:07.000000000 +0100
@@ -1,0 +2,10 @@
+Tue Nov 29 12:39:30 UTC 2011 - [email protected]
+
+- add -devel group check
+
+-------------------------------------------------------------------
+Tue Nov 29 12:07:54 UTC 2011 - [email protected]
+
+- adjust to new license check and add test case
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rpmlint-tests.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/README new/rpmlint-tests/README
--- old/rpmlint-tests/README    2011-08-04 17:05:34.000000000 +0200
+++ new/rpmlint-tests/README    2011-11-29 13:39:07.000000000 +0100
@@ -1,7 +1,7 @@
 rpmlint test suite.
 
 You need to install rpmlint-Factory to run the tests locally. You
-may "rpm -e --nodeps rpmlint-mint" and install rpmlint instead if
+may "rpm -e --nodeps rpmlint-mini" and install rpmlint instead if
 you need to adjust rpmlint files. The test suite works with both
 rpmlint and rpmlint-mini.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/newtest new/rpmlint-tests/newtest
--- old/rpmlint-tests/newtest   2011-08-04 17:05:34.000000000 +0200
+++ new/rpmlint-tests/newtest   2011-11-29 13:39:07.000000000 +0100
@@ -7,5 +7,11 @@
 fi
 sed "s/\(^Name:[ \t]\+\)[^ \t]*/\1$name/" < tests/good.spec > tests/$name.spec
 cp tests/good.ignore tests/$name.ignore
+if [ -z "$EDITOR" ]; then
+    echo "EDITOR environment variable not set."
+    echo "Edit tests/$name.spec with your favorite editor."
+    echo "Then call ./run tests/$name.spec"
+    exit 0
+fi
 $EDITOR tests/$name.spec
 echo "now call ./run tests/$name.spec"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/cvs-bad.spec 
new/rpmlint-tests/tests/cvs-bad.spec
--- old/rpmlint-tests/tests/cvs-bad.spec        2011-08-04 17:05:34.000000000 
+0200
+++ new/rpmlint-tests/tests/cvs-bad.spec        2011-11-29 13:39:07.000000000 
+0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/dbus-policy.spec 
new/rpmlint-tests/tests/dbus-policy.spec
--- old/rpmlint-tests/tests/dbus-policy.spec    2011-08-04 17:05:34.000000000 
+0200
+++ new/rpmlint-tests/tests/dbus-policy.spec    2011-11-29 13:39:07.000000000 
+0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 BuildArch:      noarch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/debug.spec 
new/rpmlint-tests/tests/debug.spec
--- old/rpmlint-tests/tests/debug.spec  2011-08-04 17:05:34.000000000 +0200
+++ new/rpmlint-tests/tests/debug.spec  2011-11-29 13:39:07.000000000 +0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/debug1.spec 
new/rpmlint-tests/tests/debug1.spec
--- old/rpmlint-tests/tests/debug1.spec 2011-08-04 17:05:34.000000000 +0200
+++ new/rpmlint-tests/tests/debug1.spec 2011-11-29 13:39:07.000000000 +0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/debug2.spec 
new/rpmlint-tests/tests/debug2.spec
--- old/rpmlint-tests/tests/debug2.spec 2011-08-04 17:05:34.000000000 +0200
+++ new/rpmlint-tests/tests/debug2.spec 2011-11-29 13:39:07.000000000 +0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/empty.spec 
new/rpmlint-tests/tests/empty.spec
--- old/rpmlint-tests/tests/empty.spec  2011-08-04 17:05:34.000000000 +0200
+++ new/rpmlint-tests/tests/empty.spec  2011-11-29 13:39:07.000000000 +0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 BuildArch:      noarch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/foo1-devel.ignore 
new/rpmlint-tests/tests/foo1-devel.ignore
--- old/rpmlint-tests/tests/foo1-devel.ignore   1970-01-01 01:00:00.000000000 
+0100
+++ new/rpmlint-tests/tests/foo1-devel.ignore   2011-11-29 13:39:07.000000000 
+0100
@@ -0,0 +1,3 @@
+#addFilter(" files-duplicate")
+#addFilter(" no-manual-page-for-binary ")
+#addFilter(" no-binary")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/foo1-devel.ref 
new/rpmlint-tests/tests/foo1-devel.ref
--- old/rpmlint-tests/tests/foo1-devel.ref      1970-01-01 01:00:00.000000000 
+0100
+++ new/rpmlint-tests/tests/foo1-devel.ref      2011-11-29 13:39:07.000000000 
+0100
@@ -0,0 +1,2 @@
+foo1-devel: W: devel-package-with-non-devel-group Blah
+1 packages and 0 specfiles checked; 0 errors, 1 warnings.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/foo1-devel.spec 
new/rpmlint-tests/tests/foo1-devel.spec
--- old/rpmlint-tests/tests/foo1-devel.spec     1970-01-01 01:00:00.000000000 
+0100
+++ new/rpmlint-tests/tests/foo1-devel.spec     2011-11-29 13:39:07.000000000 
+0100
@@ -0,0 +1,35 @@
+Name:          foo1-devel
+Version:       0
+Release:       0
+Group:          Blah
+Summary:       Lorem ipsum
+License:       GPL-2.0+
+BuildRoot:     %_tmppath/%name-%version-build
+Url:            http://www.opensuse.org/
+BuildArch:      noarch
+
+%description
+Lorem ipsum dolor sit amet, consectetur adipisici elit, sed
+eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim
+ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+aliquid ex ea commodi consequat. Quis aute iure reprehenderit in
+voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui
+officia deserunt mollit anim id est laborum.
+
+%prep
+%build
+
+%install
+install -d -m 755 %buildroot/usr/lib/dummy 
+
+%clean
+rm -rf %buildroot
+
+%files
+%defattr(-,root,root)
+%dir /usr/lib/dummy
+
+%changelog
+* Mon Apr 18 2011 [email protected]
+- dummy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/foo1-developer-plugins.ignore 
new/rpmlint-tests/tests/foo1-developer-plugins.ignore
--- old/rpmlint-tests/tests/foo1-developer-plugins.ignore       1970-01-01 
01:00:00.000000000 +0100
+++ new/rpmlint-tests/tests/foo1-developer-plugins.ignore       2011-11-29 
13:39:07.000000000 +0100
@@ -0,0 +1,3 @@
+#addFilter(" files-duplicate")
+#addFilter(" no-manual-page-for-binary ")
+#addFilter(" no-binary")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/foo1-developer-plugins.ref 
new/rpmlint-tests/tests/foo1-developer-plugins.ref
--- old/rpmlint-tests/tests/foo1-developer-plugins.ref  1970-01-01 
01:00:00.000000000 +0100
+++ new/rpmlint-tests/tests/foo1-developer-plugins.ref  2011-11-29 
13:39:07.000000000 +0100
@@ -0,0 +1,2 @@
+foo1-developer-plugins: W: non-standard-group Blah
+1 packages and 0 specfiles checked; 0 errors, 1 warnings.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/foo1-developer-plugins.spec 
new/rpmlint-tests/tests/foo1-developer-plugins.spec
--- old/rpmlint-tests/tests/foo1-developer-plugins.spec 1970-01-01 
01:00:00.000000000 +0100
+++ new/rpmlint-tests/tests/foo1-developer-plugins.spec 2011-11-29 
13:39:07.000000000 +0100
@@ -0,0 +1,35 @@
+Name:          foo1-developer-plugins
+Version:       0
+Release:       0
+Group:          Blah
+Summary:       Lorem ipsum
+License:       GPL-2.0+
+BuildRoot:     %_tmppath/%name-%version-build
+Url:            http://www.opensuse.org/
+BuildArch:      noarch
+
+%description
+Lorem ipsum dolor sit amet, consectetur adipisici elit, sed
+eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim
+ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+aliquid ex ea commodi consequat. Quis aute iure reprehenderit in
+voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui
+officia deserunt mollit anim id est laborum.
+
+%prep
+%build
+
+%install
+install -d -m 755 %buildroot/usr/lib/dummy 
+
+%clean
+rm -rf %buildroot
+
+%files
+%defattr(-,root,root)
+%dir /usr/lib/dummy
+
+%changelog
+* Mon Apr 18 2011 [email protected]
+- dummy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/game.spec 
new/rpmlint-tests/tests/game.spec
--- old/rpmlint-tests/tests/game.spec   2011-08-04 17:05:34.000000000 +0200
+++ new/rpmlint-tests/tests/game.spec   2011-11-29 13:39:07.000000000 +0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/good.spec 
new/rpmlint-tests/tests/good.spec
--- old/rpmlint-tests/tests/good.spec   2011-08-04 17:05:34.000000000 +0200
+++ new/rpmlint-tests/tests/good.spec   2011-11-29 13:39:07.000000000 +0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 BuildArch:      noarch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/initscript.spec 
new/rpmlint-tests/tests/initscript.spec
--- old/rpmlint-tests/tests/initscript.spec     2011-08-04 17:05:34.000000000 
+0200
+++ new/rpmlint-tests/tests/initscript.spec     2011-11-29 13:39:07.000000000 
+0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 BuildArch:      noarch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/initscript2.spec 
new/rpmlint-tests/tests/initscript2.spec
--- old/rpmlint-tests/tests/initscript2.spec    2011-08-04 17:05:34.000000000 
+0200
+++ new/rpmlint-tests/tests/initscript2.spec    2011-11-29 13:39:07.000000000 
+0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 BuildArch:      noarch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/license1.ignore 
new/rpmlint-tests/tests/license1.ignore
--- old/rpmlint-tests/tests/license1.ignore     1970-01-01 01:00:00.000000000 
+0100
+++ new/rpmlint-tests/tests/license1.ignore     2011-11-29 13:39:07.000000000 
+0100
@@ -0,0 +1,3 @@
+#addFilter(" files-duplicate")
+#addFilter(" no-manual-page-for-binary ")
+#addFilter(" no-binary")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/license1.ref 
new/rpmlint-tests/tests/license1.ref
--- old/rpmlint-tests/tests/license1.ref        1970-01-01 01:00:00.000000000 
+0100
+++ new/rpmlint-tests/tests/license1.ref        2011-11-29 13:39:07.000000000 
+0100
@@ -0,0 +1,2 @@
+license1: W: invalid-license GPLv2+
+1 packages and 0 specfiles checked; 0 errors, 1 warnings.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/license1.spec 
new/rpmlint-tests/tests/license1.spec
--- old/rpmlint-tests/tests/license1.spec       1970-01-01 01:00:00.000000000 
+0100
+++ new/rpmlint-tests/tests/license1.spec       2011-11-29 13:39:07.000000000 
+0100
@@ -0,0 +1,29 @@
+Name:          license1
+Version:       0
+Release:       0
+Group:          Development/Tools/Building
+Summary:       Lorem ipsum
+License:       GPL-2.0+ or GPLv2+ and BSD-2-Clause ; BSL-1.0
+BuildRoot:     %_tmppath/%name-%version-build
+Url:            http://www.opensuse.org/
+BuildArch:      noarch
+
+%description
+Check the license tag parser
+
+%prep
+%build
+
+%install
+install -d -m 755 %buildroot/usr/lib/dummy 
+
+%clean
+rm -rf %buildroot
+
+%files
+%defattr(-,root,root)
+%dir /usr/lib/dummy
+
+%changelog
+* Mon Apr 18 2011 [email protected]
+- dummy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/noarch.spec 
new/rpmlint-tests/tests/noarch.spec
--- old/rpmlint-tests/tests/noarch.spec 2011-08-04 17:05:34.000000000 +0200
+++ new/rpmlint-tests/tests/noarch.spec 2011-11-29 13:39:07.000000000 +0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 BuildArch:     noarch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/opt.spec 
new/rpmlint-tests/tests/opt.spec
--- old/rpmlint-tests/tests/opt.spec    2011-08-04 17:05:34.000000000 +0200
+++ new/rpmlint-tests/tests/opt.spec    2011-11-29 13:39:07.000000000 +0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 BuildArch:      noarch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/opt2.spec 
new/rpmlint-tests/tests/opt2.spec
--- old/rpmlint-tests/tests/opt2.spec   2011-08-04 17:05:34.000000000 +0200
+++ new/rpmlint-tests/tests/opt2.spec   2011-11-29 13:39:07.000000000 +0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 BuildArch:      noarch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/permissions1.spec 
new/rpmlint-tests/tests/permissions1.spec
--- old/rpmlint-tests/tests/permissions1.spec   2011-08-04 17:05:34.000000000 
+0200
+++ new/rpmlint-tests/tests/permissions1.spec   2011-11-29 13:39:07.000000000 
+0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/permissions2.spec 
new/rpmlint-tests/tests/permissions2.spec
--- old/rpmlint-tests/tests/permissions2.spec   2011-08-04 17:05:34.000000000 
+0200
+++ new/rpmlint-tests/tests/permissions2.spec   2011-11-29 13:39:07.000000000 
+0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 PreReq:         permissions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/pie.spec 
new/rpmlint-tests/tests/pie.spec
--- old/rpmlint-tests/tests/pie.spec    2011-08-04 17:05:34.000000000 +0200
+++ new/rpmlint-tests/tests/pie.spec    2011-11-29 13:39:07.000000000 +0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/polkit.spec 
new/rpmlint-tests/tests/polkit.spec
--- old/rpmlint-tests/tests/polkit.spec 2011-08-04 17:05:34.000000000 +0200
+++ new/rpmlint-tests/tests/polkit.spec 2011-11-29 13:39:07.000000000 +0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 BuildArch:      noarch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/srv.spec 
new/rpmlint-tests/tests/srv.spec
--- old/rpmlint-tests/tests/srv.spec    2011-08-04 17:05:34.000000000 +0200
+++ new/rpmlint-tests/tests/srv.spec    2011-11-29 13:39:07.000000000 +0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/usr-bad.spec 
new/rpmlint-tests/tests/usr-bad.spec
--- old/rpmlint-tests/tests/usr-bad.spec        2011-08-04 17:05:34.000000000 
+0200
+++ new/rpmlint-tests/tests/usr-bad.spec        2011-11-29 13:39:07.000000000 
+0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 BuildArch:      noarch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/varrun.spec 
new/rpmlint-tests/tests/varrun.spec
--- old/rpmlint-tests/tests/varrun.spec 2011-08-04 17:05:34.000000000 +0200
+++ new/rpmlint-tests/tests/varrun.spec 2011-11-29 13:39:07.000000000 +0100
@@ -3,7 +3,7 @@
 Release:       0
 Group:          Development/Tools/Building
 Summary:       Lorem ipsum
-License:       Public Domain
+License:       GPL-2.0+
 BuildRoot:     %_tmppath/%name-%version-build
 Url:            http://www.opensuse.org/
 BuildArch:      noarch

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to