From c4297fbd94a30059a4bdf146401650be2ac692e0 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Feb 10 2021 23:36:36 +0000 Subject: spectool: fix difference between --all, --sources, and --patches --- diff --git a/rpmdev-spectool b/rpmdev-spectool index a324fab..13c1a18 100755 --- a/rpmdev-spectool +++ b/rpmdev-spectool @@ -403,7 +403,7 @@ class Spec: def main() -> int: args = get_args() - if args["all"]: + if args["all"] and not args["sources"] and not args["patches"]: args["sources"] = True args["patches"] = True