Accepting request 176787 from security
Update to version 0.3.1, Enable configure option --enable-file-attr (restore also file attributes) (forwarded request 176779 from adra) OBS-URL: https://build.opensuse.org/request/show/176787 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ext4magic?expand=0&rev=5
This commit is contained in:
parent
86bac0326d
commit
c5151b2b07
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:927b7b2c73f9b81a3cbf13a2643c60023b573b6ec24565d02a3bb08abea79985
|
||||
size 410590
|
3
ext4magic-0.3.1.tar.gz
Normal file
3
ext4magic-0.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcf231da889ac702b29d41ff8150a5615936cf1c55da73864da5c35272f37e49
|
||||
size 411237
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 27 18:42:04 UTC 2013 - asterios.dramis@gmail.com
|
||||
|
||||
- Update to version 0.3.1:
|
||||
* Some minor bugs been fixed.
|
||||
* Support for ecryptfs by Magic-function.
|
||||
- Enable configure option "--enable-file-attr" (restore also file attributes).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 23:32:23 UTC 2012 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package ext4magic
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 robi@users.berlios.de
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -11,26 +12,27 @@
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
#
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: ext4magic
|
||||
Version: 0.3.0
|
||||
Version: 0.3.1
|
||||
Release: 0
|
||||
License: GPL-2.0+
|
||||
Summary: Can help to recover deleted files on ext3/4 filesystems
|
||||
Url: http://openfacts2.berlios.de/wikide/index.php/BerliosProject:Ext4magic
|
||||
License: GPL-2.0+
|
||||
Group: System/Filesystems
|
||||
Source: ext4magic-%{version}.tar.gz
|
||||
Url: http://openfacts2.berlios.de/wikide/index.php/BerliosProject:Ext4magic
|
||||
Source0: http://downloads.sourceforge.net/%{name}.berlios/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: libbz2-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: file-devel
|
||||
BuildRequires: file-devel
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: libbz2-devel
|
||||
BuildRequires: zlib-devel
|
||||
|
||||
%if 0%{suse_version} || 0%{?fedora_version} || 0%{?rhel_version}
|
||||
BuildRequires: libuuid-devel
|
||||
%if 0%{?suse_version} || 0%{?fedora_version} || 0%{?rhel_version}
|
||||
BuildRequires: libuuid-devel
|
||||
%else
|
||||
BuildRequires: uuid-devel
|
||||
%endif
|
||||
@ -38,26 +40,34 @@ BuildRequires: uuid-devel
|
||||
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
|
||||
BuildRequires: e2fsprogs-devel
|
||||
%else
|
||||
BuildRequires: libext2fs-devel
|
||||
BuildRequires: libext2fs-devel
|
||||
%endif
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
ext4magic is a small tool for Linux administration, it can help to recover accidentally deleted or overwritten files from an ext3 or ext4 file systems. Especially private computers often lack an adequate and reliable backup or the 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?
|
||||
ext4magic is a small tool for Linux administration, it can help to recover
|
||||
accidentally deleted or overwritten files from an ext3 or ext4 file systems.
|
||||
Especially private computers often lack an adequate and reliable backup or the
|
||||
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
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-expert-mode
|
||||
%{__make} %{?_smp_mflags}
|
||||
%configure \
|
||||
--enable-file-attr \
|
||||
--enable-expert-mode
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{makeinstall}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||
%{_sbindir}/ext4magic
|
||||
%{_mandir}/man8/ext4magic.8.gz
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user