public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Chenxiong Qi <cqi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rpkg] 1.70-1: Avoid duplicate patch in next release
Date: Mon, 10 Aug 2026 21:43:35 GMT	[thread overview]
Message-ID: <178639821553.1.15156753451876638647.rpms-rpkg-6e1818e1fe40@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rpkg
            Branch : 1.70-1
            Commit : 6e1818e1fe40a210a921f6844050a656889c0f91
            Author : Chenxiong Qi <cqi@redhat.com>
            Date   : 2016-11-15T15:23:46+08:00
            Stats  : +0/-40 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/rpkg/c/6e1818e1fe40a210a921f6844050a656889c0f91?branch=1.70-1

            Log:
            Avoid duplicate patch in next release

The patch has been merged into master in code base. Remove it from here to
avoid conflict in next release.

---
diff --git a/0001-Allow-using-gssapi-for-lookaside-caches.patch b/0001-Allow-using-gssapi-for-lookaside-caches.patch
deleted file mode 100644
index a5bba3d..0000000
--- a/0001-Allow-using-gssapi-for-lookaside-caches.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 3f9b6951a805f62b04b74f44d5e0b4d4ac1b096d Mon Sep 17 00:00:00 2001
-From: Patrick Uiterwijk <puiterwijk@redhat.com>
-Date: Fri, 14 Oct 2016 21:11:12 +0000
-Subject: [PATCH] Allow using gssapi for lookaside caches
-
-Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
----
- src/pyrpkg/lookaside.py | 6 ++++++
- 1 file changed, 6 insertions(+)
-
-diff --git a/src/pyrpkg/lookaside.py b/src/pyrpkg/lookaside.py
-index f46da65..7aa1ae0 100644
---- a/src/pyrpkg/lookaside.py
-+++ b/src/pyrpkg/lookaside.py
-@@ -214,6 +214,9 @@ class CGILookasideCache(object):
-                 else:
-                     self.log.warning("Missing certificate: %s" % self.ca_cert)
- 
-+            c.setopt(pycurl.HTTPAUTH, pycurl.HTTPAUTH_GSSNEGOTIATE)
-+            c.setopt(pycurl.USERPWD, ':')
-+
-             try:
-                 c.perform()
-                 status = c.getinfo(pycurl.RESPONSE_CODE)
-@@ -282,6 +285,9 @@ class CGILookasideCache(object):
-                 else:
-                     self.log.warning("Missing certificate: %s" % self.ca_cert)
- 
-+            c.setopt(pycurl.HTTPAUTH, pycurl.HTTPAUTH_GSSNEGOTIATE)
-+            c.setopt(pycurl.USERPWD, ':')
-+
-             try:
-                 c.perform()
-                 status = c.getinfo(pycurl.RESPONSE_CODE)
--- 
-2.7.4
-

diff --git a/rpkg.spec b/rpkg.spec
index 36510c8..d859bd7 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -10,8 +10,6 @@ Group:          Applications/System
 License:        GPLv2+ and LGPLv2
 URL:            https://pagure.io/rpkg
 Source0:        https://pagure.io/releases/rpkg/rpkg-%{version}.tar.gz
-# Merged in master, but included here so that it reaches people faster
-Patch0:         0001-Allow-using-gssapi-for-lookaside-caches.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:       pyrpkg >= %{version}-%{release}
@@ -64,7 +62,6 @@ A python library for managing RPM package sources in a git repository.
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build

                 reply	other threads:[~2026-08-10 21:43 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=178639821553.1.15156753451876638647.rpms-rpkg-6e1818e1fe40@fedoraproject.org \
    --to=cqi@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