From d145b63b4062115a949c232937d4f52985867f1d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 10 2015 09:47:45 +0000 Subject: Release 1.0 --- diff --git a/mdapi.spec b/mdapi.spec index 426f154..be64dcf 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 0.1 +Version: 1.0 Release: 1%{?dist} Summary: A simple API to query the metadata of the repositories @@ -15,6 +15,8 @@ BuildRequires: python3-setuptools BuildRequires: python3-simplejson BuildRequires: python3-sqlalchemy BuildRequires: python3-werkzeug +BuildRequires: python3-devel +BuildRequires: systemd Requires: python3-aiohttp Requires: python3-requests @@ -23,6 +25,11 @@ Requires: python3-simplejson Requires: python3-sqlalchemy Requires: python3-werkzeug +Requires(post): systemd +Requires(preun): systemd +Requires(postun): systemd + + %description Small web and asynchronous application serving the metadata of the Fedora repositories @@ -63,5 +70,8 @@ install -m 644 mdapi.service $RPM_BUILD_ROOT/%{_unitdir}/mdapi.service %changelog +* Mon Nov 09 2015 Pierre-Yves Chibon - 1.0-1 +- Update to 1.0 + * Tue Oct 27 2015 Pierre-Yves Chibon - 0.1-1 - First package for Fedora diff --git a/setup.py b/setup.py index 16136d2..6e3b94d 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ print(get_requirements()) setup( name='mdapi', description='A simple API to serve the package repository metadata', - version='0.1', + version='1.0', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',