diff --git a/.gitignore b/.gitignore index 3e584a9..1f8aaef 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /copr-dist-git-0.36.tar.gz /copr-dist-git-0.37.tar.gz /copr-dist-git-0.38.tar.gz +/copr-dist-git-0.39.tar.gz diff --git a/copr-dist-git.spec b/copr-dist-git.spec index 5ee304d..3e83610 100644 --- a/copr-dist-git.spec +++ b/copr-dist-git.spec @@ -1,5 +1,5 @@ Name: copr-dist-git -Version: 0.38 +Version: 0.39 Release: 1%{?dist} Summary: Copr services for Dist Git server @@ -16,7 +16,7 @@ BuildArch: noarch BuildRequires: systemd -%if 0%{?fedora} < 28 +%if (0%{?fedora} && 0%{?fedora} < 28) || (0%{?rhel} && 0%{?rhel} < 8) BuildRequires: python-bunch BuildRequires: python-munch %else @@ -34,7 +34,7 @@ BuildRequires: python2-jinja2 Requires: python2-jinja2 Requires: python2-requests Requires: python2-rpkg -%if 0%{?fedora} < 28 +%if (0%{?fedora} && 0%{?fedora} < 28) || (0%{?rhel} && 0%{?rhel} < 8) Requires: python-bunch Requires: python-munch %else @@ -132,6 +132,11 @@ restorecon -rv /var/lib/copr-dist-git %ghost %{_var}/log/copr-dist-git/*.log %changelog +* Mon Feb 19 2018 clime 0.39-1 +- Shebangs cleanup +- fix spec for rhel8 +- escapes in changelogs + * Sun Feb 18 2018 clime 0.38-1 - remove old conditional in spec - fix python requires, also trim deps down @@ -319,7 +324,7 @@ restorecon -rv /var/lib/copr-dist-git - [dist-git][rhbz: #1253335] Running rpkg in the dedicated process. * Wed Aug 05 2015 Valentin Gologuzov 0.5-1 -- don't run tests during %check on epel +- don't run tests during %%check on epel * Wed Aug 05 2015 Valentin Gologuzov 0.4-1 - additional BuildRequires to run tests diff --git a/sources b/sources index 72c53f2..7f4acbe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (copr-dist-git-0.38.tar.gz) = 1a9f98a8edf919068467af2d698dabca03f44ee5bf3b72daf114c698c8705d25234ea92dcf8d6322cd8eee07ad5e540757b7a0bcbc3767b1f6bf9d5074d06d71 +SHA512 (copr-dist-git-0.39.tar.gz) = 55096e46580e0bc1c8e157068e77ef8620a39cc120cc10e668dfa142ba9bcef3bd258ea027d33d5c1f0f96ca71061fd2b27c01af1a85c899f8dc8db2358fe3a6