<feed xmlns='http://www.w3.org/2005/Atom'>
<title>urpmi/NEWS, branch master</title>
<subtitle>Software Installation Tools</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/'/>
<entry>
<title>rename NEWS as Changes (Kwalitee)</title>
<updated>2020-05-06T08:15:56+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-05-04T16:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=23c25f74e4dd6ce7fcdf57a002f6094f906d0e50'/>
<id>23c25f74e4dd6ce7fcdf57a002f6094f906d0e50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Makefile.PL not executable (Kwalitee)</title>
<updated>2020-05-04T16:03:09+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-05-04T08:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=10cd08f3353d081ec566eaea1e748e1b4a213266'/>
<id>10cd08f3353d081ec566eaea1e748e1b4a213266</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cpan_testers: fix genhdlist2 defaulting to zstd</title>
<updated>2020-05-02T13:46:37+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-05-02T13:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=e1201225289acd21766007bc10475aacb4fc748e'/>
<id>e1201225289acd21766007bc10475aacb4fc748e</id>
<content type='text'>
fix a local zstd change in genhdlist2 that wrongly made it into
testsuite's bundled version
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix a local zstd change in genhdlist2 that wrongly made it into
testsuite's bundled version
</pre>
</div>
</content>
</entry>
<entry>
<title>forgot the version banner</title>
<updated>2020-04-30T22:41:00+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-04-30T22:41:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=2760a1bb927ec81857d610111a8e862d6340ac61'/>
<id>2760a1bb927ec81857d610111a8e862d6340ac61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix running genhlist2 with the right perl version</title>
<updated>2020-04-30T22:35:35+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-04-30T15:58:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=185f13752b8cf02f51e48f6b798d478b32386f28'/>
<id>185f13752b8cf02f51e48f6b798d478b32386f28</id>
<content type='text'>
Else genhdlist2 may fail to load URPM if it doesn't use the perl version for
which URPM was installed.

This affects CPAN smokers where several perl versions are installed.

Eg in http://www.cpantesters.org/cpan/report/6808b728-8a34-11ea-bab2-e37d1f24ea8f
CPAN says INC=
    /usr/perl5.30.0p/lib/site_perl/5.30.0/amd64-freebsd
    /usr/perl5.30.0p/lib/site_perl/5.30.0
    /usr/perl5.30.0p/lib/5.30.0/amd64-freebsd
    /usr/perl5.30.0p/lib/5.30.0
Which is consistent with $^X = /usr/perl5.30.0p/bin/perl5.30.0

But genhdlist2 fails with:
Can't locate URPM.pm in @INC (you may need to install the URPM module) (@INC contains: /usr/home/cpansand/.cpan/build/2020042914/urpmi-v8.122-1/blib/lib /usr/home/cpansand/.cpan/build/2020042914/urpmi-v8.122-1/blib/arch /usr/perl5.28.2-RC1p/lib/site_perl/5.28.2/amd64-freebsd /usr/perl5.28.2-RC1p/lib/site_perl/5.28.2 /usr/perl5.28.2-RC1p/lib/5.28.2/amd64-freebsd /usr/perl5.28.2-RC1p/lib/5.28.2 .) at /usr/home/cpansand/.cpan/build/2020042914/urpmi-v8.122-1/t/genhdlist2 line 6.
BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2020042914/urpmi-v8.122-1/t/genhdlist2 line 6.
Ie it used the wrong perl-5.28.2 instead of perl-5.30.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Else genhdlist2 may fail to load URPM if it doesn't use the perl version for
which URPM was installed.

This affects CPAN smokers where several perl versions are installed.

Eg in http://www.cpantesters.org/cpan/report/6808b728-8a34-11ea-bab2-e37d1f24ea8f
CPAN says INC=
    /usr/perl5.30.0p/lib/site_perl/5.30.0/amd64-freebsd
    /usr/perl5.30.0p/lib/site_perl/5.30.0
    /usr/perl5.30.0p/lib/5.30.0/amd64-freebsd
    /usr/perl5.30.0p/lib/5.30.0
Which is consistent with $^X = /usr/perl5.30.0p/bin/perl5.30.0

But genhdlist2 fails with:
Can't locate URPM.pm in @INC (you may need to install the URPM module) (@INC contains: /usr/home/cpansand/.cpan/build/2020042914/urpmi-v8.122-1/blib/lib /usr/home/cpansand/.cpan/build/2020042914/urpmi-v8.122-1/blib/arch /usr/perl5.28.2-RC1p/lib/site_perl/5.28.2/amd64-freebsd /usr/perl5.28.2-RC1p/lib/site_perl/5.28.2 /usr/perl5.28.2-RC1p/lib/5.28.2/amd64-freebsd /usr/perl5.28.2-RC1p/lib/5.28.2 .) at /usr/home/cpansand/.cpan/build/2020042914/urpmi-v8.122-1/t/genhdlist2 line 6.
BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2020042914/urpmi-v8.122-1/t/genhdlist2 line 6.
Ie it used the wrong perl-5.28.2 instead of perl-5.30.0
</pre>
</div>
</content>
</entry>
<entry>
<title>BSD: prevent failing due to broken deps generator</title>
<updated>2020-04-30T22:35:24+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-04-30T08:33:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=3c32b4be2cc7ab6a04a0fd6240258e76ce1a825e'/>
<id>3c32b4be2cc7ab6a04a0fd6240258e76ce1a825e</id>
<content type='text'>
some FreeBSD CPAN smokers sometimes fails with:
error: Couldn't exec /usr/local/lib/rpm/elfdeps: No such file or directory

The testsuite passes smoothly before &amp; after that change.
The only impact is that with that,
t/media/rpm-query-in-scriptlet/rpm-query-in-scriptlet-1-1.x86_64.rpm
lose one requires on one of its own provides:
removed     REQUIRES librpm.so.9()(64bit)

Which is fine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some FreeBSD CPAN smokers sometimes fails with:
error: Couldn't exec /usr/local/lib/rpm/elfdeps: No such file or directory

The testsuite passes smoothly before &amp; after that change.
The only impact is that with that,
t/media/rpm-query-in-scriptlet/rpm-query-in-scriptlet-1-1.x86_64.rpm
lose one requires on one of its own provides:
removed     REQUIRES librpm.so.9()(64bit)

Which is fine.
</pre>
</div>
</content>
</entry>
<entry>
<title>bump requires on URPM to 5.28</title>
<updated>2020-04-30T22:35:11+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-04-29T19:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=ffd2f3bb45bfc04e97f2e77b429204c48dad6534'/>
<id>ffd2f3bb45bfc04e97f2e77b429204c48dad6534</id>
<content type='text'>
so that we can be tester nearly everywhere
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so that we can be tester nearly everywhere
</pre>
</div>
</content>
</entry>
<entry>
<title>fix testuite if glibc-static-devel isn't installed</title>
<updated>2020-04-30T22:35:11+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-04-29T16:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=8169b1b90fce87850da1829efe4267b00ab717dc'/>
<id>8169b1b90fce87850da1829efe4267b00ab717dc</id>
<content type='text'>
On some older distributions (eg: Mageia 2), it would fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On some older distributions (eg: Mageia 2), it would fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix running testsuite with rpm-4.9</title>
<updated>2020-04-30T22:35:08+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-04-29T16:12:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=378c25612aa4b202bf3b55182b9bab5a83890a02'/>
<id>378c25612aa4b202bf3b55182b9bab5a83890a02</id>
<content type='text'>
Basically restoring commit 654ffaa9caf78556b9759c18345b5ec9207f3c43 for
older rpm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Basically restoring commit 654ffaa9caf78556b9759c18345b5ec9207f3c43 for
older rpm
</pre>
</div>
</content>
</entry>
<entry>
<title>do not skip network tests on pre-UsrMove distros</title>
<updated>2020-04-30T22:34:42+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-04-29T15:28:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=7446f94c052a40a5f21253b97a0fd36495ea7ed8'/>
<id>7446f94c052a40a5f21253b97a0fd36495ea7ed8</id>
<content type='text'>
Eg: on Mageia 2, the network test would be skipped due to faulty test
which caused us to think no downloader would be available
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Eg: on Mageia 2, the network test would be skipped due to faulty test
which caused us to think no downloader would be available
</pre>
</div>
</content>
</entry>
</feed>
