This commit is contained in:
parent
c1fafe7f5d
commit
0810a2e9aa
@ -1,4 +1,6 @@
|
||||
libreadline5
|
||||
obsoletes "readline-<targettype> <= <version>"
|
||||
provides "readline-<targettype> = <version>"
|
||||
targettype x86 package bash
|
||||
+^/bin/bash$
|
||||
+^/bin/sh$
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 17 19:24:50 CEST 2008 - coolo@suse.de
|
||||
|
||||
- fix rename of xxbit packages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 6 18:29:10 CEST 2008 - schwab@suse.de
|
||||
|
||||
|
12
bash.spec
12
bash.spec
@ -20,7 +20,7 @@ Group: System/Shells
|
||||
Recommends: bash-doc = %bash_vers
|
||||
AutoReqProv: on
|
||||
Version: 3.2
|
||||
Release: 106
|
||||
Release: 109
|
||||
Summary: The GNU Bourne-Again Shell
|
||||
Url: http://www.gnu.org/software/bash/bash.html
|
||||
Source0: bash-%{bash_vers}.tar.bz2
|
||||
@ -76,7 +76,7 @@ Group: Documentation/Man
|
||||
Provides: bash:%{_infodir}/bash.info.gz
|
||||
PreReq: %install_info_prereq
|
||||
Version: 3.2
|
||||
Release: 65
|
||||
Release: 68
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n bash-doc
|
||||
@ -96,7 +96,7 @@ Summary: The Readline Library
|
||||
Group: System/Libraries
|
||||
Provides: bash:/%{_lib}/libreadline.so.5
|
||||
Version: 5.2
|
||||
Release: 65
|
||||
Release: 68
|
||||
Recommends: readline-doc = %{version}
|
||||
Provides: readline = 5.2
|
||||
Obsoletes: readline <= 5.2
|
||||
@ -120,7 +120,7 @@ Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/C and C++
|
||||
Provides: bash:%{_libdir}/libreadline.a
|
||||
Version: 5.2
|
||||
Release: 106
|
||||
Release: 109
|
||||
Requires: libreadline5 = %{version}
|
||||
Requires: ncurses-devel
|
||||
Recommends: readline-doc = %{version}
|
||||
@ -144,7 +144,7 @@ Group: System/Libraries
|
||||
Provides: readline:%{_infodir}/readline.info.gz
|
||||
PreReq: %install_info_prereq
|
||||
Version: 5.2
|
||||
Release: 65
|
||||
Release: 68
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n readline-doc
|
||||
@ -421,6 +421,8 @@ EOF
|
||||
%doc %{_defaultdocdir}/readline/
|
||||
|
||||
%changelog
|
||||
* Sat May 17 2008 coolo@suse.de
|
||||
- fix rename of xxbit packages
|
||||
* Tue May 06 2008 schwab@suse.de
|
||||
- Add bash patches 34-39.
|
||||
* Mon Apr 28 2008 matz@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user