diff --git a/.gitignore b/.gitignore index e63bbda..749558d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /pius-2.0.9.tar.bz2 /pius-2.0.11.tar.bz2 /pius-2.1.1.tar.bz2 +/pius-2.2.0.tar.bz2 diff --git a/pius.spec b/pius.spec index 0283377..4e40333 100644 --- a/pius.spec +++ b/pius.spec @@ -1,6 +1,6 @@ Name: pius -Version: 2.1.1 -Release: 3%{?dist} +Version: 2.2.0 +Release: 1%{?dist} Summary: A tool for signing and emailing all UIDs on a set of PGP keys Group: Applications/System @@ -30,12 +30,16 @@ mv libpius %{buildroot}%{python_sitelib} %files %{_bindir}/%{name} +%{_bindir}/%{name}-report %{_bindir}/%{name}-keyring-mgr %{_bindir}/%{name}-party-worksheet %{python_sitelib}/libpius -%doc README README.keyring-mgr COPYING %{name}.spec +%doc README.md README-keyring-mgr.md COPYING %{name}.spec INSTALL RELEASE_PROCESS %changelog +* Mon Oct 05 2015 Praveen Kumar 2.2.0-1 +- Update to 2.2.0 (#1268514) + * Wed Aug 19 2015 Praveen Kumar 2.1.1-3 - Added required library to fix module import issue. diff --git a/sources b/sources index d18ded7..d2b3560 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -adc49aa7a8afecb37b6ad30b55be00d0 pius-2.1.1.tar.bz2 +9a31ac40529bc8a94718178fac3b3d30 pius-2.2.0.tar.bz2