From 928b0bed6fff9a002fcd10533fd1fa464e1bc10b Mon Sep 17 00:00:00 2001 From: Bogdano Arendartchuk Date: Thu, 3 May 2007 21:03:27 +0000 Subject: Added one cheap copy of the sync subcommand from mdvsys. It required two sensitive changes: - in order to parse the spec file, "rpm" module was used, so this is the brand new package dependency; and - as RepSys already had one "rpm" module, we had to rename it to "simplerpm" in order to allow access to the module from python-rpm (I think py2.4 is still used a lot so we can't use absolute imports) --- repsys.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repsys.spec') diff --git a/repsys.spec b/repsys.spec index 81e251a..edb0cf8 100644 --- a/repsys.spec +++ b/repsys.spec @@ -12,7 +12,7 @@ Buildrequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: python BuildRequires: python-devel -Requires: python-cheetah +Requires: python-cheetah python-rpm %description Tools for Mandriva Linux repository access and management. -- cgit v1.2.1