* Wed Nov 29 2006 Dan Walsh <dwalsh@redhat.com> 1.33.5-4
- Fixing the Makefile line again to build with LSPP support Resolves: #208838
This commit is contained in:
parent
9ac2144a22
commit
2537a974eb
@ -45,7 +45,7 @@ context.
|
|||||||
%patch1 -p1 -b .rhatpo
|
%patch1 -p1 -b .rhatpo
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make AUDIT_LOG_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags} -fPIE" LDFLAGS="-pie -Wl,-z,relro" all
|
make LSPP_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags} -fPIE" LDFLAGS="-pie -Wl,-z,relro" all
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -58,7 +58,7 @@ mkdir -p %{buildroot}%{_mandir}/man8
|
|||||||
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
|
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
|
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
|
||||||
|
|
||||||
make AUDIT_LOG_PRIV=y DESTDIR="%{buildroot}" LIBDIR="%{buildroot}%{_libdir}" install
|
make LSPP_PRIV=y DESTDIR="%{buildroot}" LIBDIR="%{buildroot}%{_libdir}" install
|
||||||
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/system-config-selinux/
|
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/system-config-selinux/
|
||||||
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/pam.d/system-config-selinux
|
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/pam.d/system-config-selinux
|
||||||
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/security/console.apps/system-config-selinux
|
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/security/console.apps/system-config-selinux
|
||||||
@ -168,6 +168,10 @@ fi
|
|||||||
[ -x /sbin/service ] && /sbin/service restorecond condrestart
|
[ -x /sbin/service ] && /sbin/service restorecond condrestart
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 29 2006 Dan Walsh <dwalsh@redhat.com> 1.33.5-4
|
||||||
|
- Fixing the Makefile line again to build with LSPP support
|
||||||
|
Resolves: #208838
|
||||||
|
|
||||||
* Wed Nov 29 2006 Dan Walsh <dwalsh@redhat.com> 1.33.5-3
|
* Wed Nov 29 2006 Dan Walsh <dwalsh@redhat.com> 1.33.5-3
|
||||||
- Don't report errors on restorecond when file system does not support XATTRS
|
- Don't report errors on restorecond when file system does not support XATTRS
|
||||||
Resolves: #217694
|
Resolves: #217694
|
||||||
|
Loading…
Reference in New Issue
Block a user