diff --git a/tcl.spec b/tcl.spec index 4bca7c7..797901e 100644 --- a/tcl.spec +++ b/tcl.spec @@ -5,7 +5,7 @@ Summary: Tool Command Language, pronounced tickle Name: tcl Version: %{vers} -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 License: TCL Group: Development/Languages @@ -111,7 +111,10 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/%{name}%{majorver}/ldAix %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig +%post +#SELinux policy reloc problem with libtcl8.5.so +chcon -t textrel_shlib_t $RPM_BUILD_ROOT%{_libdir}/lib%{name}%{majorver}.so +/sbin/ldconfig %postun -p /sbin/ldconfig @@ -137,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/%{name}8.5/%{name}Config.sh %changelog +* Tue Jul 28 2009 Nikola Pajkovsky - 1:8.5.7-3 +- 513997 fixed. SELinux policy problem with libtcl8.5.so + * Sun Jul 26 2009 Fedora Release Engineering - 1:8.5.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild