Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | really fix bogus macro expanding | Thierry Vignaud | 2018-09-14 | 1 | -2/+2 |
| | | | | | | | | rationale: since the following upstream rpm commit: https://github.com/rpm-software-management/rpm/commit/ca36c2a12bcde1340da0421a788863f83aaccd08 rpm doesn't honor/recognize %__dbi_cdb We now have to alter directly %__dbi_other | ||||
* | Revert "Only modify %__dbi_cdb if it is defined" | Thierry Vignaud | 2018-09-14 | 2 | -11/+2 |
| | | | | This reverts commit 0343f1bfc6d9fd76ba6bf911def836a47026a97a. | ||||
* | Only modify %__dbi_cdb if it is defined | Pascal Terjan | 2018-09-14 | 2 | -2/+11 |
| | | | | | This should avoid a misleading 'Too many levels of recursion in macro expansion' message as seen in mga#23531 | ||||
* | do not run monitor-edid with drakx-in-chroot | Thierry Vignaud | 2018-09-13 | 2 | -1/+4 |
| | | | | rationale: it can timeouting | ||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2018-09-03 | 1 | -24/+17 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2018-09-03 | 1 | -4/+4 |
| | |||||
* | 1.591.59 | Thomas Backlund | 2018-08-26 | 2 | -1/+3 |
| | |||||
* | adapt for btrfs-progs 4.17.1 | Thomas Backlund | 2018-08-26 | 2 | -1/+3 |
| | |||||
* | raid fixes affects installer too | Thomas Backlund | 2018-08-26 | 1 | -0/+4 |
| | |||||
* | 1.581.58 | Thomas Backlund | 2018-08-26 | 2 | -1/+3 |
| | |||||
* | adapt for perl-5.28 | Thomas Backlund | 2018-08-26 | 2 | -17/+23 |
| | |||||
* | 18.018.0 | Thierry Vignaud | 2018-08-25 | 2 | -1/+3 |
| | |||||
* | include mode modules for Encode (mga#23481) | Thierry Vignaud | 2018-08-25 | 2 | -0/+4 |
| | |||||
* | unicore/lib seems uneeded now | Thierry Vignaud | 2018-08-25 | 1 | -4/+0 |
| | |||||
* | include more HID/I2C modules (mga#20327) | Thierry Vignaud | 2018-08-25 | 1 | -3/+3 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2018-08-24 | 1 | -3/+4 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2018-08-23 | 1 | -2/+2 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2018-08-23 | 1 | -3/+3 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2018-08-23 | 1 | -2/+2 |
| | |||||
* | remove get_existing change from NEWS, it was only a comment update... | Thomas Backlund | 2018-08-22 | 1 | -1/+0 |
| | |||||
* | raid10: use layout f2 with 2 disks for performance | Thomas Backlund | 2018-08-22 | 2 | -0/+2 |
| | |||||
* | raid: get_existing(): detect raid10 | Thomas Backlund | 2018-08-22 | 2 | -1/+2 |
| | |||||
* | group mdadm changes | Thomas Backlund | 2018-08-22 | 1 | -2/+3 |
| | |||||
* | raid10 can be created with just 2 disks as a high-performance raid1 | Thomas Backlund | 2018-08-22 | 2 | -1/+2 |
| | |||||
* | raid6 can be used with 3 disks and up | Thomas Backlund | 2018-08-22 | 2 | -1/+2 |
| | |||||
* | installer: remove current media before adding online media (mga#19742) | Thierry Vignaud | 2018-08-11 | 3 | -0/+5 |
| | | | | | | | | | | | | | thus preventing a failure when installing updates (due to udisks-daemon not running) if a package was available in the install media. Note that this will also cause the live system local repo to be removed when finish-install is run after installing the live system to disk. This is harmless - anything in the local repo should also be available in the online media - and indeed, leads to a cleaner system. (committed by Martin Whitaker <mageia@martin-whitaker.me.uk>) | ||||
* | bootloader: include the 'Mageia' entry in the grub2 Default choices (mga#23393) | Martin Whitaker | 2018-08-11 | 3 | -1/+4 |
| | | | | | A parsing bug in bootloader::read_grub2() stopped the main menuentry being added to $bootloader{entries}. | ||||
* | 17.9917.99 | Thierry Vignaud | 2018-08-09 | 2 | -1/+3 |
| | |||||
* | actually include the XS part of List::MoreUtils::XS | Thierry Vignaud | 2018-08-09 | 1 | -0/+1 |
| | |||||
* | adapt to perl 5.28: fix including stuff from pkgs | Thierry Vignaud | 2018-08-09 | 2 | -3/+3 |
| | | | | need to expand macro when using "matching" | ||||
* | adapt to perl 5.28 | Thierry Vignaud | 2018-08-09 | 3 | -75/+90 |
| | | | | | - perl modules are now in /usr/LIB/perl5 (bin) or /usr/share/perl5 (noarch) - ARCH-linux-thread-multi & version is no more used in path | ||||
* | enhance previous log message | Thierry Vignaud | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | include libinput 1.12 RC2 moved quirks | Thierry Vignaud | 2018-08-01 | 1 | -0/+4 |
| | |||||
* | adapt to 1.12 RC1 | Thierry Vignaud | 2018-08-01 | 2 | -2/+1 |
| | |||||
* | add missing hyphen-minus | Thierry Vignaud | 2018-08-01 | 1 | -1/+1 |
| | |||||
* | 2.522.52 | Thomas Backlund | 2018-07-25 | 2 | -1/+3 |
| | |||||
* | 2.302.30 | Thomas Backlund | 2018-07-25 | 2 | -1/+3 |
| | |||||
* | add missing smartpqi driver (mga#23305) | Thomas Backlund | 2018-07-25 | 5 | -1/+9 |
| | |||||
* | 2.512.51 | Thomas Backlund | 2018-07-02 | 2 | -1/+3 |
| | |||||
* | 2.292.29 | Thomas Backlund | 2018-07-02 | 2 | -1/+2 |
| | |||||
* | add missing Mellanox drivers (mga#23263) | Thomas Backlund | 2018-07-02 | 3 | -2/+6 |
| | |||||
* | 17.9817.98 | Thierry Vignaud | 2018-06-22 | 3 | -1/+5 |
| | |||||
* | 2.50 | Thierry Vignaud | 2018-06-22 | 2 | -1/+3 |
| | |||||
* | 2.28 | Thierry Vignaud | 2018-06-22 | 2 | -1/+2 |
| | |||||
* | sync with kernel 4.1[5-7] | Thierry Vignaud | 2018-06-22 | 5 | -9/+16 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2018-06-13 | 1 | -5/+5 |
| | |||||
* | Update Hindi translation from Tx | Yuri Chornoivan | 2018-06-09 | 1 | -40/+5 |
| | |||||
* | Update Hindi translation from Tx | Yuri Chornoivan | 2018-06-09 | 1 | -64/+14 |
| | |||||
* | Update Hindi translation from Tx | Yuri Chornoivan | 2018-06-09 | 1 | -31/+11 |
| | |||||
* | 17.9717.9712.75e36beb8669302615274ffbb013ac2c92605cafa6 | Thierry Vignaud | 2018-06-05 | 3 | -1/+5 |
| |