]> git.pld-linux.org Git - packages/extundelete.git/commitdiff
- fix building with recent e2fsprogs master
authorMarcin Krol <hawk@tld-linux.org>
Sat, 12 Oct 2019 22:52:19 +0000 (00:52 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Sat, 12 Oct 2019 22:52:19 +0000 (00:52 +0200)
e2fsprogs.patch [new file with mode: 0644]
extundelete.spec

diff --git a/e2fsprogs.patch b/e2fsprogs.patch
new file mode 100644 (file)
index 0000000..ea0da14
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/src/insertionops.cc      2012-12-30 18:23:32.000000000 +0100
++++ b/src/insertionops.cc      2018-05-07 22:58:13.065868723 +0200
+@@ -33,7 +33,7 @@
+   os << "File flags: " << inode.i_flags << std::endl;
+   os << "File version (for NFS): " << inode.i_generation << std::endl;
+   os << "File ACL: " << inode.i_file_acl << std::endl;
+-  os << "Directory ACL: " << inode.i_dir_acl << std::endl;
++  os << "Directory ACL: " << inode.i_size_high << std::endl;
+   os << "Fragment address: " << inode.i_faddr << std::endl;
+   os << "Direct blocks: ";
+   for (int n = 0; n < EXT2_NDIR_BLOCKS; n++)
index d2c0f704b6d83894d227db91415411da763f514c..ea7db067372319d0e0e4488d908d5d7d60f6c6a5 100644 (file)
@@ -9,6 +9,7 @@ Source0:        http://download.sourceforge.net/extundelete/%{name}-%{version}.tar.bz2
 # Source0-md5: 77e626ad31433680c0a222069295d2ca
 Patch0:                %{name}-attrs.patch
 Patch1:                %{name}-dirs.patch
+Patch2:                e2fsprogs.patch
 URL:           http://extundelete.sourceforge.net/
 BuildRequires: e2fsprogs-devel
 BuildRequires: libcom_err-devel
@@ -38,6 +39,7 @@ zapominać o kopiach zapasowych!
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure
This page took 0.084437 seconds and 4 git commands to generate.