File ebiso.changes of Package ebiso
-------------------------------------------------------------------
Mon Jun 8 22:41:27 CEST 2020 - gozora@gmail.com
- workaround for compiling with gcc-10
-------------------------------------------------------------------
Wed Mar 1 10:35:59 CET 2017 - jsmeix@suse.de
- Bugfix update to version 0.2.5:
* Fixed segfault with XFS ftype=0, see
https://github.com/gozora/ebiso/issues/9
and the actual root cause in ReaR
https://github.com/rear/rear/issues/1208
-------------------------------------------------------------------
Sun Aug 28 15:52:24 UTC 2016 - mpluskal@suse.com
- Update to version 0.2.4:
* Debian related package scripts added.
- Use url for source.
- Enable parallel building and installation.
- Enable building on all platform that support UEFI.
- Use macro for manpage extension.
- Do not strip installed binaries, this prevents debuginfo packages
from being built.
-------------------------------------------------------------------
Wed Apr 13 11:38:33 CEST 2016 - jsmeix@suse.de
- New package ebiso for SUSE Linux Enterprise (fate#319332).
ebiso is needed as helper tool by rear since rear version 1.18
for making a UEFI bootable rear recovery system ISO image
(see also bsc#931824).
-------------------------------------------------------------------
Fri Apr 8 11:03:44 CEST 2016 - jsmeix@suse.de
- Bugfix update to version 0.2.3.1 see upstream issue
https://github.com/gozora/ebiso/issues/7
Now upstream Makefile accepts CFLAGS from environment
so that setting our preferred flags for the compiler
and linker via
export CFLAGS="$RPM_OPT_FLAGS"
does now work.
-------------------------------------------------------------------
Thu Apr 7 15:17:08 CEST 2016 - jsmeix@suse.de
- Bugfix update to version 0.2.3 see upstream issue
https://github.com/gozora/ebiso/issues/6 and
https://github.com/gozora/ebiso/releases/tag/v0.2.3
(boo#974360).
- Setting our preferred flags for the compiler and linker via
export CFLAGS="$RPM_OPT_FLAGS"
does not work because upstream Makefile uses FLAGS instead
of CFLAGS so that the upstream FLAGS are overridden with
our preferred flags added to the upstream FLAGS (boo#974360).
-------------------------------------------------------------------
Mon Apr 4 11:11:14 CEST 2016 - jsmeix@suse.de
- Bugfix update to version 0.2.2
In certain cases ebiso will overwrite one "random" byte
with '\0', which might lead to file corruption, see
https://github.com/gozora/ebiso/releases/tag/v0.2.2
See also the following description by the ebiso author
Vladimir Gozora in a mail from him (excerpts):
"... captious bug in ebiso, that can cause (under certain
circumstances) corruption of random file by overwriting
one byte with zero ('\0'). This overwrite always happens
on the end of block of 2048 bytes so for this reason it
can remain unnoticed most of the time. ... In general
ISO should be safe once user is able to boot from it."
-------------------------------------------------------------------
Wed Mar 23 16:57:58 CET 2016 - jsmeix@suse.de
- Added "Supplements: rear" in ebiso.spec so that ebiso gets
usually installed if rear is (to be) installed (but ebiso
is not strictly required by rear).
-------------------------------------------------------------------
Tue Mar 22 14:54:07 CET 2016 - jsmeix@suse.de
- Adapted spec file for openSUSE and SLE.
- Split RPM changelog into separate changes file.
-------------------------------------------------------------------
Tue Dec 13 12:34:56 CET 2015 - c@gozora.sk
- 0.2.1 release
* Full symbolic link support
-------------------------------------------------------------------
Tue Oct 27 12:34:56 CET 2015 - c@gozora.sk
- 0.1.4 release
* Added man page
-------------------------------------------------------------------
Wed Oct 21 12:34:56 CET 2015 - gratien.dhaese@gmail.com
- 0.1.1 release
* Rewrote original spec file from Vladimir