-
Notifications
You must be signed in to change notification settings - Fork 1
/
koji-fedoramessaging.spec
54 lines (40 loc) · 1.64 KB
/
koji-fedoramessaging.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Name: koji-fedoramessaging
Version: 1.1.3
Release: 1%{?dist}
Summary: Enable Koji to send Fedora Messaging messages
Group: Applications/System
License: GPLv3
URL: https://github.com/fedora-infra/koji-fedoramessaging
Source0: koji-fedoramessaging-1.1.2.tar.gz
BuildArch: noarch
BuildRequires: python
BuildRequires: python3-devel
BuildRequires: python-setuptools
Requires: python3-koji-hub
Requires: python3-koji-fedoramessaging-messages
%description
Enable Koji to send Fedora Messaging messages
%prep
%setup -q -n koji-fedoramessaging-1.1.2
%build
%install
%{__install} -d $RPM_BUILD_ROOT%{_prefix}/lib/koji-hub-plugins
%{__install} -p -m 0644 koji-fedoramessaging/koji-fedoramessaging.py $RPM_BUILD_ROOT%{_prefix}/lib/koji-hub-plugins/koji-fedoramessaging.py
%clean
rm -rf $RPM_BUILD_ROOT
%files
%{_prefix}/lib/koji-hub-plugins
%changelog
* Thu Feb 08 2024 Aurelien Bompard <[email protected]> - 1.1.3-1
- Version 1.1.3
https://github.com/fedora-infra/koji-fedoramessaging/compare/1.1.2...1.1.3
* Mon Jun 12 2023 Aurelien Bompard <[email protected]> - 1.1.2-1
- The files_base_url is only relevant for build and task state changes
* Fri Jun 09 2023 Aurelien Bompard <[email protected]> - 1.1.1-1
- Don't call get_message_body() needlessly
* Fri Jun 09 2023 Aurelien Bompard <[email protected]> - 1.1.0-1
- Add more data in the task and build state change messages
* Thu Feb 09 2023 Ryan Lerch <[email protected]> - 1.0.1-1
- Tweak logging so kojihub logger can find the logs
* Tue Feb 07 2023 Ryan Lerch <[email protected]> - 1.0-1
- Initial Release