diff --git a/.gitignore b/.gitignore index 7b64865..bb41ad0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /copr-dist-git-0.15.tar.gz +/copr-dist-git-0.18.tar.gz diff --git a/copr-dist-git.spec b/copr-dist-git.spec index 858eff9..3587e2d 100644 --- a/copr-dist-git.spec +++ b/copr-dist-git.spec @@ -1,5 +1,5 @@ Name: copr-dist-git -Version: 0.15 +Version: 0.18 Release: 1%{?dist} Summary: Copr services for Dist Git server @@ -36,6 +36,7 @@ Requires: pyrpkg Requires: mock-scm Requires: tito Requires: pyp2rpm +Requires: rubygem-gem2rpm >= 0.11.3 Requires: httpd %{?fedora:Requires(post): policycoreutils-python-utils} %{?rhel:Requires(post): policycoreutils-python} @@ -110,6 +111,21 @@ restorecon -rv /var/lib/copr-dist-git %ghost %{_var}/log/copr-dist-git/*.log %changelog +* Thu May 26 2016 clime 0.18-1 +- implemented building from rubygems + +* Fri Apr 22 2016 Miroslav Suchý 0.17-1 +- support for pyrpkg-1.43 +- typo in method name +- use os.listdir instead of Popen +- sort imports +- more verbose logging of exception + +* Tue Apr 12 2016 Miroslav Suchý 0.16-1 +- clean up after dist-git import +- assure python_versions type for pypi builds +- 1322553 - checkout specific branch + * Fri Mar 18 2016 Miroslav Suchý 0.15-1 - own /etc/logrotate.d - own /usr/share/copr diff --git a/sources b/sources index d1e8765..57a9ee8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -27d5213ab5c296300f6f763a25ab44bc copr-dist-git-0.15.tar.gz +6f53275fbdf0ebacda7596b74e0bfbc9 copr-dist-git-0.18.tar.gz