diff --git a/did.spec b/did.spec index 481c478..941eac4 100644 --- a/did.spec +++ b/did.spec @@ -1,6 +1,6 @@ Name: did Version: 0.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: What did you do last week, month, year? License: GPLv2+ @@ -12,7 +12,7 @@ BuildArch: noarch BuildRequires: git BuildRequires: python2-devel Requires: python-gssapi python2-requests-gssapi -Requires: python2-nitrate python2-dateutil python2-bugzilla +Requires: python-nitrate python2-dateutil python2-bugzilla %description Comfortably gather status report data (e.g. list of committed @@ -44,6 +44,9 @@ install -pm 644 did.1.gz %{buildroot}%{_mandir}/man1 %license LICENSE %changelog +* Thu Nov 29 2018 Petr Šplíchal 0.11-3 +- Update dependencies: python-gssapi and python-nitrate + * Mon Nov 26 2018 Petr Šplíchal 0.11-1 - Validate plugin types in config [fix #148] - Use email for searching Jira issues [fix #122]