public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedpkg] 1.48-1: Drop no longer needed patch
@ 2026-08-10 21:45
0 siblings, 0 replies; only message in thread
From: @ 2026-08-10 21:45 UTC (permalink / raw)
To: git-commits
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):
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 21:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 21:45 [rpms/fedpkg] 1.48-1: Drop no longer needed patch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox