Accepting request 648864 from home:jengelh:branches:security:forensics
- strip invisible trailing whitespace from changelog - Use noun phrase in summary. Remove filler wording and rhetorics from description. OBS-URL: https://build.opensuse.org/request/show/648864 OBS-URL: https://build.opensuse.org/package/show/security:forensics/ext4magic?expand=0&rev=9
This commit is contained in:
parent
d1a1500557
commit
7524afe70f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 14 08:09:50 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Use noun phrase in summary. Remove filler wording and
|
||||||
|
rhetorics from description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 12 19:22:16 UTC 2018 - antoine.belvire@opensuse.org
|
Mon Nov 12 19:22:16 UTC 2018 - antoine.belvire@opensuse.org
|
||||||
|
|
||||||
@ -14,16 +20,16 @@ Tue Sep 16 21:08:10 UTC 2014 - Greg.Freemyer@gmail.com
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 13 00:58:41 UTC 2014 - Greg.Freemyer@gmail.com
|
Sat Sep 13 00:58:41 UTC 2014 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
- Update to v0.3.2
|
- Update to v0.3.2
|
||||||
* The code changes are moderate. Mainly changes on metadata, buildsystem and manpage ....
|
* The code changes are moderate. Mainly changes on metadata, buildsystem and manpage ....
|
||||||
* Some problems with potential endless loops and segfaults been fixed.
|
* Some problems with potential endless loops and segfaults been fixed.
|
||||||
* New is support for matlab-V5 files in the magic-function and a interface for
|
* New is support for matlab-V5 files in the magic-function and a interface for
|
||||||
a private magic signature file. The interface was necessary because the
|
a private magic signature file. The interface was necessary because the
|
||||||
activity on the FILE project results in many chances and more and more
|
activity on the FILE project results in many chances and more and more
|
||||||
support of new file signatures. This has a negative impact on speed,
|
support of new file signatures. This has a negative impact on speed,
|
||||||
accuracy and result of the magic-function of ext4magic. This interface is
|
accuracy and result of the magic-function of ext4magic. This interface is
|
||||||
provided for future use and is designed to support a only for ext4magic
|
provided for future use and is designed to support a only for ext4magic
|
||||||
optimized magic pattern file.
|
optimized magic pattern file.
|
||||||
(See also http://ext4magic.sourceforge.net/magic-pattern-interface.html)
|
(See also http://ext4magic.sourceforge.net/magic-pattern-interface.html)
|
||||||
* The author states that significant testing with i586 and x86_64 has been done
|
* The author states that significant testing with i586 and x86_64 has been done
|
||||||
* ext4magic continues not to support filesystems over 16TB
|
* ext4magic continues not to support filesystems over 16TB
|
||||||
@ -61,6 +67,6 @@ Sat Mar 3 21:04:23 UTC 2012 - Greg.Freemyer@gmail.com
|
|||||||
Not tested at the moment:
|
Not tested at the moment:
|
||||||
- the new library releases form last 2 Weeks libmagic and libext2fs
|
- the new library releases form last 2 Weeks libmagic and libext2fs
|
||||||
- file systems written with new Kernel (only testet written with 2.6 Kernel)
|
- file systems written with new Kernel (only testet written with 2.6 Kernel)
|
||||||
- BigEndian CPUs not testet very extensively
|
- BigEndian CPUs not testet very extensively
|
||||||
|
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: ext4magic
|
Name: ext4magic
|
||||||
Version: 0.3.2
|
Version: 0.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Can help to recover deleted files on ext3/4 filesystems
|
Summary: Tool for recovering deleted files on ext3/4 filesystems
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
URL: http://sourceforge.net/projects/ext4magic/
|
URL: http://sourceforge.net/projects/ext4magic/
|
||||||
@ -46,12 +46,9 @@ BuildRequires: libext2fs-devel >= 1.42.6
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ext4magic is a small tool for Linux administration, it can help to recover
|
ext4magic is a tool which can help recover accidentally deleted or
|
||||||
accidentally deleted or overwritten files from an ext3 or ext4 file systems.
|
overwritten files from ext3 or ext4 file systems. Especially private
|
||||||
Especially private computers often lack an adequate and reliable backup or the
|
computers may lack an adequate, frequent or reliable backup.
|
||||||
backup interval is too large lack of capacity. After some minor or major
|
|
||||||
accidents console or script often arises the question, how can I just restore
|
|
||||||
the deleted files back?
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user