Use xz instead of gzip

Resolves: #982387
This commit is contained in:
Honza Horák 2013-07-09 10:11:48 +02:00
parent 56c556f155
commit affa9444c5
4 changed files with 6 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/mysql-5.5.31-nodocs.tar.gz
/mysql-5.5.32-nodocs.tar.gz
/mysql-man-gpl.tar.gz
/mysql-5.5.32-nodocs.tar.xz

View File

@ -17,7 +17,7 @@ License: GPLv2 with exceptions and LGPLv2 and BSD
# Upstream has a mirror redirector for downloads, so the URL is hard to
# represent statically. You can get the tarball by following a link from
# http://dev.mysql.com/downloads/mysql/
Source0: mysql-%{version}-nodocs.tar.gz
Source0: mysql-%{version}-nodocs.tar.xz
# The upstream tarball includes non-free documentation that we cannot ship.
# To remove the non-free documentation, run this script after downloading
# the tarball into the current directory:
@ -718,6 +718,8 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/solaris/postinstall-solaris
%changelog
* Tue Jul 9 2013 Honza Horak <hhorak@redhat.com> 5.5.32-6
- Use proper path to ldconfig
- Use xz instead of gzip
Resolves: #982387
* Mon Jul 1 2013 Honza Horak <hhorak@redhat.com> 5.5.32-5
- Fix misleading error message when uninstalling built-in plugins

View File

@ -8,7 +8,7 @@ tar xfz mysql-$VERSION.tar.gz || exit 1
rm mysql-$VERSION/Docs/mysql.info
tar cfz mysql-$VERSION-nodocs.tar.gz mysql-$VERSION || exit 1
tar cfJ mysql-$VERSION-nodocs.tar.xz mysql-$VERSION || exit 1
rm -rf mysql-$VERSION

View File

@ -1 +1 @@
2ce2dd09ec4c69e6fc5b3dabf70a333d mysql-5.5.32-nodocs.tar.gz
fb7995da81f2654d87335c6700a12e86 mysql-5.5.32-nodocs.tar.xz