bz#1197084, Security fix for CVE-2015-0296

This commit is contained in:
Than Ngo 2015-02-27 15:56:24 +01:00
parent 982c5b6d6d
commit cc890aa854
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
%global source_date 20131226_r32488
%global tl_version 2013
%global tl_rel 5
%global tl_rel 6
%global tl_release %{tl_rel}.%{source_date}%{?dist}
%global tl_noarch_release %{tl_rel}%{?dist}
%global source_name texlive-%{source_date}-source
@ -206248,9 +206248,6 @@ rm -rf %{buildroot}
%pre base
rm -rf %{_texdir}/texmf-var
rm -rf %{_texmf_var}/*
for i in `find /home/* -type d -prune`; do
rm -rf $i/.texlive*
done
:
%posttrans base
@ -343105,6 +343102,9 @@ fi
%{_libdir}/*.so
%changelog
* Fri Feb 27 2015 Than Ngo <than@redhat.com> 3:2013-6-20131226
- bz#1197084, Security fix for CVE-2015-0296
* Thu May 15 2014 Petr Pisar <ppisar@redhat.com> - 2013-5-20131226
- Do not export private perl modules (bug #1085424)

View File

@ -1,6 +1,6 @@
%global source_date 20131226_r32488
%global tl_version 2013
%global tl_rel 5
%global tl_rel 6
%global tl_release %{tl_rel}.%{source_date}%{?dist}
%global tl_noarch_release %{tl_rel}%{?dist}
%global source_name texlive-%{source_date}-source
@ -339,9 +339,6 @@ rm -rf %{buildroot}
%pre base
rm -rf %{_texdir}/texmf-var
rm -rf %{_texmf_var}/*
for i in `find /home/* -type d -prune`; do
rm -rf $i/.texlive*
done
:
%posttrans base
@ -385,6 +382,9 @@ fi
%{_libdir}/*.so
%changelog
* Fri Feb 27 2015 Than Ngo <than@redhat.com> 3:2013-6-20131226
+- bz#1197084, Security fix for CVE-2015-0296
* Thu May 15 2014 Petr Pisar <ppisar@redhat.com> - 2013-5-20131226
- Do not export private perl modules (bug #1085424)