2008-06-18 21:16:37

by Eric Sandeen

[permalink] [raw]
Subject: [PATCH e2fsprogs] add e2undo files to the specfile template

Add e2undo files to the specfile template.

Signed-off-by: Eric Sandeen <[email protected]>
---

Index: e2fsprogs-1.41/e2fsprogs.spec.in
===================================================================
--- e2fsprogs-1.41.orig/e2fsprogs.spec.in 2008-06-17 06:31:35.000000000 -0500
+++ e2fsprogs-1.41/e2fsprogs.spec.in 2008-06-18 16:15:18.703822498 -0500
@@ -115,6 +115,7 @@ exit 0
%{_root_sbindir}/e2fsck
%{_root_sbindir}/e2image
%{_root_sbindir}/e2label
+%{_root_sbindir}/e2undo
%{_root_sbindir}/findfs
%{_root_sbindir}/fsck
%{_root_sbindir}/fsck.ext2
@@ -164,6 +165,7 @@ exit 0
%{_mandir}/man8/fsck.ext4dev.8*
%{_mandir}/man8/e2image.8*
%{_mandir}/man8/e2label.8*
+%{_mandir}/man8/e2undo.8*
%{_mandir}/man8/fsck.8*
%{_mandir}/man8/logsave.8*
%{_mandir}/man8/mke2fs.8*



2008-06-18 23:50:01

by Theodore Ts'o

[permalink] [raw]
Subject: Re: [PATCH e2fsprogs] add e2undo files to the specfile template

On Wed, Jun 18, 2008 at 04:16:35PM -0500, Eric Sandeen wrote:
> Add e2undo files to the specfile template.
>
> Signed-off-by: Eric Sandeen <[email protected]>

Thanks, applied.

- Ted