diff --git a/.gitignore b/.gitignore index be389f6..718f182 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ testdisk-6.11.tar.bz2 testdisk-doc-6.11.tar.bz2 photorec_611_exif_bound_checking_v2.patch +/testdisk_611_ntfs-3g.patch.bz2 diff --git a/sources b/sources index 8b73f12..3dbc1b4 100644 --- a/sources +++ b/sources @@ -1,3 +1,4 @@ 11f8fe95dcd190b69b782efa65b29ba1 testdisk-6.11.tar.bz2 8ed6b23ae64bf1cf9a15371ea7481fa5 testdisk-doc-6.11.tar.bz2 525350908048a5c90c932464375b08a3 photorec_611_exif_bound_checking_v2.patch +447781ad32a77dcdc6b8df0e23b9cc7f testdisk_611_ntfs-3g.patch.bz2 diff --git a/testdisk.spec b/testdisk.spec index 6e491d4..cf162c6 100644 --- a/testdisk.spec +++ b/testdisk.spec @@ -4,19 +4,19 @@ Summary(fr.UTF8): Outil pour vérifier et restaurer des partitions Summary(ru_RU.UTF8): Программа для проверки и восстановления разделов диска Name: testdisk Version: 6.11 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ Group: Applications/System Source0: http://www.cgsecurity.org/testdisk-%{version}.tar.bz2 Source1: http://www.cgsecurity.org/testdisk-doc-%{version}.tar.bz2 Patch0: http://www.cgsecurity.org/photorec_611_exif_bound_checking_v2.patch +Patch1: http://www.cgsecurity.org/testdisk_611_ntfs-3g.patch.bz2 URL: http://www.cgsecurity.org/wiki/TestDisk BuildRequires: ncurses-devel >= 5.2 BuildRequires: e2fsprogs-devel BuildRequires: libjpeg-devel %ifnarch ppc ppc64 -# See https://bugzilla.redhat.com/show_bug.cgi?id=407151 -BuildRequires: ntfsprogs-devel +BuildRequires: ntfs-3g-devel %endif BuildRequires: libewf-devel BuildRequires: zlib-devel @@ -91,6 +91,7 @@ This package contains TestDisk & PhotoRec documentation. %setup -q %setup -q -a 1 %patch0 -p1 +%patch1 -p1 %build %configure @@ -118,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT %doc doc %changelog +* Sat Apr 16 2011 Christophe Grenier - 6.11-9 +- Rebuild for ntfs-3g + * Wed Feb 09 2011 Fedora Release Engineering - 6.11-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild