Skip to content

Commit

Permalink
release: Release version 0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <[email protected]>
  • Loading branch information
mcb30 committed Jul 1, 2021
1 parent 21a52fa commit 93545bb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
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])
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
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

Expand Down
6 changes: 5 additions & 1 deletion sanbootable.spec
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

Expand Down Expand Up @@ -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

0 comments on commit 93545bb

Please sign in to comment.