diff options
author | Thomas Backlund <tmb@mageia.org> | 2011-04-02 20:04:51 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2011-04-02 20:04:51 +0000 |
commit | d99984ef5a539727861b26839d9c83ba66e295a7 (patch) | |
tree | 9a78db82ea26c68df42e650ee7601fc613ae9c5b | |
parent | ed8c9c7f3096c626c9a0419626524f477d3ae854 (diff) | |
download | drakx-d99984ef5a539727861b26839d9c83ba66e295a7.tar drakx-d99984ef5a539727861b26839d9c83ba66e295a7.tar.gz drakx-d99984ef5a539727861b26839d9c83ba66e295a7.tar.bz2 drakx-d99984ef5a539727861b26839d9c83ba66e295a7.tar.xz drakx-d99984ef5a539727861b26839d9c83ba66e295a7.zip |
update modules list needed for md raid456 and dm-raid 4/5/6 target
-rw-r--r-- | perl-install/Makefile | 2 | ||||
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 9494fefd6..cd393675a 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -65,7 +65,7 @@ localcopy: clean localdist: tar tar: localcopy - tar cfa $(PACKAGE)-$(PKGVERSION).tar.lzma $(PACKAGE)-$(PKGVERSION) + tar cfa $(PACKAGE)-$(PKGVERSION).tar.xz $(PACKAGE)-$(PKGVERSION) rm -rf $(PACKAGE)-$(PKGVERSION) # rules to build a distributable rpm diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 0084e0049..b826dc3db 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=13.46 +VERSION:=13.47 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index dc410a756..19012a660 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,7 +1,8 @@ +Version 13.47 - modify a string in partitioning_wizard.pm to be more grammatically correct (spotted by Sigrid Carrera, on mageia-i18n ML) +- update modules list needed for md raid456 and dm-raid 4/5/6 target -Version 13.45 - arm/mips support - use EVIOCGBIT ioctl instead of parsing /proc/bus/input/devices |