public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/valkey] rawhide: Weaken logrotate from hard requires to recommends
@ 2026-07-10 8:32 Benjamin Sherman
0 siblings, 0 replies; only message in thread
From: Benjamin Sherman @ 2026-07-10 8:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/valkey
Branch : rawhide
Commit : 3bd5be041cd51933ea631403ad8465a3962fa9fd
Author : Benjamin Sherman <bsherman@redhat.com>
Date : 2026-07-09T16:33:13-05:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/valkey/c/3bd5be041cd51933ea631403ad8465a3962fa9fd?branch=rawhide
Log:
Weaken logrotate from hard requires to recommends
Allows opt-out from logrotate installation by disabling weak deps.
Useful for installs which may not need it, such as in containers.
---
diff --git a/valkey.spec b/valkey.spec
index da8eaf1..9e162bb 100644
--- a/valkey.spec
+++ b/valkey.spec
@@ -14,7 +14,7 @@
Name: valkey
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A persistent key-value database
# valkey: BSD-3-Clause
# hiredis: BSD-3-Clause
@@ -58,7 +58,7 @@ BuildRequires: python3
BuildRequires: python3-pyyaml
%endif
-Requires: logrotate
+Recommends: logrotate
# from deps/libvalkey/include/valkey/valkey.h
Provides: bundled(libvalkey) = 0.2.1
# from deps/jemalloc/VERSION
@@ -452,6 +452,9 @@ fi
%changelog
+* Thu Jul 9 2026 Benjamin Sherman <bsherman@redhat.com> - 9.1.0-4
+- Weaken logrotate from hard requires to recommends
+
* Sat Jun 13 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 9.1.0-3
- Rebuilt for openssl 4.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-10 8:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-10 8:32 [rpms/valkey] rawhide: Weaken logrotate from hard requires to recommends Benjamin Sherman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox