Skip to content

Commit

Permalink
Release Version 1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lerch <[email protected]>
  • Loading branch information
ryanlerch committed Feb 7, 2023
1 parent 13e22ce commit 6a6081f
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

koji-fedoramessaging.spec export-ignore
38 changes: 38 additions & 0 deletions koji-fedoramessaging.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
Name: koji-fedoramessaging
Version: 1.0
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: %{url}/archive/%{version}/koji-fedoramessaging-%{version}.tar.gz

BuildArch: noarch
BuildRequires: python
BuildRequires: python3-devel
BuildRequires: python-setuptools

Requires: python3-koji-hub
Requires: python3-fedoramessaging-messages

%description
Enable Koji to send Fedora Messaging messages

%prep
%setup -q

%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
* Tue Feb 07 2023 Ryan Lerch <[email protected]> - 1.0-1
- Initial Release
2 changes: 2 additions & 0 deletions koji-fedoramessaging/koji-fedoramessaging.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Version 0.1
#
# Koji callback plugin for sending notifications about events to fedora-messaging
# Copyright (c) 2009-2023 Red Hat, Inc.
#
Expand Down

0 comments on commit 6a6081f

Please sign in to comment.