Bug 19356 - wrong documentation (--nobuild)
Summary: wrong documentation (--nobuild)
Status: CLOSED FIXED
Alias: None
Product: Branch 4.0
Classification: Distributions
Component: rpm (show other bugs)
Version: 4.0
Hardware: all Linux
: P2 minor
Assignee: Dmitry V. Levin
QA Contact: Q.A. 4.0
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-27 01:28 MSK by Ivan Zakharyaschev
Modified: 2009-04-19 01:02 MSD (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).