diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-17 10:39:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-17 10:39:17 +0000 |
commit | 6be08bb84b72d9222173a639bd369b454da907f7 (patch) | |
tree | 20bc0f552186c76c1d781ce516d1a6a2dbff377d /oracle-instantclient.spec | |
parent | b4bdfe519cece8b5d117b79dd812628f1d048eff (diff) |
automatic import of oracle-instantclient
Diffstat (limited to 'oracle-instantclient.spec')
-rw-r--r-- | oracle-instantclient.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oracle-instantclient.spec b/oracle-instantclient.spec index f8fc6e6..c4f1757 100644 --- a/oracle-instantclient.spec +++ b/oracle-instantclient.spec @@ -12,13 +12,13 @@ %ifarch x86_64 noarch %global major 21 -%global mainver 21.10 +%global mainver 21.11 %global libclnt 21.1 %define topdir instantclient_%(echo %mainver|tr '.' '_') %global archsuf x64 %else %global major 19 -%global mainver 19.10 +%global mainver 19.19 %global libclnt 19.1 %define topdir instantclient_%(echo %mainver|tr '.' '_') %global archsuf arm64 |