Hello community,

here is the log from the commit of package rpmlint-mini for openSUSE:Factory
checked in at Thu Apr 21 16:15:01 CEST 2011.



--------
--- rpmlint-mini/rpmlint-mini.changes   2011-04-18 14:31:55.000000000 +0200
+++ /mounts/work_src_done/STABLE/rpmlint-mini/rpmlint-mini.changes      
2011-04-19 10:47:09.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Apr 19 08:46:32 UTC 2011 - lnus...@suse.de
+
+- allow adding configs via RPMLINT_MINI_CONFIG
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ rpmlint-mini.spec ++++++
--- /var/tmp/diff_new_pack.wiWjSG/_old  2011-04-21 16:14:23.000000000 +0200
+++ /var/tmp/diff_new_pack.wiWjSG/_new  2011-04-21 16:14:23.000000000 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  checkbashisms dash libtool
 Summary:        Rpm correctness checker
 Version:        1.1
-Release:        1
+Release:        3
 Url:            http://rpmlint.zarb.org/
 License:        GPLv2+
 Group:          System/Packages

++++++ rpmlint-mini.config ++++++
--- /var/tmp/diff_new_pack.wiWjSG/_old  2011-04-21 16:14:23.000000000 +0200
+++ /var/tmp/diff_new_pack.wiWjSG/_new  2011-04-21 16:14:23.000000000 +0200
@@ -1,7 +1,10 @@
 #!/usr/bin/python
 
 configs = [ '/opt/testing/share/rpmlint/config' ]
-configs += glob.glob("/usr/src/packages/SOURCES/*rpmlintrc")
+if os.environ.get("RPMLINT_MINI_CONFIG", None):
+    configs += os.environ.get("RPMLINT_MINI_CONFIG", '').split(' ')
+else:
+    configs += glob.glob("/usr/src/packages/SOURCES/*rpmlintrc")
 configs += glob.glob('/opt/testing/share/rpmlint/mini/*.config')
 
 for f in configs:


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



Remember to have fun...

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

Reply via email to