summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@fedoraproject.org>2008-01-01 22:52:42 +0000
committerEric Sandeen <sandeen@fedoraproject.org>2008-01-01 22:52:42 +0000
commite6e6b9e88ddbcd113f93586820b20302ea0ed3a0 (patch)
tree1d5e6da01cd2c5b9698dc82daa71242a7611706e
parent7f01ee2b86c08e4505314e9a9ca679a84442dc5c (diff)
downloade2fsprogs-e6e6b9e88ddbcd113f93586820b20302ea0ed3a0.tar.gz
e2fsprogs-e6e6b9e88ddbcd113f93586820b20302ea0ed3a0.tar.xz
e2fsprogs-e6e6b9e88ddbcd113f93586820b20302ea0ed3a0.zip
* Tue Jan 01 2008 Eric Sandeen <esandeen@redhat.com> 1.40.4-2e2fsprogs-1_40_4-2_fc9
- Add new uidd files to specfile
-rw-r--r--e2fsprogs.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index 45c2cfd..62b5a44 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -4,7 +4,7 @@
Summary: Utilities for managing the second and third extended (ext2/ext3) filesystems
Name: e2fsprogs
Version: 1.40.4
-Release: 1%{?dist}
+Release: 2%{?dist}
# License based on upstream-modified COPYING file,
# which clearly states "V2" intent.
License: GPLv2
@@ -155,6 +155,7 @@ exit 0
%{_root_sbindir}/tune2fs
%{_sbindir}/filefrag
%{_sbindir}/mklost+found
+%{_sbindir}/uuidd
%{_bindir}/chattr
%{_bindir}/lsattr
@@ -185,6 +186,7 @@ exit 0
%{_mandir}/man8/mklost+found.8*
%{_mandir}/man8/resize2fs.8*
%{_mandir}/man8/tune2fs.8*
+%{_mandir}/man8/uuidd.8*
%files libs
%defattr(-,root,root)
@@ -240,6 +242,9 @@ exit 0
%{_mandir}/man3/uuid_unparse.3*
%changelog
+* Tue Jan 01 2008 Eric Sandeen <esandeen@redhat.com> 1.40.4-2
+- Add new uidd files to specfile
+
* Tue Jan 01 2008 Eric Sandeen <esandeen@redhat.com> 1.40.4-1
- New upstream version, drop several now-upstream patches.