public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vaultwarden] epel9: Merge #2 `Reduce debuginfo verbosity to work around OOM during linking stage`
@ 2026-06-03 13:21 Jonathan Wright
0 siblings, 0 replies; only message in thread
From: Jonathan Wright @ 2026-06-03 13:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/vaultwarden
Branch : epel9
Commit : 626ead3261aa3f2e472bcd848af2f980a9fcf8e9
Author : Jonathan Wright <jonathan@almalinux.org>
Date : 2025-06-07T16:03:58+00:00
Stats : +8/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/vaultwarden/c/626ead3261aa3f2e472bcd848af2f980a9fcf8e9?branch=epel9
Log:
Merge #2 `Reduce debuginfo verbosity to work around OOM during linking stage`
---
diff --git a/vaultwarden.spec b/vaultwarden.spec
index 96fad96..a16478f 100644
--- a/vaultwarden.spec
+++ b/vaultwarden.spec
@@ -5,6 +5,9 @@
# prevent library files from being installed
%global cargo_install_lib 0
+# reduce debuginfo verbosity to work around OOM during linking stage
+%global rustflags_debuginfo 1
+
Name: vaultwarden
Version: 1.33.2
Release: 2%{?dist}
diff --git a/vaultwarden.spec b/vaultwarden.spec
index 8f75e98..a16478f 100644
--- a/vaultwarden.spec
+++ b/vaultwarden.spec
@@ -10,7 +10,7 @@
Name: vaultwarden
Version: 1.33.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Unofficial Bitwarden compatible server
ExcludeArch: ppc64le s390x
@@ -50,7 +50,7 @@ ExcludeArch: i686
BuildRequires: cargo-rpm-macros >= 26
BuildRequires: openssl-devel
-BuildRequires: mariadb-devel
+BuildRequires: mariadb-connector-c-devel
BuildRequires: libpq-devel
BuildRequires: systemd-rpm-macros
@@ -167,6 +167,9 @@ install -Dp %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
%changelog
+* Wed Apr 23 2025 Jonathan Wright <jonathan@almalinux.org> - 1.33.2-2
+- Build against mariadb-connector-c-devel instead of mariadb-devel
+
* Mon Feb 10 2025 Jonathan Wright <jonathan@almalinux.org> - 1.33.2-1
- update to 1.33.2 rhbz#2343535
Fix CVE-2025-0977 ssl::select_next_proto use after free rhbz#2344558
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-03 13:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03 13:21 [rpms/vaultwarden] epel9: Merge #2 `Reduce debuginfo verbosity to work around OOM during linking stage` Jonathan Wright
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox