Project

General

Profile

« Previous | Next » 

Revision 74747a19

Added by Oleh Fedorenko about 1 year ago

Update foreman_templates to 9.4.0

View differences:

plugins/ruby-foreman-templates/debian/changelog
ruby-foreman-templates (9.4.0-1) stable; urgency=low
* 9.4.0 released
-- Oleh Fedorenko <ofedoren@redhat.com> Wed, 24 May 2023 13:51:55 +0000
ruby-foreman-templates (9.3.0-3) stable; urgency=low
* 9.3.0-3 update bundled dependencies for security fixes
plugins/ruby-foreman-templates/debian/control
Section: ruby
Priority: extra
Maintainer: Greg Sutcliffe <gsutclif@redhat.com>
Build-Depends: debhelper (>= 8.0.0), git | git-core, foreman (>= 1.24.0~rc1), foreman-nulldb (>= 1.24.0~rc1), foreman-assets, python-dev
Build-Depends: debhelper (>= 9.20160709), git | git-core, foreman (>= 3.7.0~rc1), foreman-nulldb (>= 3.7.0~rc1), foreman-assets, python-dev
Standards-Version: 3.9.3
Homepage: https://github.com/theforeman/foreman_templates
Package: ruby-foreman-templates
Architecture: all
Depends: ${misc:Depends}, bundler, foreman (>= 3.1.0~rc1), git
Depends: ${misc:Depends}, bundler, foreman (>= 3.7.0~rc1), git
Description: Foreman Templates Plugin
This plugin will sync the contents of the Foreman Community Templates
repository (or a git repo of your choice) to your local Foreman instance.
plugins/ruby-foreman-templates/debian/gem.list
# list of gem urls to download via Jenkins, space separated
GEMS="https://rubygems.org/downloads/foreman_templates-9.3.0.gem"
GEMS="https://rubygems.org/downloads/foreman_templates-9.4.0.gem"
GEMS="$GEMS https://rubygems.org/downloads/diffy-3.4.2.gem"
GEMS="$GEMS https://rubygems.org/downloads/git-1.18.0.gem"
GEMS="$GEMS https://rubygems.org/downloads/rchardet-1.8.0.gem"
plugins/ruby-foreman-templates/foreman_templates.rb
gem 'foreman_templates', '9.3.0'
gem 'foreman_templates', '9.4.0'

Also available in: Unified diff