summaryrefslogtreecommitdiffstats
path: root/git-review.spec
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2020-04-02 10:29:22 +0200
committerDominique Martinet <asmadeus@codewreck.org>2020-04-02 10:34:08 +0200
commit99fec21322a2279a02db5a02be12cd5a820ce668 (patch)
tree49efea8eca1331b3a34e80bb434ab829e3797bb6 /git-review.spec
parent30e1d2af786d467f1dacdf40e2ebffc9a82d2a64 (diff)
Update to 1.28.0HEADepel7_epel7
1.24 no longer works on most gerrit instances
Diffstat (limited to 'git-review.spec')
-rw-r--r--git-review.spec16
1 files changed, 5 insertions, 11 deletions
diff --git a/git-review.spec b/git-review.spec
index b95cfec..6601215 100644
--- a/git-review.spec
+++ b/git-review.spec
@@ -1,15 +1,12 @@
Name: git-review
-Version: 1.24
-Release: 5%{?dist}
+Version: 1.28.0
+Release: 1%{?dist}
Summary: A Git helper for integration with Gerrit
Group: Development/Tools
License: ASL 2.0
URL: https://github.com/openstack-infra/git-review
Source0: http://tarballs.openstack.org/git-review/git-review-%{version}.tar.gz
-Source1: git-review.conf
-Patch1: git-review-1.24-man.patch
-Patch2: git-review-1.24-main.patch
BuildArch: noarch
BuildRequires: python2-devel
@@ -27,9 +24,6 @@ requests in the patch management system Gerrit. It replaces the rfc.sh script.
%prep
%setup -q
-%patch1 -p1
-%patch2 -p1
-
%build
%{__python} setup.py build
sed -i 's/\r//' LICENSE
@@ -39,7 +33,6 @@ rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
mkdir -p %{buildroot}%{_sysconfdir}/git-review/
-cp %{SOURCE1} %{buildroot}%{_sysconfdir}/git-review/
# We do not save ".gitreview" as dot.gitreview because the man page has it too.
# cp .gitreview #{buildroot}/usr/share/doc/dot.gitreview
@@ -57,13 +50,14 @@ rm -rf %{buildroot}
%{python_sitelib}/git_review/
%{python_sitelib}/git_review-%{version}-*.egg-info/
-%dir %{_sysconfdir}/git-review/
-%config(noreplace) %{_sysconfdir}/git-review/git-review.conf
# License is required in percent-doc according to Packaging:LicensingGuidelines
%doc AUTHORS LICENSE
%doc README.rst
%changelog
+* Thu Apr 02 2020 Dominique Martinet <dominique.martinet@cea.fr> - 1.28.0-1
+ - Update to upstream 1.28.0
+
* Fri Apr 24 2015 Pete Zaitcev <zaitcev@redhat.com> - 1.24-5
- Add runtime requirement for setuptools to provide pkg_resources (#1214040)