Forward of moderated message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



--- Begin Message ---
On 20 March 2012 10:44, Panu Matilainen <pmatilai@xxxxxxxxxxxxxxx> 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)

Attachment: fix-tests-on-non-selinux-systems.diff
Description: Binary data


--- End Message ---
_______________________________________________
Rpm-list mailing list
Rpm-list@xxxxxxxxxxxxx
http://lists.rpm.org/mailman/listinfo/rpm-list

[Index of Archives]     [RPM Ecosystem]     [Linux Kernel]     [Red Hat Install]     [PAM]     [Red Hat Watch]     [Red Hat Development]     [Red Hat]     [Gimp]     [Yosemite News]     [IETF Discussion]

  Powered by Linux