-
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.
Fixes #18539 - Own the public/{assets,webpack} directories
By owning the directories we can also ensure they are properly cleaned up on upgrade.
- Loading branch information
Showing
1 changed file
with
7 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.15.0 | ||
%global release 1 | ||
%global release 2 | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: %{mainver} | ||
|
@@ -143,8 +143,11 @@ done | |
%{gem_instdir}/engines | ||
%{gem_libdir} | ||
%{gem_instdir}/locale | ||
%dir %{gem_instdir}/public | ||
%dir %{gem_instdir}/public/assets | ||
%{gem_instdir}/public/assets/bastion | ||
%{gem_instdir}/public/assets/bastion_katello | ||
%dir %{gem_instdir}/public/webpack | ||
%exclude %{gem_instdir}/vendor | ||
%exclude %{gem_cache} | ||
%{gem_spec} | ||
|
@@ -168,6 +171,9 @@ done | |
%{foreman_plugin_log} | ||
|
||
%changelog | ||
* Thu Aug 29 2024 Ewoud Kohl van Wijngaarden <[email protected]> - 4.15.0-0.2.pre.master | ||
- Own public/{assets,webpack} for proper cleanup on removal | ||
|
||
* Tue Aug 20 2024 Chris Roberts <[email protected]> - 4.15.0-0.1.pre.master | ||
- Bump version to 4.15.0 | ||
|
||
|