-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also made some changes around decompression algorithm detection, etc. Signed-off-by: Eric Curtin <[email protected]>
- Loading branch information
1 parent
722da0c
commit 6682f90
Showing
2 changed files
with
47 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: initoverlayfs | ||
Version: 0.96 | ||
Release: 2%{?dist} | ||
Version: 0.97 | ||
Release: 1%{?dist} | ||
Summary: An initial scalable filesystem for Linux operating systems | ||
|
||
License: GPL-2.0-only | ||
|
@@ -9,6 +9,8 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz | |
|
||
BuildRequires: gcc | ||
Recommends: erofs-utils | ||
Recommends: lz4 | ||
Recommends: gzip | ||
Requires: dracut | ||
|
||
%global debug_package %{nil} | ||
|
@@ -37,6 +39,9 @@ install -D -m755 lib/dracut/modules.d/81initoverlayfs/module-setup.sh $RPM_BUILD | |
%{_prefix}/lib/dracut/modules.d/81initoverlayfs/ | ||
|
||
%changelog | ||
* Fri Nov 17 2023 Eric Curtin <[email protected]> - 0.97-1 | ||
- Raspberry Pi 4 enablement. | ||
|
||
* Wed Nov 8 2023 Stephen Smoogen <[email protected]> - 0.96-2 | ||
- Make changes to pass fedora-review tests on permissions and other items | ||
|
||
|