source:
trunk/server/fedora/specs/bash.spec.patch
@
2619
Last change on this file since 2619 was 2619, checked in by andersk, 10 years ago | |
---|---|
File size: 900 bytes |
-
bash.spec
old new 7 7 Version: %{baseversion}%{patchleveltag} 8 8 Name: bash 9 9 Summary: The GNU Bourne Again shell 10 Release: 3%{?dist} 10 Release: 3%{?dist}.scripts.%{scriptsversion} 11 Provides: scripts-bash 11 12 Group: System Environment/Shells 12 13 License: GPLv3+ 13 14 Url: http://www.gnu.org/software/bash … … 124 125 # 1112710 - mention ulimit -c and -f POSIX block size 125 126 Patch128: bash-4.2-man-ulimit.patch 126 127 128 # Disable function imports 129 Patch9000: bash-4.2-disable-function-imports.patch 130 127 131 BuildRequires: texinfo bison 128 132 BuildRequires: ncurses-devel 129 133 BuildRequires: autoconf, gettext … … 226 230 %patch125 -p1 -b .size_type 227 231 %patch126 -p1 -b .missing_closes 228 232 %patch128 -p1 -b .ulimit 233 %patch9000 -p1 -b .disable_function_imports 229 234 230 235 echo %{version} > _distribution 231 236 echo %{release} > _patchlevel
Note: See TracBrowser
for help on using the repository browser.