From 550d960586c1532ea1066b8df418c6629f0e7288 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 8 Sep 2004 12:07:19 +0000 Subject: [PATCH] * Hack for perl(readmanifest) dependency. --- nix.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix.spec.in b/nix.spec.in index 65dc2fcb7d..423d9ebff1 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -20,6 +20,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot Prefix: %{_prefix} Requires: /usr/bin/perl +# Hack to make that shitty RPM scanning hack shut up. +Provides: perl(readmanifest) + %description Nix is a system for software deployment.