| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Resolves: mga#23531
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
commit 6aaf7d1e438b9820164b94d3b548a858bb6abf68 was working smoothly 6
years ago but no more with perl-5.26
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
this increases the installation size as some file triggers are now quite
slow (eg: man-db)
previously tried in commit b6834f91d61d50c4ccfea3b5977363829ef3a1f8
|
| |
|
| |
|
|
|
|
| |
Should help with mga#19196.
|
|
|
|
| |
(mga#9386)
|
| |
|
|
|
|
|
|
|
|
|
| |
...when considering real kernels
Thus preventing kernel-firmware-nonfree being falsely detected as an
orphan package (mga#12361).
It should be handled by generic orphan mechanism
|
| |
|
|
|
|
| |
...which fixed %preun not aborting package erasure
|
| |
|
|
|
|
| |
now testuite pass again after droping the "gnu_compat" option
|
| |
|
|
|
|
| |
thus fixing t/superuser--orphans.t regressions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
aria2c > 1.14 changed the output of the progress download string
it's no longer what follows:
"[#1 SIZE:176.0KiB/2.5MiB(6%) CN:3 SPD:256.22KiBs ETA:09s]"
but here is the new one from aria2c 1.16 and beyond:
"[#2c8dae 496KiB/830KiB(59%) CN:1 DL:84KiB ETA:3s]"
So the old parser no longer works...
The string parser has been rewritten by Shlomi Fish with use of
multiline mode and comments for better readability, should aria2c
progress download string change again
Dug & fixed by Giuseppe Ghibò <ghibomgx@gmail.com> and Shlomi Fish
<shlomif@shlomifish.org>
|
| |
|
| |
|
|
|
|
| |
need URPM >= 5.07
|
|
|
|
|
| |
thus fixing warnings when using eg: eatmydata (b/c of missing object in
the chroot)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Sort http mirrors to the beginning of the mirror list. This avoids an
rsync mirror being selected as the mirror sometimes, which causes the
preferred aria2 downloader from not being used.
This also has the effect that in practice aria2 will only be given http
mirrors. If this causes issues, the sorting code can be changed to
reverse sort with the presence of "rsync://" instead.
|
| |
|
|
|
|
| |
breakage in commit ab62a489340294a8cf0f4960b8201b07f2e29bb3
|
| |
|
|
|
|
| |
breakage in commit ab62a489340294a8cf0f4960b8201b07f2e29bb3
|
| |
|
|
|
|
|
|
|
| |
Apparently perl-2.22's ExtUtils-MakeMaker started wrapping the $(....)
variables in double-quotes, which broke urpmi's "make install"...
v2: perl_checker cleanups (Thierry Vignaud)
|
|
|
|
|
| |
while real perl code, this wasn't parsable by perl_checker, which broke
urpmi-8.07's build :-(
|
| |
|
| |
|
|
|
|
|
| |
thus fixing unmarking packages as potential orphans when downgrading
(mga#16149)
|
|\ |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
basically reverting commit 5d7414cd5dc0c7dbdfe5314df4253cb14f86e9b2
and inversing the test expected result
needs rpm-4.12.90-2.mga6 or newer
|
| |
| |
| |
| |
| | |
needed for next commit because:
lua's exit(1) is ignored since rpm-4.9.0
|