diff --git a/beakerlib.spec b/beakerlib.spec index 0630548..bdc9ef7 100644 --- a/beakerlib.spec +++ b/beakerlib.spec @@ -1,7 +1,7 @@ Name: beakerlib Summary: A shell-level integration testing library Version: 1.17 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2 Group: Development/Libraries BuildArch: noarch @@ -17,7 +17,7 @@ Requires: gzip Requires: util-linux Requires: which Requires: wget -Requires: python-lxml +Requires: python2-lxml Conflicts: beakerlib-redhat < 1-30 BuildRequires: /usr/bin/pod2man @@ -91,6 +91,10 @@ Files for syntax highlighting BeakerLib tests in VIM editor %{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim %changelog +* Wed Feb 14 2018 Iryna Shcherbina - 1.17-12 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Igor Gnatenko - 1.17-11 - Escape macros in %%changelog