diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2012-08-07 08:18:32 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2012-08-07 08:24:57 +0300 |
commit | cce0fb4387089db4b860a042bf0a163fd3ea7b6f (patch) | |
tree | 33a3072ef9e2145069fdcb55365a3eb0f5d05e4f /build | |
parent | 01706306d152d55cebc7ce13958207b4c674fe30 (diff) | |
download | rpm-cce0fb4387089db4b860a042bf0a163fd3ea7b6f.tar.gz rpm-cce0fb4387089db4b860a042bf0a163fd3ea7b6f.tar.bz2 rpm-cce0fb4387089db4b860a042bf0a163fd3ea7b6f.zip |
"prereq" is not a valid qualifier to regular Requires
Diffstat (limited to 'build')
-rw-r--r-- | build/parsePreamble.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/parsePreamble.c b/build/parsePreamble.c index 5a03ca1d9..5d3da5f46 100644 --- a/build/parsePreamble.c +++ b/build/parsePreamble.c @@ -333,7 +333,6 @@ typedef const struct tokenBits_s { */ static struct tokenBits_s const installScriptBits[] = { { "interp", RPMSENSE_INTERP }, - { "prereq", RPMSENSE_PREREQ }, { "preun", RPMSENSE_SCRIPT_PREUN }, { "pre", RPMSENSE_SCRIPT_PRE }, { "postun", RPMSENSE_SCRIPT_POSTUN }, |