[abootimg] Fix man page typos. bug 856241

Yanko Kaneti yaneti at fedoraproject.org
Tue Sep 11 16:26:59 UTC 2012


commit 8c1e8cc106db6794790282b7acf7f709cc22d25b
Author: Yanko Kaneti <yaneti at declera.com>
Date:   Tue Sep 11 19:26:28 2012 +0300

    Fix man page typos. bug 856241

 abootimg.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/abootimg.spec b/abootimg.spec
index 11edfab..c4850e9 100644
--- a/abootimg.spec
+++ b/abootimg.spec
@@ -3,7 +3,7 @@
 
 Name:           abootimg
 Version:        0.6
-Release:        5.%{checkout}%{?dist}
+Release:        6.%{checkout}%{?dist}
 Summary:        Tool for manipulating Android boot images
 
 License:        GPLv2+
@@ -11,6 +11,9 @@ URL:            https://gitorious.org/ac100/abootimg
 # git clone git://gitorious.org/ac100/abootimg.git
 # cd abootimg ; git archive --format=tar --prefix=abootimg-%%{version}-%%{checkout}/ %%{gitrev} | gzip > abootimg-%%{version}-%%{checkout}.tar.gz
 Source0:        abootimg-%{version}-%{checkout}.tar.gz
+# https://bugzilla.redhat.com/show_bug.cgi?id=856241
+# Fix man page typos. Sent upstream
+Patch0:         abootimg.1.patch
 
 BuildRequires:  libblkid-devel
 
@@ -21,6 +24,7 @@ partition format defined by the Android Open Source Project.
 
 %prep
 %setup -q -n abootimg-%{version}-%{checkout}
+%patch0 -p1 -b .mantypo
 
 
 %build
@@ -41,6 +45,9 @@ install -D -m 644 -p debian/abootimg.1 ${RPM_BUILD_ROOT}/%{_mandir}/man1/abootim
 
 
 %changelog
+* Tue Sep 11 2012 Yanko Kaneti <yaneti at declera.com> 0.6-6.20110830gitff8e759
+- Fix man page typos. Filip Holec , bug 856241
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6-5.20110830gitff8e759
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list