diff --git a/_service:download_files:bash-4.2.tar.gz b/_service:download_files:bash-4.2.tar.gz deleted file mode 100644 index 55a9b300..00000000 --- a/_service:download_files:bash-4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8 -size 7009201 diff --git a/_service:download_files:readline-6.2.tar.gz b/_service:download_files:readline-6.2.tar.gz deleted file mode 100644 index 980dea6f..00000000 --- a/_service:download_files:readline-6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381 -size 2277926 diff --git a/bash.changes b/bash.changes index 0bfc0b03..36589e89 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 19 14:59:39 UTC 2011 - coolo@suse.com + +- remove autoreqprov and author lists + ------------------------------------------------------------------- Tue Jun 21 18:58:56 CEST 2011 - werner@suse.de diff --git a/bash.spec b/bash.spec index 6b992b75..5fea4a55 100644 --- a/bash.spec +++ b/bash.spec @@ -35,7 +35,6 @@ Recommends: bash-lang = %bash_vers Suggests: command-not-found Recommends: bash-doc = %bash_vers %endif -AutoReqProv: on Version: 4.2 Release: 5 Summary: The GNU Bourne-Again Shell @@ -92,13 +91,6 @@ features from the Korn and C shells (ksh and csh). Bash is intended to be a conformant implementation of the IEEE Posix Shell and Tools specification (IEEE Working Group 1003.2). - - -Authors: --------- - Brian Fox - Chet Ramey - %package -n bash-doc License: GPLv2+ Summary: Documentation how to Use the GNU Bourne-Again Shell @@ -107,7 +99,6 @@ Provides: bash:%{_infodir}/bash.info.gz PreReq: %install_info_prereq Version: 4.2 Release: 5 -AutoReqProv: on %if %suse_version > 1120 BuildArch: noarch %endif @@ -116,12 +107,6 @@ BuildArch: noarch This package contains the documentation for using the bourne shell interpreter Bash. - - -Authors: --------- - Brian Fox - Chet Ramey %if %{defined lang_package} %lang_package(bash) %else @@ -143,27 +128,18 @@ Summary: Include Files mandatory for Development of bash loadable builtin Group: Development/Languages/C and C++ Version: 4.2 Release: 5 -AutoReqProv: on %description -n bash-devel This package contains the C header files for writing loadable new builtins for the interpreter Bash. Use -I /usr/include/bash/ on the compilers command line. - - -Authors: --------- - Brian Fox - Chet Ramey - %package -n bash-loadables License: GPLv2+ Summary: Loadable bash builtins Group: System/Shells Version: 4.2 Release: 5 -AutoReqProv: on %description -n bash-loadables This package contains the examples for the ready-to-dynamic-load @@ -219,12 +195,6 @@ unlink Remove a directory entry. whoami Print out username of current user. - -Authors: --------- - Brian Fox - Chet Ramey - %package -n libreadline6 License: GPLv2+ Summary: The Readline Library @@ -242,20 +212,12 @@ Obsoletes: readline-64bit # Provides: readline = 6.2 Obsoletes: readline <= 6.1 -AutoReqProv: on %description -n libreadline6 The readline library is used by the Bourne Again Shell (bash, the standard command interpreter) for easy editing of command lines. This includes history and search functionality. - - -Authors: --------- - Brian Fox - Chet Ramey - %package -n readline-devel License: GPLv2+ Summary: Include Files and Libraries mandatory for Development @@ -268,7 +230,6 @@ Requires: ncurses-devel %if %suse_version > 1020 Recommends: readline-doc = %{version} %endif -AutoReqProv: on # bug437293 %ifarch ppc64 Obsoletes: readline-devel-64bit @@ -279,13 +240,6 @@ Obsoletes: readline-devel-64bit This package contains all necessary include files and libraries needed to develop applications that require these. - - -Authors: --------- - Brian Fox - Chet Ramey - %package -n readline-doc License: GPLv2+ Summary: Documentation how to Use and Program with the Readline Library @@ -294,7 +248,6 @@ Provides: readline:%{_infodir}/readline.info.gz PreReq: %install_info_prereq Version: 6.2 Release: 5 -AutoReqProv: on %if %suse_version > 1120 BuildArch: noarch %endif @@ -303,13 +256,6 @@ BuildArch: noarch This package contains the documentation for using the readline library as well as programming with the interface of the readline library. - - -Authors: --------- - Brian Fox - Chet Ramey - %prep %setup -q -n bash-%{bash_vers}%{extend} -b1 -b2 -b3 for p in ../bash-%{bash_vers}-patches/*; do