public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin Sherman <bsherman@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/valkey] rawhide: Weaken logrotate from hard requires to recommends
Date: Fri, 10 Jul 2026 08:32:21 GMT	[thread overview]
Message-ID: <178367234101.1.10325328743665126351.rpms-valkey-3bd5be041cd5@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-07-10  8:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178367234101.1.10325328743665126351.rpms-valkey-3bd5be041cd5@fedoraproject.org \
    --to=bsherman@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox