Skip to content

Commit e4e661b

Browse files
committed
rpm: Spec updates
I've been neglecting this. It might need to move to another repo. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent ad867ef commit e4e661b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

rpm/git-pw.spec

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Name: git-pw
2-
Version: 1.9.0
2+
Version: 2.2.0
33
Release: 1%{?dist}
44
Summary: Git-Patchwork integration tool
55

66
License: MIT
77
URL: https://github.com/getpatchwork/git-pw
8-
Source0: https://github.com/getpatchwork/git-pw/releases/download/%{version}/%{name}-%{version}.tar.gz
8+
Source0: %{pypi_source}
99

1010
BuildArch: noarch
1111

@@ -32,6 +32,9 @@ rm -rf %{name}.egg-info
3232
mkdir -p %{buildroot}%{_mandir}/man1
3333
install -p -D -m 644 man/*.1 %{buildroot}%{_mandir}/man1/
3434

35+
%check
36+
%pytest -Wall
37+
3538
%files
3639
%license LICENSE
3740
%doc README.rst
@@ -41,5 +44,8 @@ install -p -D -m 644 man/*.1 %{buildroot}%{_mandir}/man1/
4144
%{python3_sitelib}/git_pw-%{version}-py%{python3_version}*.egg-info
4245

4346
%changelog
47+
* Fri Oct 01 2021 Stephen Finucane <stephen@that.guru> - 2.2.0-1
48+
- Update to 2.2.0
49+
4450
* Sun Apr 26 2020 Stephen Finucane <stephen@that.guru> - 1.9.0-1
4551
- Initial package.

0 commit comments

Comments
 (0)