From 3b8fec8cf6a717dd202f700b80a231de8e22d762 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 21 2017 14:53:54 +0000 Subject: More fixes to the spec file and properly include it in the releases Signed-off-by: Pierre-Yves Chibon --- diff --git a/MANIFEST.in b/MANIFEST.in index ddbdc31..e6c6a57 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ graft fedmsg.d include *.rst include LICENSE requirements.txt dev-requirements.txt -include simple_koji_ci.spec +include simple-koji-ci.spec include simple_koji_ci.cfg diff --git a/simple-koji-ci.spec b/simple-koji-ci.spec index f800111..2cd3a50 100644 --- a/simple-koji-ci.spec +++ b/simple-koji-ci.spec @@ -16,7 +16,7 @@ Summary: Consume pagure fedmsg messages to test pull-requests Group: Development/Libraries License: LGPLv2+ URL: https://pagure.io/simple-koji-ci -Source0: https://releases.pagure.org/simple-koji-ci +Source0: https://releases.pagure.org/simple-koji-ci/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: fedmsg @@ -64,5 +64,5 @@ rm -rf %{buildroot}%{python2_sitelib}/tests/ %{python2_sitelib}/simple_koji_ci-%{version}* %changelog -* Mon Nov 21 2017 Pierre-Yves Chibon - 0.1.0-1 +* Tue Nov 21 2017 Pierre-Yves Chibon - 0.1.0-1 - Initial package for infrastructure.