-
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
10 additions
and
4 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.1], [[email protected]]) | ||
AC_INIT([sanbootable], [0.2], [[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.1) UNRELEASED; urgency=medium | ||
sanbootable (0.2) UNRELEASED; urgency=medium | ||
|
||
* Add multi-distribution support | ||
|
||
-- Michael Brown <[email protected]> Thu, 01 Jul 2021 14:15:47 +0100 | ||
|
||
sanbootable (0.1) unstable; urgency=medium | ||
|
||
* Initial release. | ||
|
||
|
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.1 | ||
Version: 0.2 | ||
Release: 1%{?dist} | ||
Summary: SAN bootability package | ||
|
||
|
@@ -35,5 +35,5 @@ Allow operating system to be booted from a SAN (e.g. iSCSI) disk. | |
%{dracutlibdir}/modules.d/95sanbootable/sanbootable-cmdline.sh | ||
|
||
%changelog | ||
* Wed Jun 30 2021 Michael Brown <[email protected]> | ||
* Thu Jul 1 2021 Michael Brown <[email protected]> - 0.2-1 | ||
- Initial release |