[Bug 508922] Review Request: system-config-selinux - GUI Code for system-config-selinux, polgen, and lockdown

bugzilla at redhat.com bugzilla at redhat.com
Mon Nov 23 20:47:32 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=508922





--- Comment #29 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-11-23 15:47:31 EDT ---
(In reply to comment #28)
> One thing concerns me:
> ln -sf %{_datadir}/system-config-selinux/polgengui.py \
>        %{buildroot}%{_bindir}/selinux-polgengui
> ln -sf %{_datadir}/system-config-selinux/system-config-selinux.py \
>        %{buildroot}%{_bindir}/system-config-selinux

> So these are making a link from / to the raw build machine's 
> buildroot location ?
>     I'm probably misunderstanding how that works.

This is normal for symbolic links. For instance the upper one creates a
symbolic link that points to /usr/share/system-config-selinux/polgengui.py and
places it in the bindir of the buildroot (since obviously you cannot create it
elsewhere).

The link is broken when it is created (unless, of course, a previous version of
the package is installed on the build system), but works in the rpm itself as
long as there's no mistake in the spelling.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list