Bug 19356

Summary: wrong documentation (--nobuild)
Product: Branch 4.0 Reporter: Ivan Zakharyaschev <imz>
Component: rpmAssignee: Dmitry V. Levin <ldv>
Status: CLOSED FIXED QA Contact: Q.A. 4.0 <qa-4.0>
Severity: minor    
Priority: P2    
Version: 4.0   
Hardware: all   
OS: Linux   

Description Ivan Zakharyaschev 2009-03-27 01:28:24 MSK
rpm-4.0.4-alt77.M40.11

man rpm says:

    INSTALL AND UPGRADE OPTIONS
...
      --nobuild
              Do not install the package, simply check for and report potential conflicts.

but it doesn't work:

# rpm -Uhv emacs23* --nobuild
--nobuild: unknown option
# 

Correction: --test should be used.
Comment 1 Repository Robot 2009-04-19 01:02:55 MSD
rpm-4.0.4-alt98.4 -> sisyphus:

* Sat Apr 18 2009 Dmitry V. Levin <ldv@altlinux> 4.0.4-alt98.4

- rpm.8: Fixed typo (closes: #19356).
- platform.in: Added macros: %_logrotatedir, %_runtimedir (closes: #13639).
- Dropped deprecated RPMTAG_RHNPLATFORM support.
- Dropped unused RPMTAG_PLATFORM support.
- rpmVersionCompare(): Added handling of omitted tags.
- rpmevrcmp: Changed to use rpmVersionCompare() instead of rpmEVRcmp().
- 0common-files.req.list: Added /etc/X11/wms-methods.d (Igor Vlasenko).