summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-04-30 10:42:46 +0000
committerThierry Vignaud <tv@mageia.org>2012-04-30 10:42:46 +0000
commit0d0b7f68c59b80047de62e889e3b09b35ff1f40b (patch)
tree011cb1bb4ccabdf14699fd6352b54840ed7c67d8
parent1aa8e01fadea0138af074a7e945d9e04114ef0df (diff)
downloaddrakx-0d0b7f68c59b80047de62e889e3b09b35ff1f40b.tar
drakx-0d0b7f68c59b80047de62e889e3b09b35ff1f40b.tar.gz
drakx-0d0b7f68c59b80047de62e889e3b09b35ff1f40b.tar.bz2
drakx-0d0b7f68c59b80047de62e889e3b09b35ff1f40b.tar.xz
drakx-0d0b7f68c59b80047de62e889e3b09b35ff1f40b.zip
no need to list affected file names in NEWS
-rw-r--r--perl-install/install/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 2704f65f0..9d7b8f91c 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,11 +1,11 @@
-- packageByName: Fix noarch handling/search on 64bit as they're in 32 and 64 bit
+- fix noarch handling/search on 64bit as they're in 32 and 64 bit
media and in some cases it may return the not-installed rpm while the other is.
(it was found by default.jpg/xorg.conf not being done by configureX step, even
with task-x11 installed)
- fix rebooting on autoinstall by using a "wider" regexp (otherwise udevd was
not found by fuzzy_pidofs) and gives some time to udevd process to disappear.
Also, don't try to unmount /dev as it's still used by other processes.
-- pkgs.pm, http.pm: Allow to set urpm curl options in order to be able
+- allow to set urpm curl options in order to be able
to make curl quiet when running an autoinstall in text mode. This can
be set throught the new option "curl_options" in the auto_inst file.
Also, use '-s' by default when downloading VERSION and auto_inst file.