Rebase to 3.0.6
- Require base openssl-devel for *-devel - Provides for *-config shouldn't be needed, since only mariadb and mysql packages rely on it by requiring specific file from inside
This commit is contained in:
parent
dd98104a54
commit
99639b2af1
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/mariadb-connector-c-3.0.3-src.tar.gz
|
||||
/mariadb-connector-c-3.0.4-src.tar.gz
|
||||
/mariadb-connector-c-3.0.5-src.tar.gz
|
||||
/mariadb-connector-c-3.0.6-src.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: mariadb-connector-c
|
||||
Version: 3.0.5
|
||||
Release: 3%{?dist}
|
||||
Version: 3.0.6
|
||||
Release: 1%{?dist}
|
||||
Summary: The MariaDB Native Client library (C driver)
|
||||
License: LGPLv2+
|
||||
Source: https://downloads.mariadb.org/interstitial/connector-c-%{version}/mariadb-connector-c-%{version}-src.tar.gz
|
||||
@ -23,19 +23,18 @@ developed in C/C++ to MariaDB and MySQL databases.
|
||||
%package devel
|
||||
Summary: Development files for mariadb-connector-c
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
# avoid issues with openssl1.0 / openssl1.1 / compat
|
||||
Requires: pkgconfig(openssl)
|
||||
Requires: openssl-devel
|
||||
|
||||
%description devel
|
||||
Development files for mariadb-connector-c.
|
||||
Contains everything needed to build against libmariadb.so >=3 client library.
|
||||
|
||||
|
||||
|
||||
%package config
|
||||
Summary: Configuration files for mariadb-connector-c
|
||||
Summary: Configuration files for packages that use /etc/my.cnf as a configuration file
|
||||
BuildArch: noarch
|
||||
Obsoletes: mariadb-config <= 3:10.3.8-4
|
||||
Provides: mariadb-config = %{version}-%{release}
|
||||
|
||||
%description config
|
||||
This package delivers /etc/my.cnf that includes other configuration files
|
||||
@ -44,6 +43,7 @@ Other packages should only put their files into /etc/my.cnf.d directory
|
||||
and require this package, so the /etc/my.cnf file is present.
|
||||
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n mariadb-connector-c-%{version}-src
|
||||
|
||||
@ -179,6 +179,9 @@ end
|
||||
# https://jira.mariadb.org/browse/CONC-291
|
||||
|
||||
%changelog
|
||||
* Fri Aug 03 2018 Michal Schorm <mschorm@redhat.com> - 3.0.6-1
|
||||
- Rebase to 3.0.6
|
||||
|
||||
* Tue Jul 17 2018 Honza Horak <hhorak@redhat.com> - 3.0.5-3
|
||||
- Add -config sub-package that delivers system-wide /etc/my.cnf and
|
||||
/etc/my.cnf.d directory, that other packages should use
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mariadb-connector-c-3.0.5-src.tar.gz) = d3a43cd3c4433924e1288b47d952ce9f9f8b9123c4c182a77821216d4fad04ae5a31b8659865e65d96e57e4faff73e41f6be97b7766ad2fd56a8b46b3a4f3db0
|
||||
SHA512 (mariadb-connector-c-3.0.6-src.tar.gz) = 6a41efacff1840eb8ddd8b34d8894b51f260444c76a1344f9ac9b675fd8492d44716338e4c11594d80118b12d90f75430304282650bce0d5f64179df6cc14d8e
|
||||
|
Loading…
Reference in New Issue
Block a user