<feed xmlns='http://www.w3.org/2005/Atom'>
<title>urpmi/t, branch 7.12</title>
<subtitle>Software Installation Tools</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/'/>
<entry>
<title>drop support for rpm5</title>
<updated>2012-10-04T14:41:48+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-10-04T14:41:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=f2be43ab69e87c9c3ded8db93ab3b499acf04dfb'/>
<id>f2be43ab69e87c9c3ded8db93ab3b499acf04dfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(test_urpmi) ignore new "SECURITY:" messages</title>
<updated>2012-08-31T16:46:01+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-08-31T16:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=b51ac1c750bc83d89e5e87e787ca580e6c53afe3'/>
<id>b51ac1c750bc83d89e5e87e787ca580e6c53afe3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix testsuite: use new --no-verify-rpm option</title>
<updated>2012-08-31T16:44:25+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-08-31T16:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=3ccb8f6d26f9ae146b863a16a02863497612fc2c'/>
<id>3ccb8f6d26f9ae146b863a16a02863497612fc2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>silent a 4years+ old warning when running testsuite</title>
<updated>2012-06-13T18:43:22+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-06-13T18:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=a8a6449e6596f950f2f4ebd6a45ce19be37a1b78'/>
<id>a8a6449e6596f950f2f4ebd6a45ce19be37a1b78</id>
<content type='text'>
option --src is deprecated by --buildrequires since commit r233081
by pixel on Fri Jan 18 2008...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
option --src is deprecated by --buildrequires since commit r233081
by pixel on Fri Jan 18 2008...
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a testsuite regression with rpm-4.10.0</title>
<updated>2012-06-08T18:52:46+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-06-08T18:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=5d7414cd5dc0c7dbdfe5314df4253cb14f86e9b2'/>
<id>5d7414cd5dc0c7dbdfe5314df4253cb14f86e9b2</id>
<content type='text'>
disable failing %%pretrans test with rpm-4.10.0 which now fails with:
"error: pretrans-1-1.x86_64: install skipped"

b/c in rpm-4.10.0:
"%pretrans scriptlet failure now fails the install of the package %(similarly to %pre and %preun semantics)"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
disable failing %%pretrans test with rpm-4.10.0 which now fails with:
"error: pretrans-1-1.x86_64: install skipped"

b/c in rpm-4.10.0:
"%pretrans scriptlet failure now fails the install of the package %(similarly to %pre and %preun semantics)"
</pre>
</div>
</content>
</entry>
<entry>
<title>fix testsuite faillure introduced in commit r3103 on Feb 27 2012:</title>
<updated>2012-06-08T18:50:46+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-06-08T18:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=34b0c13bce43796a09724d30eb90f2d6545d71d5'/>
<id>34b0c13bce43796a09724d30eb90f2d6545d71d5</id>
<content type='text'>
"fix urpmi failing silently and with exit status 0 when package
 installation fails due to either conflicts (mdv#63072) or to
 unselecting package (inspirated by mdv, mdv#63940)"

urpmi now exit with 17 instead of 0 in that case unless we comment
"$exit_code ||= $urpm::postponed_code;" in urpmi
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"fix urpmi failing silently and with exit status 0 when package
 installation fails due to either conflicts (mdv#63072) or to
 unselecting package (inspirated by mdv, mdv#63940)"

urpmi now exit with 17 instead of 0 in that case unless we comment
"$exit_code ||= $urpm::postponed_code;" in urpmi
</pre>
</div>
</content>
</entry>
<entry>
<title>(system_should_partially_fail,urpmi_partial) introduce them for next commit</title>
<updated>2012-06-08T18:50:43+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-06-08T18:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=0a1719e9c340767641112ab79120cae41669f755'/>
<id>0a1719e9c340767641112ab79120cae41669f755</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(test_exotic_medium_name) skip test when building as root in /root</title>
<updated>2012-06-08T18:50:40+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-06-08T18:50:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=f406c1c4b8e3d3df97510b2a85d062ebe4e4e1bc'/>
<id>f406c1c4b8e3d3df97510b2a85d062ebe4e4e1bc</id>
<content type='text'>
else File::Path::mkpath() in urpm::create_var_lib_rpm() tries to
create directories in /root/rpmbuild/urpmi*/t/root (but as nobody),
thus it stat every directory in $PWD, which fails (due to permissions!)
then try to create them which fails (due to directory already existing)

another solution would be to use a mkstemp()ed directory in TMPDIR...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
else File::Path::mkpath() in urpm::create_var_lib_rpm() tries to
create directories in /root/rpmbuild/urpmi*/t/root (but as nobody),
thus it stat every directory in $PWD, which fails (due to permissions!)
then try to create them which fails (due to directory already existing)

another solution would be to use a mkstemp()ed directory in TMPDIR...
</pre>
</div>
</content>
</entry>
<entry>
<title>fix 4years+ old warning when running testsuite</title>
<updated>2012-06-08T18:50:32+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-06-08T18:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=bd979bcd12d26d94f372027ab198386d38f7161f'/>
<id>bd979bcd12d26d94f372027ab198386d38f7161f</id>
<content type='text'>
-option --src is deprecated by --buildrequires since commit r233081 by
pixel on Fri Jan 18 2008...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-option --src is deprecated by --buildrequires since commit r233081 by
pixel on Fri Jan 18 2008...
</pre>
</div>
</content>
</entry>
<entry>
<title>(handle_need_restart) enable to test "should restart" again</title>
<updated>2012-02-27T20:49:25+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-02-27T20:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=461f6c5750f907ed6c6c4825d130644bb490b797'/>
<id>461f6c5750f907ed6c6c4825d130644bb490b797</id>
<content type='text'>
it didn't work since commit r263652 on Tue Nov 24 2009 (was:
"(handle_need_restart) do not advice to reboot when inside a chroot")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it didn't work since commit r263652 on Tue Nov 24 2009 (was:
"(handle_need_restart) do not advice to reboot when inside a chroot")
</pre>
</div>
</content>
</entry>
</feed>
