[Rpm-maint] RPM 4.10.0 alpha released

Thierry Vignaud thierry.vignaud at gmail.com
Wed Mar 21 16:05:39 UTC 2012


On 20 March 2012 10:44, Panu Matilainen <pmatilai at laiskiainen.org> wrote:
> For download information and further details, see the draft release notes:
> http://rpm.org/wiki/Releases/4.10.0

Build (actually tests) failed on non selinux systems:

for d in /proc /sys /selinux /etc/selinux; do [ -d ${d} ] && ln -s
${d} testing/${d}; done

will return 1 whereas the following is OK:
for d in /proc /sys /selinux /etc/selinux; do if [ -d ${d} ];then ln
-s ${d} testing/${d}; fi; done

Attached patch fixes that (of course patching the actual tarball needs
patching Makefile.in too)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-tests-on-non-selinux-systems.diff
Type: application/octet-stream
Size: 884 bytes
Desc: not available
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20120321/76a4163e/attachment.obj>


More information about the Rpm-maint mailing list