-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc51912
commit 257d576
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
setup( | ||
name="sscg", | ||
version="0.4.0", | ||
version="0.4.1", | ||
|
||
entry_points="""\ | ||
[console_scripts] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
%global srcname sscg | ||
|
||
Name: %{srcname} | ||
Version: 0.4.0 | ||
Version: 0.4.1 | ||
Release: 0%{?dist} | ||
Summary: Self-signed certificate generator | ||
|
||
|
@@ -75,8 +75,14 @@ rm -rf $RPM_BUILD_ROOT | |
%endif #use_python3 | ||
|
||
%changelog | ||
* Tue Mar 24 2015 Stephen Gallagher <[email protected]> 0.4.0-0 | ||
- In development | ||
* Mon Mar 30 2015 Stephen Gallagher <[email protected]> 0.4.1-1 | ||
- Change default CA location to match service certificate | ||
- Improve error handling | ||
|
||
* Tue Mar 24 2015 Stephen Gallagher <[email protected]> 0.4.0-1 | ||
- Spec file cleanups | ||
- PEP8 Cleanups | ||
- Make location arguments optional | ||
|
||
* Mon Mar 23 2015 Stephen Gallagher <[email protected]> 0.3.0-1 | ||
- Rename to sscg | ||
|