From 2b3157a936acb7e69b25c9278ddc33a629d5f487 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Wed, 7 Sep 2016 14:16:31 +0200 Subject: [PATCH] specfile: UsrMove safeguard condition inverted We now comply with: https://fedoraproject.org/wiki/Packaging:Conflicts --- gawk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gawk.spec b/gawk.spec index 80fbbe6..fe7df6c 100644 --- a/gawk.spec +++ b/gawk.spec @@ -23,7 +23,7 @@ Requires: libsigsegv BuildRequires: libsigsegv-devel Requires(post): /sbin/install-info Requires(preun): /sbin/install-info -Conflicts: filesystem < 3 +Requires: filesystem >= 3 Provides: /bin/awk Provides: /bin/gawk # if the awkgram.y or command.y are changed, they have to be regenerated,