From 2338f9083d4ff4774d183fd8643cb464cd89ea63 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Sat, 27 Oct 2007 10:39:31 +0200 Subject: [PATCH] Added tagged provides to the spec file added some provides with a '(ensc)' tag to the spec file --- koji.spec | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/koji.spec b/koji.spec index 404274e..57bb8e8 100644 --- a/koji.spec +++ b/koji.spec @@ -22,6 +22,7 @@ Requires: rpm-python Requires: pyOpenSSL Requires: python-urlgrabber BuildRequires: python +Provides: koji(ensc) %description Koji is a system for building and tracking RPMS. The base package @@ -34,6 +35,7 @@ Requires: httpd Requires: mod_python Requires: postgresql-python Requires: %{name} = %{version}-%{release} +Provides: koji-hub(ensc) %description hub koji-hub is the XMLRPC interface to the koji database @@ -59,6 +61,7 @@ Requires: createrepo >= 0.4.11-2 %if 0%{?fedora} >= 9 Requires: createrepo >= 0.9.2 %endif +Provides: koji-builder(ensc) %description builder koji-builder is the daemon that runs on build machines and executes @@ -69,6 +72,7 @@ Summary: Koji Utilities Group: Applications/Internet Requires: postgresql-python Requires: %{name} = %{version}-%{release} +Provides: koji-utils(ensc) %description utils Utilities for the Koji system @@ -83,6 +87,7 @@ Requires: postgresql-python Requires: python-cheetah Requires: %{name} = %{version}-%{release} Requires: python-krbV >= 1.0.13 +Provides: koji-web(ensc) %description web koji-web is a web UI to the Koji system. -- 1.5.5.1