forked from pool/mariadb
Accepting request 155112 from server:database
OBS-URL: https://build.opensuse.org/request/show/155112 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=26
This commit is contained in:
commit
7f01f1eaab
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2509e8e7a2f38de99a0bcfd4d3fe8f6355187cd9ca7823f8d1aebfe996076f4
|
||||
size 218
|
||||
oid sha256:9d7787ba1d8fcb24323d602ecf38185504f9b0edfca9e00533045c88867a9c42
|
||||
size 220
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9580383302161e61491a8f187323bd53e2e6891ff5e9e389c4e126ee2e844a45
|
||||
size 21287499
|
3
mariadb-5.5.29.tar.bz2
Normal file
3
mariadb-5.5.29.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d6df248b16736c2d3e9f163bb672390d59625f28520410bb746cf8a6d843dfc
|
||||
size 21299322
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 15:29:02 CET 2013 - mhrusecky@suse.cz
|
||||
|
||||
- updated to MariaDB 5.5.29
|
||||
* Release notes:
|
||||
http://kb.askmonty.org/v/mariadb-5529-release-notes
|
||||
* Changelog:
|
||||
http://kb.askmonty.org/v/mariadb-5529-changelog
|
||||
* fixes following CVEs:
|
||||
CVE-2012-5611, CVE-2012-5627, CVE-2012-5615, CVE-2012-5612
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 09:28:44 UTC 2013 - meissner@suse.com
|
||||
|
||||
|
12
mariadb.spec
12
mariadb.spec
@ -35,9 +35,9 @@ Name: mariadb
|
||||
Summary: Server part of MariaDB
|
||||
License: SUSE-GPL-2.0-with-FLOSS-exception
|
||||
Group: Productivity/Databases/Servers
|
||||
Version: 5.5.28a
|
||||
Version: 5.5.29
|
||||
Release: 0
|
||||
%define srv_vers 5.5.28
|
||||
%define srv_vers 5.5.29
|
||||
Url: http://www.mariab.org
|
||||
Source: mariadb-%{version}.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
@ -106,7 +106,6 @@ the Maria storage engine.
|
||||
This package only contains the server-side programs.
|
||||
|
||||
%if 0%{?prefered} > 0
|
||||
|
||||
%package -n libmysqlclient-devel
|
||||
# mysql-devel was last used in openSUSE 10.2
|
||||
Provides: mysql-devel = %srv_vers-%release
|
||||
@ -277,7 +276,6 @@ applications with MariaDB.
|
||||
%if 0%{?cluster} > 0
|
||||
|
||||
%if 0%{?cluster} > 1
|
||||
|
||||
%package -n libndbclient6
|
||||
Summary: Shared Libraries for cluster client
|
||||
Group: Development/Libraries/Other
|
||||
@ -379,7 +377,6 @@ rm -f mysql-test/t/file_contents.test mysql-test/r/file_contents.result
|
||||
#######################################################################
|
||||
# preun and posttran takes care of restart #
|
||||
#######################################################################
|
||||
|
||||
%preun
|
||||
[ $1 = 1 ] || /usr/sbin/rcmysql stop
|
||||
|
||||
@ -430,14 +427,12 @@ fi
|
||||
%postun -n libmysqlclient_r18 -p /sbin/ldconfig
|
||||
|
||||
%if 0%{cluster} > 1
|
||||
|
||||
%post -n libndbclient6 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libndbclient6 -p /sbin/ldconfig
|
||||
%endif
|
||||
|
||||
%if 0%{prefered} > 0
|
||||
|
||||
%post -n libmysqld18 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libmysqld18 -p /sbin/ldconfig
|
||||
@ -485,7 +480,6 @@ fi
|
||||
%config(noreplace) %attr(0640, root, mysql) /etc/mysqlaccess.conf
|
||||
|
||||
%if 0%{prefered} > 0
|
||||
|
||||
%files -n libmysqlclient-devel -f libmysqlclient-devel.files
|
||||
%defattr(-, root, root)
|
||||
/usr/include/mysql
|
||||
@ -509,7 +503,6 @@ fi
|
||||
%{_libdir}/libmysqlclient.so.*
|
||||
|
||||
%if 0%{cluster} > 1
|
||||
|
||||
%files -n libndbclient6
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/libndbclient.so.*
|
||||
@ -545,7 +538,6 @@ fi
|
||||
%_bindir/mysqloptimize
|
||||
|
||||
%if 0%{cluster} > 0
|
||||
|
||||
%files ndb-storage -f mysql-ndb-storage.files
|
||||
|
||||
%files ndb-management -f mysql-ndb-management.files
|
||||
|
Loading…
Reference in New Issue
Block a user