[dumpet] - Minor fixes (cjwatson) - Add a man page (cjwatson)

Peter Jones pjones at fedoraproject.org
Wed Aug 25 17:02:10 UTC 2010


commit 37c2c959617a969b36c7f6dd6a27f9bbdd63ce55
Author: Peter Jones <pjones at redhat.com>
Date:   Wed Aug 25 13:00:51 2010 -0400

    - Minor fixes (cjwatson)
    - Add a man page (cjwatson)

 .gitignore  |    2 +-
 dumpet.spec |    7 ++++++-
 sources     |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e1a2d07..15abccf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 clog
-dumpet-2.0.tar.bz2
+dumpet-2.1.tar.bz2
diff --git a/dumpet.spec b/dumpet.spec
index a00472c..e539576 100644
--- a/dumpet.spec
+++ b/dumpet.spec
@@ -1,5 +1,5 @@
 Name:           dumpet
-Version:        2.0
+Version:        2.1
 Release:        1%{?dist}
 Summary:        A tool to dump and debug bootable CD images
 License:        GPLv2+
@@ -28,9 +28,14 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc README TODO COPYING
+%attr(644,root,root) %{_mandir}/man1/dumpet.1*
 %{_bindir}/dumpet
 
 %changelog
+* Wed Aug 25 2010 Peter Jones <pjones at redhat.com> - 2.1-1
+- Minor fixes (cjwatson)
+- Add a man page (cjwatson)
+
 * Fri Oct 16 2009 Peter Jones <pjones at redhat.com> - 2.0-1
 - This is the 2.0 release.  It is awesome and adds XML output in order to
   support automated validation of CD images.
diff --git a/sources b/sources
index c941557..6b36d4b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1a93059322246f935d421a3db4a54742  dumpet-2.0.tar.bz2
+e55338e7e7163aa4a592a8f1a565f14a  dumpet-2.1.tar.bz2


More information about the scm-commits mailing list