/[packages]/misc/rpmlint/log
ViewVC logotype

Diff of /misc/rpmlint/log

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1206596 by misc, Thu Feb 17 23:55:44 2011 UTC revision 1206597 by pterjan, Mon Mar 5 00:01:18 2018 UTC
# Line 200  Line 200 
200    - TagsCheck.py: added LaTeX Project Public License (Guillaume    - TagsCheck.py: added LaTeX Project Public License (Guillaume
201    Rousse, bug #15928).    Rousse, bug #15928).
202  - PostCheck.py: adds userdel and groupdel to the list of  - PostCheck.py: adds userdel and groupdel to the list of
203    "dangerous" commands. (Ville Skyttä)    "dangerous" commands. (Ville Skyttä)
204  - BinariesCheck.py, Config.py, FilesCheck.py, README: mandriva  - BinariesCheck.py, Config.py, FilesCheck.py, README: mandriva
205  - TagsCheck.py: check that the url doesn't contain anymore  - TagsCheck.py: check that the url doesn't contain anymore
206    mandrake.    mandrake.
# Line 210  Line 210 
210  - FilesCheck.py: /etc/cron.d is a configuration directory, not a  - FilesCheck.py: /etc/cron.d is a configuration directory, not a
211    script directory (Guillaume Rousse)    script directory (Guillaume Rousse)
212  - FilesCheck.py: intepreters can also live in /sbin or /usr/sbin (Guillaume Rousse)  - FilesCheck.py: intepreters can also live in /sbin or /usr/sbin (Guillaume Rousse)
213  - PostCheck.py, README: add non-empty shell check (Ville Skyttä)  - PostCheck.py, README: add non-empty shell check (Ville Skyttä)
214    
215  * Thu Mar 10 2005 Frederic Lepied <flepied@mandrakesoft.com> 0.68-1mdk  * Thu Mar 10 2005 Frederic Lepied <flepied@mandrakesoft.com> 0.68-1mdk
216  - I18NCheck.py: Added recognition of Quechua (qu) language (Pablo)  - I18NCheck.py: Added recognition of Quechua (qu) language (Pablo)
# Line 225  Line 225 
225    wrong-script-end-of-line-encoding and    wrong-script-end-of-line-encoding and
226    wrong-file-end-of-line-encoding. (Guillaume Rousse, bug #12725).    wrong-file-end-of-line-encoding. (Guillaume Rousse, bug #12725).
227  - TagsCheck.py: o added the 'Graphical desktop/Xfce' group (bug #13141).  - TagsCheck.py: o added the 'Graphical desktop/Xfce' group (bug #13141).
228                  o added Design Sciences License (Sébastien Savarin)                  o added Design Sciences License (Sébastien Savarin)
229    fixed Lucent Public License    fixed Lucent Public License
230  - rpmdiff: filter the provides on name-version-release for the  - rpmdiff: filter the provides on name-version-release for the
231    package itself.    package itself.
# Line 252  Line 252 
252  - MenuCheck.py: added missing-menu-command (Michael Scherer)  - MenuCheck.py: added missing-menu-command (Michael Scherer)
253  - FilesCheck.py: don't report non-conffile-in-etc on executable.  - FilesCheck.py: don't report non-conffile-in-etc on executable.
254    
255  From Ville Skyttä:  From Ville Skyttä:
256    
257  - Flag installing files to /var/local as an error.  - Flag installing files to /var/local as an error.
258  - Improved perl temp file regexp.  - Improved perl temp file regexp.
# Line 355  From Ville Skyttä: Line 355  From Ville Skyttä:
355    
356  - PostCheck.py: makes postcheck not to whine about ghost files that  - PostCheck.py: makes postcheck not to whine about ghost files that
357    are created by %%triggerin scripts in addition to %%pre and %%post.    are created by %%triggerin scripts in addition to %%pre and %%post.
358    (Ville Skyttä)    (Ville Skyttä)
359    
360    Additionally, somewhat improved documentation on    Additionally, somewhat improved documentation on
361    one-line-commands, using "should" instead of "must" since AFAICS    one-line-commands, using "should" instead of "must" since AFAICS
362    %%post -p <command> cannot be used if <command> needs parameters.    %%post -p <command> cannot be used if <command> needs parameters.
363    (Ville Skyttä)    (Ville Skyttä)
364    
365  - MenuCheck.py: Add missing entries (David)  - MenuCheck.py: Add missing entries (David)
366    
# Line 392  directories (Michael Scherer) Line 392  directories (Michael Scherer)
392    
393  * Mon Dec 22 2003 Frederic Lepied <flepied@mandrakesoft.com> 0.53-1mdk  * Mon Dec 22 2003 Frederic Lepied <flepied@mandrakesoft.com> 0.53-1mdk
394  - FilesCheck.py: o log-files-without-logrotate (Michael Scherer)  - FilesCheck.py: o log-files-without-logrotate (Michael Scherer)
395                   o non-standard-executable-perm was never run (Ville Skyttä)                   o non-standard-executable-perm was never run (Ville Skyttä)
396                   o added checks for correct depmod calls in scriptlets (Eric Sandeen)                   o added checks for correct depmod calls in scriptlets (Eric Sandeen)
397  - ZipCheck.py: new check (Ville Skyttä)  - ZipCheck.py: new check (Ville Skyttä)
398  - SpecCheck.py: check lib packages only they start by lib (Pixel)  - SpecCheck.py: check lib packages only they start by lib (Pixel)
399  - spelling fixes (Ville Skyttä)  - spelling fixes (Ville Skyttä)
400  - InitScriptCheck.py: allow multiple spaces before chkconfig (Eric Sandeen)  - InitScriptCheck.py: allow multiple spaces before chkconfig (Eric Sandeen)
401    
402  * Fri Sep 05 2003 Frederic Lepied <flepied@mandrakesoft.com> 0.52-1mdk  * Fri Sep 05 2003 Frederic Lepied <flepied@mandrakesoft.com> 0.52-1mdk
# Line 415  directories (Michael Scherer) Line 415  directories (Michael Scherer)
415  - SpecCheck.py: allow the following form for a patch instruction:  - SpecCheck.py: allow the following form for a patch instruction:
416  %%patch -P 1 (request from Stephan Kulow)  %%patch -P 1 (request from Stephan Kulow)
417  - NamingPolicyCheck.py: first version from Michael Scherer  - NamingPolicyCheck.py: first version from Michael Scherer
418  - Pkg.py: in shell_var_value escape the var name to avoid a backtrace (Ville Skyttä)  - Pkg.py: in shell_var_value escape the var name to avoid a backtrace (Ville Skyttä)
419  - Config.py: don't warn on -debug packages (Ville Skyttä)  - Config.py: don't warn on -debug packages (Ville Skyttä)
420  - InitScriptCheck.py: added init-script-name-with-dot check (Michael Scherer)  - InitScriptCheck.py: added init-script-name-with-dot check (Michael Scherer)
421  - I18NCheck.py: Added 'mn' to list of languages (Pablo)  - I18NCheck.py: Added 'mn' to list of languages (Pablo)
422                  Added some more languages (Pablo)                  Added some more languages (Pablo)

Legend:
Removed from v.1206596  
changed lines
  Added in v.1206597

  ViewVC Help
Powered by ViewVC 1.1.30