-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Michael Brown <[email protected]>
- Loading branch information
Showing
3 changed files
with
13 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Configure autoconf | ||
# | ||
AC_INIT([sanbootable], [0.2], [[email protected]]) | ||
AC_INIT([sanbootable], [0.3], [[email protected]]) | ||
AC_CONFIG_SRCDIR([src/initramfs/iscsi.initramfs]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar]) | ||
|
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,4 +1,10 @@ | ||
sanbootable (0.2) UNRELEASED; urgency=medium | ||
sanbootable (0.3) UNRELEASED; urgency=medium | ||
|
||
* Add support for CentOS 8 | ||
|
||
-- Michael Brown <[email protected]> Thu, 01 Jul 2021 16:47:26 +0100 | ||
|
||
sanbootable (0.2) unstable; urgency=medium | ||
|
||
* Add multi-distribution support | ||
|
||
|
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,7 +1,7 @@ | ||
%define dracutlibdir %{_prefix}/lib/dracut | ||
|
||
Name: sanbootable | ||
Version: 0.2 | ||
Version: 0.3 | ||
Release: 1%{?dist} | ||
Summary: SAN bootability package | ||
|
||
|
@@ -39,5 +39,9 @@ dracut -v -f --regenerate-all | |
%{dracutlibdir}/modules.d/95sanbootable/sanbootable-cmdline.sh | ||
|
||
%changelog | ||
* Thu Jul 1 2021 Michael Brown <[email protected]> - 0.3-1 | ||
- Regenerate initramfs after installation or upgrade | ||
- Add explicit requirement on iscsi-initiator-utils | ||
|
||
* Thu Jul 1 2021 Michael Brown <[email protected]> - 0.2-1 | ||
- Initial release |