Skip to content

Commit

Permalink
Merge pull request #20 from linyows/v0.4.0
Browse files Browse the repository at this point in the history
Distribute as v0.4.0
  • Loading branch information
linyows authored Sep 24, 2017
2 parents e813c0f + 37f647e commit 2100e56
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
octopass (0.4.0-1) xenial; urgency=medium

* Support github repository collaborators as name resolve

-- linyows <[email protected]> Mon, 25 Sep 2017 00:30:00 +0900
octopass (0.3.5-1) xenial; urgency=medium

* Bugfixes
Expand Down
8 changes: 3 additions & 5 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Vcs-Git: https://github.com/linyows/octopass -b debian
Package: octopass
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: This is linux user management tool by the
organization/team on github, and authentication.
Depending on github for user management,
there are certain risks, but features easy handling and
ease of operation.
Description: This is user management tool for linux by github.
The name-resloves and authentication is provided the team or collaborator on
github. Features easy handling and ease of operation.
2 changes: 1 addition & 1 deletion octopass.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <sys/stat.h>
#include <regex.h>

#define OCTOPASS_VERSION "0.3.5"
#define OCTOPASS_VERSION "0.4.0"
#define OCTOPASS_VERSION_WITH_NAME "octopass/" OCTOPASS_VERSION
#ifndef OCTOPASS_CONFIG_FILE
#define OCTOPASS_CONFIG_FILE "/etc/octopass.conf"
Expand Down
12 changes: 7 additions & 5 deletions rpm/octopass.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Management linux user and authentication with the organization/team on Github.
Summary: Management linux user and authentication with team or collaborator on Github.
Name: octopass
Version: 0.3.5
Version: 0.4.0
Release: 1
License: GPLv3
URL: https://github.com/linyows/octopass
Expand All @@ -19,9 +19,9 @@ BuildArch: i386, x86_64
%define debug_package %{nil}

%description
This is linux user management tool with the organization/team on github, and authentication.
Depending on github for user management, there are certain risks,
but features easy handling and ease of operation.
This is user management tool for linux by github.
The name-resloves and authentication is provided the team or collaborator on
github. Features easy handling and ease of operation.

%prep
%setup -q -n %{name}-%{version}
Expand Down Expand Up @@ -56,6 +56,8 @@ install -m 644 octopass.conf.example %{buildroot}%{_sysconfdir}/octopass.conf.ex
/etc/octopass.conf.example

%changelog
* Mon Sep 25 2017 linyows <[email protected]> - 0.4.0-1
- Support github repository collaborators as name resolve
* Thu Sep 14 2017 linyows <[email protected]> - 0.3.5-1
- Bugfixes
* Sun May 07 2017 linyows <[email protected]> - 0.3.3-1
Expand Down

0 comments on commit 2100e56

Please sign in to comment.