<feed xmlns='http://www.w3.org/2005/Atom'>
<title>urpmi/t/data/SPECS/ordering-scriptlets, branch master</title>
<subtitle>Software Installation Tools</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/'/>
<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>use a more neutral C compiled</title>
<updated>2020-04-29T12:44:05+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-04-24T11:18:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=12528490d0885a9e2a665d5052c75e48e559441c'/>
<id>12528490d0885a9e2a665d5052c75e48e559441c</id>
<content type='text'>
Aka adapt to a world where gcc is no more the apex predator...
Several Linux distros as well as FreeBSD &gt;= 10 default to clang instead
of gcc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Aka adapt to a world where gcc is no more the apex predator...
Several Linux distros as well as FreeBSD &gt;= 10 default to clang instead
of gcc.
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify: BSD support -L but not --dereference</title>
<updated>2020-04-29T12:44:04+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-04-24T06:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=8424241ebdea1e07b852c0d77d6520d51b35b7f4'/>
<id>8424241ebdea1e07b852c0d77d6520d51b35b7f4</id>
<content type='text'>
This might help the following failure:
http://www.cpantesters.org/cpan/report/c8c690aa-8587-11ea-81c4-93681f24ea8f
cpio: Can't lstat /bin/sh:
cpio: Can't lstat /usr/local/bin/rpm:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This might help the following failure:
http://www.cpantesters.org/cpan/report/c8c690aa-8587-11ea-81c4-93681f24ea8f
cpio: Can't lstat /bin/sh:
cpio: Can't lstat /usr/local/bin/rpm:
</pre>
</div>
</content>
</entry>
<entry>
<title>cpan-testers: work without glibc-static-devel</title>
<updated>2020-04-29T12:38:28+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-04-21T20:45:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=48ec7f80caf6f42bb92c8cedd490974a4546d073'/>
<id>48ec7f80caf6f42bb92c8cedd490974a4546d073</id>
<content type='text'>
just build a dynamic binary but exclude its deps
rationale: quite a lot of CPAN testers do not have static libs
installed...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
just build a dynamic binary but exclude its deps
rationale: quite a lot of CPAN testers do not have static libs
installed...
</pre>
</div>
</content>
</entry>
<entry>
<title>explain why we need our own "static shell"</title>
<updated>2020-04-29T12:38:08+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-04-22T08:02:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=8f71a97c4a6759ada040eea2c5cc83acb46a18c2'/>
<id>8f71a97c4a6759ada040eea2c5cc83acb46a18c2</id>
<content type='text'>
historically we were used static dash but that was too Mageia centered
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
historically we were used static dash but that was too Mageia centered
</pre>
</div>
</content>
</entry>
<entry>
<title>cpan-testers: fix building rpms on FreeBSD</title>
<updated>2020-04-09T15:50:36+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-01-08T08:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=166471753c218266697f88a521eb1a042523cb1d'/>
<id>166471753c218266697f88a521eb1a042523cb1d</id>
<content type='text'>
install do not have -d option on FreeBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
install do not have -d option on FreeBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>kill useless Group: definitions</title>
<updated>2015-08-04T09:49:47+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-08-04T09:01:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=7882a503d78e66d919913ce80cfa5824647c7f71'/>
<id>7882a503d78e66d919913ce80cfa5824647c7f71</id>
<content type='text'>
uneeded since rpm-4.6.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uneeded since rpm-4.6.0
</pre>
</div>
</content>
</entry>
<entry>
<title>kill useless Url: definitions</title>
<updated>2015-08-04T09:49:06+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-08-04T09:00:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=22fbb56f7445ce91b420a259fd92f2d3ec1afdb9'/>
<id>22fbb56f7445ce91b420a259fd92f2d3ec1afdb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kill useless buildroot definitions</title>
<updated>2015-08-04T09:47:29+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-08-04T08:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=f120745402d0c23582b9f64f886ff59a58720f6c'/>
<id>f120745402d0c23582b9f64f886ff59a58720f6c</id>
<content type='text'>
(uneeded since rpm-4.6+ ...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(uneeded since rpm-4.6+ ...)
</pre>
</div>
</content>
</entry>
<entry>
<title>disable debuginfo</title>
<updated>2015-08-04T09:40:29+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-08-04T07:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=92175ef1cba270686146f34fef6a4b734cc279bc'/>
<id>92175ef1cba270686146f34fef6a4b734cc279bc</id>
<content type='text'>
thus fixing noise in testsuite output
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thus fixing noise in testsuite output
</pre>
</div>
</content>
</entry>
</feed>
