diff options
-rw-r--r-- | oracle-instantclient.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/oracle-instantclient.spec b/oracle-instantclient.spec index 24f2f86..11d5b2b 100644 --- a/oracle-instantclient.spec +++ b/oracle-instantclient.spec @@ -11,9 +11,9 @@ %global _build_id_links none %global major 21 -%global mainver 21.5 +%global mainver 21.7 %global libclnt 21.1 -%global topdir instantclient_21_5 +%global topdir instantclient_21_7 %global oradir %{_libdir}/oracle/%{mainver}/client64 %global incdir %{_includedir}/oracle/%{mainver}/client64 %global tarsuf dbru @@ -21,7 +21,7 @@ Summary: Instant Client for Oracle Database %{major} Name: oracle-instantclient -Version: 21.5.0.0.0 +Version: 21.7.0.0.0 Release: 1%{?dist} License: Oracle Group: Applications/File @@ -316,6 +316,12 @@ done %changelog +* Tue Aug 9 2022 Remi Collet <remi@remirepo.net> 21.7.0.0.0-1 +- update to 21.7.0.0.0 + +* Mon May 2 2022 Remi Collet <remi@remirepo.net> 21.6.0.0.0-1 +- update to 21.6.0.0.0 + * Thu Feb 17 2022 Remi Collet <remi@remirepo.net> 21.5.0.0.0-1 - update to 21.5.0.0.0 |