public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/fedpkg] 1.48-1: Drop no longer needed patch
Date: Mon, 10 Aug 2026 21:45:07 GMT	[thread overview]
Message-ID: <178639830707.1.6760993415670748371.rpms-fedpkg-8f7ee44714f0@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/fedpkg
Branch : 1.48-1
Commit : 8f7ee44714f0ddb0f3266d202398b3762f88b2f9
Author : Ville Skyttä <ville.skytta@iki.fi>
Date   : 2014-07-19T15:00:30+03:00
Stats  : +0/-18 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/fedpkg/c/8f7ee44714f0ddb0f3266d202398b3762f88b2f9?branch=1.48-1

Log:
Drop no longer needed patch

---
diff --git a/fedpkg-1.11-eval-undefine.patch b/fedpkg-1.11-eval-undefine.patch
deleted file mode 100644
index 243de31..0000000
--- a/fedpkg-1.11-eval-undefine.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/src/pyrpkg/fedpkg/__init__.py	
-+++ a/src/pyrpkg/fedpkg/__init__.py	
-@@ -201,13 +201,13 @@ class Commands(pyrpkg.Commands):
-                             "--define '_rpmdir %s'" % self.path,
-                             "--define 'dist .%s'" % self.dist,
-                             "--define '%s %s'" % (self._distvar, self._distval),
--                            "--define '%s %%{nil}'" % self._distunset,
-+                            "--eval '%%undefine %s'" % self._distunset,
-                             "--define '%s 1'" % self.dist]
-         if self._runtime_disttag:
-             if self.dist != self._runtime_disttag:
-                 # This means that the runtime is known, and is different from
-                 # the target, so we need to unset the _runtime_disttag
--                self._rpmdefines.append("--define '%s %%{nil}'" %
-+                self._rpmdefines.append("--eval '%%undefine %s'" %
-                                         self._runtime_disttag)
- 
-     def load_target(self):

                 reply	other threads:[~2026-08-10 21:45 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=178639830707.1.6760993415670748371.rpms-fedpkg-8f7ee44714f0@fedoraproject.org \
    --to=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