From 25b1ed0fff1c1425f110cbda13b36c05ebbc2dec Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 25 Jan 2012 21:11:41 +0100 Subject: [PATCH] add filesystem guard --- gawk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gawk.spec b/gawk.spec index 4c25ba8..423dc84 100644 --- a/gawk.spec +++ b/gawk.spec @@ -1,7 +1,7 @@ Summary: The GNU version of the awk text processing utility Name: gawk Version: 4.0.0 -Release: 3%{?dist} +Release: 4%{?dist} # Most of source files are licensed under GPLv3+, # several files are GPL or LGPLv2.1+ licensed, # gettext.h is LGPL and random.c is BSD licensed @@ -11,7 +11,7 @@ URL: http://www.gnu.org/software/gawk/gawk.html Source0: http://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.bz2 Requires(post): /sbin/install-info Requires(preun): /sbin/install-info -#Conflicts: filesystem < 3 +Conflicts: filesystem < 3 Provides: /bin/awk Provides: /bin/gawk BuildRequires: byacc @@ -71,6 +71,9 @@ fi %{_datadir}/awk %changelog +* Wed Jan 25 2012 Harald Hoyer 4.0.0-4 +- add filesystem guard + * Wed Jan 25 2012 Harald Hoyer 4.0.0-3 - install everything in /usr https://fedoraproject.org/wiki/Features/UsrMove