-
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 katello
- Loading branch information
Showing
1 changed file
with
8 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 1 | ||
%global release 2 | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: %{mainver} | ||
|
@@ -76,6 +76,10 @@ BuildRequires: (npm(react-bootstrap) >= 0.32.1 with npm(react-bootstrap) < 1.0.0 | |
BuildRequires: (npm(use-deep-compare-effect) >= 1.6.1 with npm(use-deep-compare-effect) < 2.0.0) | ||
# end package.json dependencies BuildRequires | ||
|
||
# start specfile assets BuildRequires | ||
BuildRequires: (rubygem(jquery-ui-rails) >= 6.0 with rubygem(jquery-ui-rails) < 7.0) | ||
# end specfile assets BuildRequires | ||
|
||
%description | ||
Katello adds Content and Subscription Management to Foreman. For this it | ||
relies on Candlepin and Pulp. | ||
|
@@ -168,6 +172,9 @@ done | |
%{foreman_plugin_log} | ||
|
||
%changelog | ||
* Tue Nov 12 2024 MariaAga <[email protected]> - 4.16.0-0.2.pre.master | ||
- move jquery-ui-rails package to katello | ||
|
||
* Fri Nov 08 2024 Ian Ballou <[email protected]> - 4.16.0-0.1.pre.master | ||
- Bump version to 4.16.0 | ||
|
||
|