From fafa6ac1b951fc5a189a05892c88cd03548bc884 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 1 May 2014 14:37:12 -0500 Subject: [PATCH] add missing requires on python-lockfile --- pungi.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pungi.spec b/pungi.spec index 0ecb8701..ba232f6f 100644 --- a/pungi.spec +++ b/pungi.spec @@ -2,7 +2,7 @@ Name: pungi Version: 3.04 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Distribution compose tool Group: Development/Tools @@ -11,7 +11,7 @@ URL: https://fedorahosted.org/pungi Source0: https://fedorahosted.org/pungi/attachment/wiki/%{version}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: yum => 3.4.3-28, repoview, createrepo >= 0.4.11 -Requires: lorax +Requires: lorax, python-lockfile BuildRequires: python-devel BuildArch: noarch @@ -55,7 +55,10 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Tue Apr 29 2014 Dennis Gilmore - 3.04-2 +- add missing requires on python-lockfile + +* Tue Apr 29 2014 Dennis Gilmore - 3.04-1 - Use a lockfile around things that modify the cachedir. (rbean) - Improve logging for missing srpms. (rbean) - honour the --nosource option (dennis)