From 6e58aa3f3a514f86f48a69f6add54793667c63fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kadl=C4=8D=C3=ADk?= Date: Thu, 24 Nov 2016 19:48:15 +0100 Subject: [PATCH] Add dependency to python-lxml --- tracer.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tracer.spec b/tracer.spec index 7ed1a80..6578902 100644 --- a/tracer.spec +++ b/tracer.spec @@ -6,7 +6,7 @@ Name: tracer Version: 0.6.12 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Finds outdated running applications in your system BuildArch: noarch @@ -52,6 +52,7 @@ BuildRequires: python-lxml Requires: rpm-python Requires: python-beautifulsoup4 Requires: python-psutil +Requires: python-lxml Requires: %{name}-common = %{version}-%{release} %{?python_provide:%python_provide python2-%{name}} @@ -71,6 +72,7 @@ BuildRequires: python3-lxml Requires: rpm-python3 Requires: python3-beautifulsoup4 Requires: python3-psutil +Requires: python3-lxml Requires: %{name}-common = %{version}-%{release} %{?python_provide:%python_provide python3-%{name}} Provides: %{name} = %{version}-%{release} @@ -135,6 +137,12 @@ make DESTDIR=%{buildroot}%{_datadir} mo %changelog +* Thu Nov 24 2016 Jakub Kadlčík 0.6.12-4 +- Add dependency to python-lxml + +* Tue Nov 22 2016 Jakub Kadlčík 0.6.12-3 +- Add dependency to tracer-common + * Sun Nov 06 2016 Jakub Kadlčík 0.6.12-1 - Add Vagrantfile for more convenient testing (frostyx@email.cz) - Recommend systemctl instead of service on systemd machines (seanokeeffe797@gmail.com)