-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic commit of package [katello-certs-tools] release [2.4.0-1].
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 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 |
---|---|---|
|
@@ -2,8 +2,8 @@ Name: katello-certs-tools | |
Summary: Katello SSL Key/Cert Tool | ||
Group: Applications/Internet | ||
License: GPLv2 | ||
Version: 2.3.0 | ||
Release: 2%{?dist} | ||
Version: 2.4.0 | ||
Release: 1%{?dist} | ||
URL: https://fedorahosted.org/katello | ||
Source0: %{name}-%{version}.tar.gz | ||
BuildArch: noarch | ||
|
@@ -47,6 +47,9 @@ mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/pki/%{name}/private | |
%doc LICENSE | ||
|
||
%changelog | ||
* Tue Jul 07 2015 Stephen Benjamin <[email protected]> 2.4.0-1 | ||
- Bump to 2.4.0 | ||
|
||
* Tue Jul 07 2015 Stephen Benjamin <[email protected]> 2.3.0-2 | ||
- Update for Katello 2.3 | ||
|
||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from distutils.core import setup | ||
|
||
setup(name='Katello Certs Tools', | ||
version='2.3.0', | ||
version='2.4.0', | ||
description='Python modules used for Katello SSL tooling', | ||
author='Tomas Lestach', | ||
author_email='[email protected]', | ||
|