+2003-12-25 Theodore Ts'o <tytso@mit.edu>
+
+ * e2fsprogs.spec.in: Add filefrag program to the RPM spec file.
+
2003-11-26 Theodore Ts'o <tytso@mit.edu>
* MCONFIG.in: Make the gcc-wall print more warnings to catch
%{_root_sbindir}/resize2fs
%{_root_sbindir}/tune2fs
%{_sbindir}/mklost+found
+%{_sbindir}/filefrag
%{_root_libdir}/libcom_err.so.*
%{_root_libdir}/libe2p.so.*
%{_mandir}/man8/mklost+found.8*
%{_mandir}/man8/resize2fs.8*
%{_mandir}/man8/tune2fs.8*
+%{_mandir}/man8/filefrag.8*
%files devel
%defattr(-,root,root)
+2003-12-25 Theodore Ts'o <tytso@mit.edu>
+
+ * Makefile.in: Add filefrag program to the list of programs
+ installed in /usr/sbin.
+
2003-12-11 Theodore Ts'o <tytso@thunk.org>
* tune2fs.8.in: Fix some whitespace errors in the command synopsis.
SPROGS= mke2fs badblocks tune2fs dumpe2fs blkid logsave \
$(E2IMAGE_PROG) @FSCK_PROG@
-USPROGS= mklost+found
+USPROGS= mklost+found filefrag
SMANPAGES= tune2fs.8 mklost+found.8 mke2fs.8 dumpe2fs.8 badblocks.8 \
e2label.8 findfs.8 blkid.8 $(E2IMAGE_MAN) \
- logsave.8 @FSCK_MAN@
+ logsave.8 filefrag.8 @FSCK_MAN@
UPROGS= chattr lsattr uuidgen
UMANPAGES= chattr.1 lsattr.1 uuidgen.1
.c.o:
$(CC) -c $(ALL_CFLAGS) $< -o $@
-all:: $(SPROGS) $(UPROGS) $(USPROGS) $(SMANPAGES) $(UMANPAGES) filefrag
+all:: $(SPROGS) $(UPROGS) $(USPROGS) $(SMANPAGES) $(UMANPAGES)
findsuper: findsuper.o
$(CC) $(ALL_LDFLAGS) -o findsuper findsuper.o