[bash] Fix a comments in rpm changelog

Roman Rakus rrakus at fedoraproject.org
Tue Aug 28 14:02:40 UTC 2012


commit e70c516ad565050859b783b7bd907cdd518252c3
Author: Roman Rakus <rrakus at redhat.com>
Date:   Tue Aug 28 16:01:56 2012 +0200

    Fix a comments in rpm changelog
    
    Signed-off-by: Roman Rakus <rrakus at redhat.com>

 bash.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/bash.spec b/bash.spec
index 8869737..44e382f 100644
--- a/bash.spec
+++ b/bash.spec
@@ -6,7 +6,7 @@
 Version: %{baseversion}%{patchleveltag}
 Name: bash
 Summary: The GNU Bourne Again shell
-Release: 7%{?dist}
+Release: 8%{?dist}
 Group: System Environment/Shells
 License: GPLv3+
 Url: http://www.gnu.org/software/bash
@@ -383,9 +383,16 @@ end
 #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
+* Tue Aug 28 2012 Roman Rakus <rrakus at redhat.com> - 4.2.37-8
+- Fix a comments in rpm changelog
+
 * Tue Aug 28 2012 Roman Rakus <rrakus at redhat.com> - 4.2.37-7
 - Update info about trap in man page
   Resolves: #799958
+- instead of setting the signal handler to SIG_IGN while installing
+  the new trap handler, block the signal and unblock it after the new handler
+  is installed
+  Resolves: #695656
 
 * Wed Aug 22 2012 Ondrej Oprala <ooprala at redhat.com> - 4.2.37-6
 - Revert revision 4.2.37-5 - already fixed upstream
@@ -398,10 +405,6 @@ end
 * Wed Aug 08 2012 Roman Rakus <rrakus at redhat.com> - 4.2.37-4
 - Added doc subdir to bash-doc ownership list
   Resolves: #846734
-- instead of setting the signal handler to SIG_IGN while installing
-  the new trap handler, block the signal and unblock it after the new handler
-  is installed
-  Resolves: #695656
 
 * Tue Jul 24 2012 Roman Rakus <rrakus at redhat.com> - 4.2.37-3
 - Increment patchlevel tag


More information about the scm-commits mailing list