Skip to content

Commit

Permalink
Updated spec
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Feb 2, 2017
1 parent a2234b6 commit 861281d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common/init-exporter.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@

Summary: Utility for exporting services described by Procfile to init system
Name: init-exporter
Version: 0.5.1
Version: 0.6.0
Release: 0%{?dist}
Group: Development/Tools
License: MIT
URL: http://github.com/andyone/init-exporter
URL: https://github.com/funbox/init-exporter

Source0: %{name}-%{version}.tar.gz

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: golang >= 1.7
BuildRequires: golang >= 1.5

Provides: upstart-exporter = %{version}-%{release}
Provides: systemd-exporter = %{version}-%{release}
Expand Down Expand Up @@ -105,5 +105,5 @@ rm -rf %{buildroot}
###############################################################################

%changelog
* Fri Dec 09 2016 Anton Novojilov <[email protected]> - 0.5.1-0
* Thu Feb 2 2017 Anton Novojilov <[email protected]> - 0.6.0-0
- Initial build

0 comments on commit 861281d

Please sign in to comment.