Skip to content

Commit

Permalink
release: Release version 0.2
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 aa3d46c commit c33195f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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.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])
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.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.

Expand Down
4 changes: 2 additions & 2 deletions 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.1
Version: 0.2
Release: 1%{?dist}
Summary: SAN bootability package

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

0 comments on commit c33195f

Please sign in to comment.