rpms/bash/devel bash.spec,1.162,1.163

Jesse Keating jkeating at fedoraproject.org
Tue Oct 28 21:34:11 UTC 2008


Author: jkeating

Update of /cvs/pkgs/rpms/bash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2857

Modified Files:
	bash.spec 
Log Message:
* Tue Oct 28 2008 Jesse Keating <jkeating at redhat.com> - 3.2-29
- Add the Requires(post) back for ncurses-libs, so that rpm knows
  where to break the loop.  The post actually does require the curses
  libs for the sh calls.  Could consider doing this in LUA and not have
  any external deps.



Index: bash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bash/devel/bash.spec,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- bash.spec	23 Oct 2008 13:44:05 -0000	1.162
+++ bash.spec	28 Oct 2008 21:33:41 -0000	1.163
@@ -1,7 +1,7 @@
 Version: 3.2
 Name: bash
 Summary: The GNU Bourne Again shell (bash) version %{version}
-Release: 28%{?dist}
+Release: 29%{?dist}
 Group: System Environment/Shells
 License: GPLv2+
 Url: http://www.gnu.org/software/bash
@@ -77,6 +77,7 @@
 Patch142: bash-3.2-execve_catch_signals.patch
 Patch143: bash-3.2-ssh_source_bash.patch
 
+Requires(post): ncurses-libs
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: texinfo bison
@@ -303,6 +304,12 @@
 %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
+* Tue Oct 28 2008 Jesse Keating <jkeating at redhat.com> - 3.2-29
+- Add the Requires(post) back for ncurses-libs, so that rpm knows
+  where to break the loop.  The post actually does require the curses
+  libs for the sh calls.  Could consider doing this in LUA and not have
+  any external deps.
+
 * Thu Oct 23 2008 Roman Rakus <rrakus at redhat.com> - 3.2-28
 - Removing Requires for mktemp and ncurses, which cause
   dependencing loop




More information about the fedora-extras-commits mailing list