-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add jquery-ui-rails package to katellospecfile generated dependencies
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
%global prereleasesource pre.master | ||
%global prerelease %{?prereleasesource:.}%{?prereleasesource} | ||
%global mainver 4.16.0 | ||
%global release 2 | ||
%global release 3 | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: %{mainver} | ||
|
@@ -56,6 +56,7 @@ BuildRequires: (rubygem(pulp_python_client) >= 3.12.5 with rubygem(pulp_python_c | |
BuildRequires: (rubygem(pulp_ostree_client) >= 2.4.4 with rubygem(pulp_ostree_client) < 2.5.0) | ||
BuildRequires: (rubygem(deface) >= 1.0.2 with rubygem(deface) < 2.0.0) | ||
BuildRequires: (rubygem(angular-rails-templates) >= 1.1 with rubygem(angular-rails-templates) < 2) | ||
BuildRequires: (rubygem(jquery-ui-rails) >= 6.0 with rubygem(jquery-ui-rails) < 7.0) | ||
BuildArch: noarch | ||
Provides: foreman-plugin-%{plugin_name} = %{version} | ||
# end specfile generated dependencies | ||
|
@@ -168,6 +169,9 @@ done | |
%{foreman_plugin_log} | ||
|
||
%changelog | ||
* Tue Dec 17 2024 MariaAga <[email protected]> - 4.16.0-0.3.pre.master | ||
- move jquery-ui-rails package to katello | ||
|
||
* Tue Nov 19 2024 Ewoud Kohl van Wijngaarden <[email protected]> - 4.16.0-0.2.pre.master | ||
- Update angular-rails-templates dependency | ||
|
||
|