SERVER-104338: Rename mongodb-enterprise-crypt RPM package (#35845)

GitOrigin-RevId: 04d76bbd68884c792e2785877fa276576073d223
This commit is contained in:
patricearruda84 2025-05-06 16:22:57 -04:00 committed by MongoDB Bot
parent 14cc97aaf6
commit 1cd8d6696d
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#Release builds have no debug symbols, and this prevents packaging errors on RHEL 8
%global debug_package %{nil}
%define _name mongodb-enterprise
%define _crypto_pkg_name %{_name}-crypt_v1
%define _crypto_pkg_name %{_name}-crypt-v1
Name: %{_crypto_pkg_name}
Version: %{dynamic_version}
@ -9,7 +9,7 @@ Release: %{dynamic_release}%{?dist}
Summary: MongoDB Crypto v1 Library
License: Commercial
Group: Applications/Databases
Conflicts: %{_name}-unstable-crypt_v1
Conflicts: %{_name}-unstable-crypt-v1
Source: %{_crypto_pkg_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{_crypto_pkg_name}-%{version}-%{release}-root

View File

@ -1,7 +1,7 @@
#Release builds have no debug symbols, and this prevents packaging errors on RHEL 8
%global debug_package %{nil}
%define _name mongodb-enterprise-unstable
%define _crypto_pkg_name %{_name}-crypt_v1
%define _crypto_pkg_name %{_name}-crypt-v1
Name: %{_crypto_pkg_name}
Version: %{dynamic_version}
@ -9,7 +9,7 @@ Release: %{dynamic_release}%{?dist}
Summary: MongoDB Crypto v1 Library
License: Commercial
Group: Applications/Databases
Conflicts: %{_name}-crypt_v1
Conflicts: %{_name}-crypt-v1
Source: %{_crypto_pkg_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{_crypto_pkg_name}-%{version}-%{release}-root