This commit is contained in:
Ralph Bean
2016-12-12 15:43:47 -05:00
parent fcdf272eaa
commit a3b14ea93b
2 changed files with 8 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
Name: module-build-service
Version: 1.0.0
Release: 2%{?dist}
Version: 1.0.1
Release: 1%{?dist}
Summary: The Module Build Service for Modularity
Group: Development/Tools
@@ -93,8 +93,11 @@ mkdir -p %{buildroot}%{_unitdir}/
%changelog
* Tue Dec 6 2016 Matt Prahl <mprahl@redhat.com> 1.0.0-2
* Mon Dec 12 2016 Ralph Bean <rbean@redhat.com> - 1.0.1-1
- Cleanup in preparation for package review.
* Tue Dec 6 2016 Matt Prahl <mprahl@redhat.com> - 1.0.0-2
- Adds systemd unit.
* Fri Nov 25 2016 Filip Valder <fvalder@redhat.com> 1.0.0-1
* Fri Nov 25 2016 Filip Valder <fvalder@redhat.com> - 1.0.0-1
- Let's get this party started.

View File

@@ -8,7 +8,7 @@ with open('test-requirements.txt') as f:
setup(name='module-build-service',
description='The Module Build Service for Modularity',
version='1.0.0',
version='1.0.1',
classifiers=[
"Programming Language :: Python",
"Topic :: Software Development :: Build Tools"