Bug 24350 - Ошибка включения сборки с selinux
Summary: Ошибка включения сборки с selinux
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: logrotate (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Alexey Gladkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-18 11:34 MSD by Vladimir V. Kamarzin
Modified: 2010-10-19 09:46 MSD (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir V. Kamarzin 2010-10-18 11:34:15 MSD
Поддержку сборки с selinux в спеке включили немного неверно. Фикс:

-%make_build %{?_with_selinux:WITH_SELINUX=1}
+%make_build %{?_with_selinux:WITH_SELINUX=yes}
Comment 1 Repository Robot 2010-10-18 20:03:19 MSD
logrotate-3.7.9-alt2 -> sisyphus:

* Mon Oct 18 2010 Dmitry V. Levin <ldv@altlinux> 3.7.9-alt2
- Really enabled SELinux support (patch by vvk@; closes: #24350).