public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Hanecak <hany@hany.sk>
To: git-commits@fedoraproject.org
Subject: [rpms/drbd] rawhide: Fix for #2456191 using 8bff85d commit from the upstream
Date: Sat, 15 Aug 2026 11:40:42 GMT	[thread overview]
Message-ID: <178679404278.1.16245259640237588958.rpms-drbd-f61e06c9bb5f@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/drbd
            Branch : rawhide
            Commit : f61e06c9bb5f0eee95f5a434edaba1a4a11dfb91
            Author : Peter Hanecak <hany@hany.sk>
            Date   : 2026-08-15T12:30:23+02:00
            Stats  : +9/-1 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/drbd/c/f61e06c9bb5f0eee95f5a434edaba1a4a11dfb91?branch=rawhide

            Log:
            Fix for #2456191 using 8bff85d commit from the upstream

Updated URL

---
diff --git a/.gitignore b/.gitignore
index 461577d..b69696c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,4 @@ drbd-8.3.7.tar.gz
 /drbd-utils-9.32.0.tar.gz
 /drbd-utils-9.33.0.tar.gz
 /drbd-utils-9.34.0.tar.gz
+/8bff85d40efa51b0d7ae27a452d73a61c28c85d1.patch

diff --git a/drbd.spec b/drbd.spec
index 8051fb4..0c741e7 100644
--- a/drbd.spec
+++ b/drbd.spec
@@ -5,10 +5,11 @@ Release: 2%{?dist}
 Source0: https://pkg.linbit.com/downloads/%{name}/utils/%{name}-utils-%{version}.tar.gz
 Patch0: drbd-utils-9.28.0-disable_xsltproc_network_read.patch
 Patch1: drbd-utils-9.15.0-make_configure-workaround.patch
+Patch2: 8bff85d40efa51b0d7ae27a452d73a61c28c85d1.patch
 # Automatically converted from old format: GPLv2+ - review is highly recommended.
 License: GPL-2.0-or-later
 ExclusiveOS: linux
-URL: http://www.drbd.org/
+URL: https://github.com/LINBIT/drbd-utils
 BuildRequires: gcc
 BuildRequires: gcc-c++
 BuildRequires: flex
@@ -44,6 +45,7 @@ This is a virtual package, installing the full user-land suite.
 # Don't let xsltproc make network calls during build
 %patch -P 0 -p1
 %patch -P 1 -p1
+%patch -P 2 -p1
 
 %build
 %configure \
@@ -245,6 +247,10 @@ fi
 
 
 %changelog
+* Sat Aug 15 2026 Peter Hanecak <hany@hany.sk> - 9.34.0-2
+- Fix for #2456191 using 8bff85d commit from the upstream
+- Updated URL
+
 * Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 9.34.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index 2623486..5df4fbf 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,4 @@
 SHA512 (drbd-utils-9.34.0.tar.gz) = d2665b912cb1bf550161e14d8816ad10e44c16e5510f9b96a88bf0fc0f402bf2056cf069ab47a90f82a1d8344c995b1c92f3aa0d024be87a9035969d4b3ad6dc
 SHA512 (drbd-utils-9.28.0-disable_xsltproc_network_read.patch) = db1b2915fb2b89d7865692b87f34a30c618b322c1b2765b3d4eddf29ef759dabee28f4b5aca189343a075aa57101749dd2aa2eb00c340d566cd75900f0490a1c
 SHA512 (drbd-utils-9.15.0-make_configure-workaround.patch) = 52a976cd043fe3ad1efbbec0fa95c11ad6f77f07e92d2362d9fef2b7c1e0056d8bd64ce7ff07f4840aecd51f8cf048b93cde43a402305610ff488584be01b73b
+SHA512 (8bff85d40efa51b0d7ae27a452d73a61c28c85d1.patch) = cf6bf4587a3e0fe236574c2e21570c33dc98530d0e91a2be7f94dec6cbc4c04ea03d7afbb7395e589e3e6b9a01054263083c15dca9ecc36956056a87a561b7e9

                 reply	other threads:[~2026-08-15 11:40 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=178679404278.1.16245259640237588958.rpms-drbd-f61e06c9bb5f@fedoraproject.org \
    --to=hany@hany.sk \
    --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