Author: glen Date: Mon Feb 14 07:12:23 2011 GMT Module: packages Tag: HEAD ---- Log message: - add /sbin/postshell as valid shell
---- Files affected: packages/rpmlint: rpmlint.spec (1.37 -> 1.38) , postshell.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/rpmlint/rpmlint.spec diff -u packages/rpmlint/rpmlint.spec:1.37 packages/rpmlint/rpmlint.spec:1.38 --- packages/rpmlint/rpmlint.spec:1.37 Sun Feb 13 21:07:33 2011 +++ packages/rpmlint/rpmlint.spec Mon Feb 14 08:12:18 2011 @@ -6,7 +6,7 @@ Summary: Tool for checking common errors in RPM packages Name: rpmlint Version: 1.1 -Release: 3 +Release: 4 License: GPL v2 Group: Development/Building Source0: http://rpmlint.zarb.org/download/%{name}-%{version}.tar.xz @@ -14,9 +14,10 @@ Source1: %{name}.config Source3: %{name}-etc.config Patch0: %{name}-groups.patch +Patch1: pythonpath.patch Patch2: %{name}-licenses.patch Patch3: rpm-compat.patch -Patch4: pythonpath.patch +Patch4: postshell.patch URL: http://rpmlint.zarb.org/ BuildRequires: python >= 1.5.2 BuildRequires: python-modules @@ -62,6 +63,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 @@ -134,6 +136,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.38 2011/02/14 07:12:18 glen +- add /sbin/postshell as valid shell + Revision 1.37 2011/02/13 20:07:33 glen - different approach for test fixing ================================================================ Index: packages/rpmlint/postshell.patch diff -u /dev/null packages/rpmlint/postshell.patch:1.1 --- /dev/null Mon Feb 14 08:12:23 2011 +++ packages/rpmlint/postshell.patch Mon Feb 14 08:12:18 2011 @@ -0,0 +1,10 @@ +--- rpmlint-1.1/PostCheck.py~ 2010-03-30 23:34:48.000000000 +0300 ++++ rpmlint-1.1/PostCheck.py 2011-02-14 09:10:42.107466196 +0200 +@@ -27,6 +27,7 @@ + '/sbin/sash', + '/usr/bin/perl', + '/sbin/ldconfig', ++ '/sbin/postshell', + ) + + DEFAULT_EMPTY_SHELLS = ('/sbin/ldconfig', ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpmlint/rpmlint.spec?r1=1.37&r2=1.38&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
