summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 8.1218.121Thierry Vignaud2020-04-091-0/+2
|
* cpan-testers: fix building rpms on FreeBSDThierry Vignaud2020-04-091-0/+1
| | | | install do not have -d option on FreeBSD
* cpan-testers: fix an error on FreeBSDThierry Vignaud2020-04-091-0/+1
| | | | | | commit 1089a6c113c53cd77147808ebeb4f6d0ef03fa89 really was about silencing a warning, so let's not break other OSes who do not have that lib or not in this location
* cpan_testers: workaround 'nogroup' not existing on CentOSThierry Vignaud2020-04-091-0/+1
|
* cpan_testers: workaround disabled nobody accountThierry Vignaud2020-04-091-0/+1
| | | | | On CentOS7, the error message is: 'This account is currently not available.'
* cpan_testers: fix a test with rpm < 4.13.0Thierry Vignaud2020-04-091-0/+1
| | | | | | | | It was failing for older versions of rpm since commit 32c4bc874e3f7fc99188bf045902b1018f38855a This fix the counting & adjust to missing pkg name when erasing with older rpms
* cpan_testers: set PATHThierry Vignaud2020-04-091-0/+1
| | | | | rationale: CPAN testers installs genhdlist2 using cpan but do not have /usr/local/bin in their PATH
* add dummy package for CPAN & proper indexationThierry Vignaud2020-04-091-0/+2
| | | | Related: RT#127881
* cpan_testers: skip weak deps test on CentOS 7 (unsupported)Thierry Vignaud2020-04-091-0/+1
| | | | | | | | | | | | rationale: CentOS 7's rpm doesn't support eg Recommendstag, it only knows their definitions but is unable to parse a spec file using Recommends Ideally we should be able to detect a too old/unpatched rpm... Technically, we could check whether it's Mageia < 6 which did have an non upstream implementation (but was using Suggests tag instead of Recommends and so would need testsuite adaption -- not worth it)
* add support for --reinstallThierry Vignaud2020-03-051-0/+2
| | | | Needs perl-URPM-5.25 (it won't work with rpm < 4.12.x)
* cpan_testers: require a newer rpmtoolsThierry Vignaud2020-03-021-1/+1
| | | | | | we need a rpmtools that rely on Digest::MD5 instead of md5sum so that urpmi's coverage can increase (aka stop t/02create_pkgs.t to fail everywhere)
* cpan_testers: require a newer enough Test::MoreThierry Vignaud2020-03-021-0/+1
| | | | | | | | | | should workaround some failures such as: http://www.cpantesters.org/cpan/report/6d3e1bc0-3755-11ea-83ea-5104bae6192e The plan was already output at /usr/lib/perl5/5.22.3/Test/Builder.pm line 2510. t/superuser--suggests.t ......................................... All 126 subtests passed
* urpmq -i: display epoch when using -i (mga#25735)Thierry Vignaud2020-03-021-0/+2
|
* cpan_testers: skip mirrorlist tests on !MageiaThierry Vignaud2020-01-171-0/+1
| | | | | Rationale: It needs a Mageia specific patch that introduces Time::ZoneInfo->current_zone()"
* fix testsuite errors on CentOs (NVR vs NVRA)Thierry Vignaud2020-01-171-0/+1
| | | | | | where rpmquery default to outputing NVRA (vs NVR on Mageia) reuse check_installed_fullnames() where needed instead of introducing %{NVR}
* testsuite needs rpmtoolsThierry Vignaud2020-01-171-0/+1
| | | | | | | | | | | | | | | | | actually it really needs genhdlist2 from rpmtools The later provides a dummy rpmtools.pm package so that cpan testers can be happy We need at least 7.11 as previous versions forced vendor dir which is usually not defined, thus resulting in: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ERROR: Can't create '/' Do not have write permissions on '/' !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Which made urpmi's testsuite to fail on most cpan testers due to genhdlist2 not being available
* cpan-testers: actually needs perl >= 5.10 for //= operatorThierry Vignaud2020-01-171-0/+1
| | | | | | | | thus fixing: Tried to use 'urpm::args'. Error: syntax error at /data/home/cpansand/.cpan/build/2020010714/urpmi-v8.120.3-4/blib/lib/urpm/util.pm line 71, near "/." (Might be a runaway multi-line // string starting on line 69)
* fix failing scriptlets test with rpm < 4.13.0Thierry Vignaud2020-01-171-0/+1
| | | | | it got broken when wee added support for rpm 4.13.0 in commit cdcb6c6359e8ee2a590c3c40aa3b4d57ec3b1e80
* skip tests if we have no supported downloaderThierry Vignaud2020-01-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as seen in CPAN reports: <<< ...retrieving failed: no webfetch found, supported webfetch are: curl, wget, prozilla, aria2 no metadata found for medium "various" >>> Whic results in: <<< Test Summary Report ------------------- t/superuser--http.t (Wstat: 2560 Tests: 11 Failed: 10) Failed tests: 2-11 Non-zero exit status: 10 Files=40, Tests=3775, 953 wallclock secs ( 1.19 usr 0.08 sys + 309.33 cusr 52.13 csys = 362.73 CPU) Result: FAIL Failed 1/40 test programs. 10/3775 subtests failed. make: *** [Makefile:1155: test_dynamic] Error 255 (/usr/bin/make test exited with 512) CPAN::Reporter: Test result is 'fail', One or more tests failed. >>> And indeed: $ rpm -q curl wget prozilla aria2 package curl is not installed package wget is not installed package prozilla is not installed package aria2 is not installed Should have been done in commit 360f05b8db2029cb62c11f7eddb7fb57f3b774f1
* 8.1208.120Martin Whitaker2019-10-211-0/+2
|
* Fix test for whether any 32-bit packages are installed.Martin Whitaker2019-10-211-0/+2
|
* 8.1198.119Martin Whitaker2019-10-191-0/+5
|
* 8.1188.118Martin Whitaker2019-06-221-0/+2
|
* Ensure downloaded files are world-readable (mga#24636)Martin Whitaker2019-06-221-0/+2
| | | | | mgaapplet and urpm* commands run as a normal user need to be able to read the downloaded synthesis and info files.
* 8.1178.117Martin Whitaker2019-06-211-0/+2
|
* Ensure urpmi config and cache files are world-readable (mga#24636)Martin Whitaker2019-06-211-0/+2
| | | | | | | | | This is needed to allow mgaapplet and urpm* commands run as a normal user to work when run from a gdm-x-session, which sets the umask to 027. See also mga#9386 and mga#22262. We should perhaps take notice of the msec security level.
* 8.1168.116Martin Whitaker2019-05-271-1/+2
|
* On systems with 32-bit EFI, enable the Core 32bit media by default.Martin Whitaker2019-05-271-0/+2
|
* Don't enable 32-bit media by default on 64-bit systems (mga#24376)Martin Whitaker2019-05-251-0/+2
|
* 8.1158.115Thierry Vignaud2019-05-011-1/+8
|
* use proper version (RT#127142)Thierry Vignaud2019-05-011-0/+1
|
* cpan_testers: require URPM with wider rpm supportThierry Vignaud2018-09-191-0/+1
|
* make testsuite work with rpm < 4.14.2 againThierry Vignaud2018-09-191-0/+2
|
* fix _rpm_version() when rpm is translatedThierry Vignaud2018-09-191-0/+3
|
* 8.1148.114Thierry Vignaud2018-09-171-0/+2
|
* fix testsuite with rpm-4.14.2Thierry Vignaud2018-09-171-0/+3
|
* 8.1138.113Thierry Vignaud2018-09-141-0/+2
|
* add support for verify callback when installingThierry Vignaud2018-09-141-0/+1
| | | | Resolves: mga#23531
* adapt testsuite to rpm-4.14.2 RC1Thierry Vignaud2018-07-021-0/+2
| | | | | | we need to define %_pkgverify_level to none else locally build packages will derail the testsuite as some pkg installations will fail with eg: package nls-1.0-2.i386 does not verify: no digest
* 8.1128.112Thierry Vignaud2018-06-141-0/+5
|
* fix running with perl-5.26 (mga#23172)Thierry Vignaud2018-06-131-0/+3
| | | | | commit 6aaf7d1e438b9820164b94d3b548a858bb6abf68 was working smoothly 6 years ago but no more with perl-5.26
* 8.1118.111Thierry Vignaud2017-09-191-0/+2
|
* use XML::LibXML::Parser's 'huge' optionThierry Vignaud2017-09-181-0/+1
| | | | | | | | | | this is needed b/c of eg: ruby-google-api-client-doc which filelist is 11mb. However this makes libxml2 to fail b/c XML_MAX_TEXT_LENGTH is 10mb: $ urpmf-fast iso-grk2.gml Entity: line 4014501: parser error : xmlSAX2Characters: huge text node sr/share/gems/doc/google-api-client-0.13.5/ri/Google/Apis/SqladminV1beta3/Import
* update perl-base first tooThierry Vignaud2017-09-181-0/+2
|
* gurpmi: update perl-Pango first too (mga#21425)Thierry Vignaud2017-09-181-0/+3
|
* 8.1108.110Rémi Verschelde2017-07-131-0/+3
|
* Workaround a segfault in gurpmi (mga#21167)Pascal Terjan2017-07-111-0/+2
|
* 8.1098.109Rémi Verschelde2017-06-051-0/+4
|
* 8.1088.108Thierry Vignaud2017-05-091-0/+2
|
* increase transaction size from 8 to 50 (mga#18426)Thierry Vignaud2017-05-091-0/+2
| | | | | | | this increases the installation size as some file triggers are now quite slow (eg: man-db) previously tried in commit b6834f91d61d50c4ccfea3b5977363829ef3a1f8