[PATCH 1/2] Do not try to fetch our own packages that will be built

Vratislav Podzimek vpodzime at redhat.com
Tue Nov 19 11:54:04 UTC 2013


Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 scripts/makeupdates | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scripts/makeupdates b/scripts/makeupdates
index ac741df..89b5cdc 100755
--- a/scripts/makeupdates
+++ b/scripts/makeupdates
@@ -492,6 +492,10 @@ def check_for_new_packages(tag, arch, added_rpms, specfile_path):
         else:
             version = ""
 
+        # skip requires of our own packages
+        if version == "%{version}-%{release}":
+            continue
+
         # handle version variables (%{package-namever})
         if version.startswith("%"):
             # drop the %{ prefix and ver} suffix
-- 
1.8.4.2



More information about the anaconda-patches mailing list