-
Notifications
You must be signed in to change notification settings - Fork 20
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
Showing
4 changed files
with
51 additions
and
23 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
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
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,3 +1,3 @@ | ||
module RedhatAccess | ||
VERSION = "0.0.7" | ||
VERSION = "0.0.9" | ||
end |
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
%endif | ||
|
||
Name: %{?scl_prefix}rubygem-foreman-%{gem_name} | ||
Version: 0.0.7 | ||
Version: 0.0.9 | ||
Release: 1%{?dist} | ||
Summary: Foreman engine to access Red Hat knowledge base | ||
Group: Development/Languages | ||
|
@@ -105,15 +105,23 @@ cp -pa .%{rubygem_redhat_access_dir}/config/config.yml.example %{buildroot}/etc/ | |
%{foreman_bundlerd_dir}/%{gem_name}.rb | ||
%{foreman_assets_dir}/redhat_access | ||
/etc/redhat_access | ||
/etc/pam.d | ||
/etc/pam.d/foreman-sosreport | ||
/etc/security/console.apps | ||
/usr/sbin | ||
/usr/bin | ||
/usr/sbin/foreman-sosreport-wrapper | ||
/usr/bin/foreman-sosreport | ||
|
||
%posttrans | ||
/usr/sbin/foreman-rake db:migrate >/dev/null 2>&1 | ||
|
||
%changelog | ||
* Wed Mar 4 2015 Lindani Phiri <[email protected]> - 0.0.9-1 | ||
- Resolves : bz1197764 | ||
|
||
* Fri Feb 19 2015 Lindani Phiri <[email protected]> - 0.0.8-2 | ||
- Resolves : bz1193672 | ||
|
||
* Fri Feb 12 2015 Lindani Phiri <[email protected]> - 0.0.8-1 | ||
- Removed proactive support | ||
- Resolves : bz1191406 | ||
|
||
* Mon Dec 12 2014 Lindani Phiri <[email protected]> - 0.0.7-1 | ||
- Add proactive support | ||
- Resolves: bz1131538 | ||
|