Commit Graph

11 Commits

Author SHA1 Message Date
Pavol Sloboda
dd4e23ff8b Test plan touch ups
* shortened the test plan names to avoid overflowing the 63 char
      hard limit imposed by openshift during test running

    * defined the distro context in the modular plan itself as plans
      that were disabled were beign discovered, causing them to show up
      as failed without even running
2026-08-24 10:40:05 +02:00
Michal Schorm
172ec880dc [bugfix] Fix multilib conflict for 'unixodbc.h' header
Upstream commit 5267d28 (between v2.3.9 and v2.3.10) added a new
'unixodbc.h' header, splitting out a subset of preprocessor constants
from 'unixodbc_conf.h' that are needed by the public 'sqltypes.h'
header.  This new file contains 'SIZEOF_LONG_INT' which is 4 on i686
and 8 on x86_64.

The spec applies '%multilib_fix_c_header' to 'unixodbc_conf.h' (which
still has its own arch-specific defines like 'SIZEOF_LONG', 'PLATFORM64'
and lib paths), but the new 'unixodbc.h' was never added.  Installing
both x86_64 and i686 'unixODBC-devel' simultaneously fails with an RPM
file-conflict error because both arches own '/usr/include/unixodbc.h'
with different content.

Resolves: RHEL-178477

Cherry-pick of Fedora commit:
  7d4a39924e

Co-Authored-By: Claude AI <noreply@anthropic.com>
2026-08-05 10:09:54 +00:00
Pavol Sloboda
6f975ffbf1 Added the gating plans to be run in the CI pipelines of the package 2026-08-04 10:39:41 +02:00
RHEL Packaging Agent
55420e2e49 Rebase to unixODBC 2.3.12 and fix GCC 14 compatibility
This update rebases unixODBC from version 2.3.9 to 2.3.12. A new patch
(unixODBC-c89.patch) has been added to fix incompatible pointer-to-integer
types in the PostgreSQL driver, ensuring compatibility with GCC 14. The
existing so-version-bump.patch has been updated to work with the new
version. Additionally, the multilib_fix_c_header path has been corrected
to point to the actual header file location in the unixODBC subdirectory.

Resolves: RHEL-94798

This commit was created by Jotnar, a Red Hat Enterprise Linux software maintenance AI agent.

Assisted-by: Jotnar
2025-10-13 13:38:30 +00:00
Lukas Zachar
d1538f201c Add gating.yaml from RHEL 2023-11-24 15:24:24 +00:00
Mohan Boddu
98c0465a10 Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-10 01:12:17 +00:00
Mohan Boddu
b0d445d2db - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 06:01:56 +00:00
DistroBaker
ea08e93c46 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/unixODBC.git#ee5bd776a1fca940879807e021b82df2cc3b28dd
2021-02-04 21:43:24 +00:00
DistroBaker
af9b9c2a96 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/unixODBC.git#c328593ac39946a2a17e114fdfeae93aefa02761
2020-10-28 00:04:19 +01:00
Troy Dawson
34488cc65c RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/unixODBC#9c24f27537dd68f4b98e65fd58e6c55c5b2941e1
2020-10-15 13:15:00 -07:00
Release Configuration Management
a34f3f2974 New branch setup 2020-10-09 05:11:21 +00:00