File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ octopass (0.7.0-1) bionic; urgency=medium
2
+
3
+ * Resolve a problem of cache file permission
4
+
5
+ -- linyows <linyows@gmail.com> Fri, 21 Jun 2019 17:10:00 +0900
1
6
octopass (0.6.0-1) bionic; urgency=medium
2
7
3
8
* Support SELinux policy
Original file line number Diff line number Diff line change 35
35
#include <regex.h>
36
36
#include <unistd.h>
37
37
38
- #define OCTOPASS_VERSION "0.6 .0"
38
+ #define OCTOPASS_VERSION "0.7 .0"
39
39
#define OCTOPASS_VERSION_WITH_NAME "octopass/" OCTOPASS_VERSION
40
40
#ifndef OCTOPASS_CONFIG_FILE
41
41
#define OCTOPASS_CONFIG_FILE "/etc/octopass.conf"
Original file line number Diff line number Diff line change 1
1
Summary: Management linux user and authentication with team or collaborator on Github.
2
2
Name: octopass
3
- Version: 0.6 .0
3
+ Version: 0.7 .0
4
4
Release: 1
5
5
License: GPLv3
6
6
URL: https://github.com/linyows/octopass
73
73
%{_datadir }/selinux/packages/%{name }/%{name }.pp
74
74
75
75
%changelog
76
+ * Fri Jun 21 2019 linyows <linyows@gmail.com> - 0.7.0-1
77
+ - Resolve a problem of cache file permission
76
78
* Mon Oct 22 2018 linyows <linyows@gmail.com> - 0.6.0-1
77
79
- Add policy for SELinux
78
80
* Wed Oct 10 2018 linyows <linyows@gmail.com> - 0.5.1-1
You can’t perform that action at this time.
0 commit comments