Temporary fix for #1523875 removed, bug in Annobin fixed
This commit is contained in:
parent
6cfe77260f
commit
9c1b69700c
10
mariadb.spec
10
mariadb.spec
@ -137,7 +137,7 @@
|
|||||||
|
|
||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: %{compatver}.%{bugfixver}
|
Version: %{compatver}.%{bugfixver}
|
||||||
Release: 1%{?with_debug:.debug}%{?dist}
|
Release: 2%{?with_debug:.debug}%{?dist}
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
|
|
||||||
Summary: A community developed branch of MySQL
|
Summary: A community developed branch of MySQL
|
||||||
@ -789,9 +789,6 @@ CFLAGS=`echo $CFLAGS| sed -e "s|-O2|-O1|g" `
|
|||||||
CFLAGS=`echo $CFLAGS| sed -e "s|-O2|-O3|g" `
|
CFLAGS=`echo $CFLAGS| sed -e "s|-O2|-O3|g" `
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Temporary fix for rhbz#1523875
|
|
||||||
CFLAGS=`echo $CFLAGS| sed -e "s|-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1||g" `
|
|
||||||
|
|
||||||
CXXFLAGS="$CFLAGS"
|
CXXFLAGS="$CFLAGS"
|
||||||
export CFLAGS CXXFLAGS
|
export CFLAGS CXXFLAGS
|
||||||
|
|
||||||
@ -1609,10 +1606,15 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 11 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.11-2
|
||||||
|
- Temporary fix for #1523875 removed, bug in Annobin fixed
|
||||||
|
Resolves: #1523875
|
||||||
|
|
||||||
* Sat Dec 09 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.11-1
|
* Sat Dec 09 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.11-1
|
||||||
- Rebase to 10.2.11
|
- Rebase to 10.2.11
|
||||||
- Temporary fix for https://jira.mariadb.org/browse/MDEV-14537 introduced
|
- Temporary fix for https://jira.mariadb.org/browse/MDEV-14537 introduced
|
||||||
- Temporary fix for #1523875 intoruced
|
- Temporary fix for #1523875 intoruced
|
||||||
|
Related: #1523875
|
||||||
|
|
||||||
* Wed Dec 06 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.10-2
|
* Wed Dec 06 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.10-2
|
||||||
- Fix PID file location
|
- Fix PID file location
|
||||||
|
Loading…
Reference in New Issue
Block a user