From dc5524b0906cf3111c49cd16396b22668b6d7ee2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 9 Aug 2007 14:04:25 +0000 Subject: - urpmi o explicit error when using "urpmi ---install-src" as user with remote media o add support for "suggests": a newly suggested package is installed as if required, but one can remove it afterwards, or use --no-suggests - urpmf o handle --suggests all the work is done in perl-URPM 1.69 --- pod/urpmf.8.pod | 4 ++++ pod/urpmi.8.pod | 5 +++++ pod/urpmi.cfg.5.pod | 4 ++++ 3 files changed, 13 insertions(+) (limited to 'pod') diff --git a/pod/urpmf.8.pod b/pod/urpmf.8.pod index af05582c..897aeabc 100644 --- a/pod/urpmf.8.pod +++ b/pod/urpmf.8.pod @@ -184,6 +184,10 @@ Prints the Size tag. Prints the names of source rpms. +=item B<--suggests> + +Prints the Suggests tag. + =item B<--summary> Prints the Summary tag. diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index 710dd28f..33476963 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -185,6 +185,11 @@ Quiet mode: when calling rpm no upgrade status is printed. Proposes a verbose mode with various messages. +=item B<--no-suggests> + +With this option, urpmi will not install "suggested" packages. +By default, urpmi will install (newly) suggested packages. + =item B<--allow-nodeps> With this option, urpmi will ask the user on error whether it should diff --git a/pod/urpmi.cfg.5.pod b/pod/urpmi.cfg.5.pod index 420b41c6..34e90a28 100644 --- a/pod/urpmi.cfg.5.pod +++ b/pod/urpmi.cfg.5.pod @@ -29,6 +29,10 @@ Same as specifying B<--allow-force> for urpmi. Disabled by default. Same as specifying B<--allow-nodeps> for urpmi. Disabled by default. +=item B + +Same as specifying B<--no-suggests> for urpmi. Disabled by default. + =item B Same as specifying B<--auto> for urpmi. Disabled by default. -- cgit v1.2.1