From 1dbc189e2db14d5428db68be8ee6e5f51aebb0d416a7e01bf3c9f67ebfd98722 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 22 Oct 2014 12:34:09 +0000 Subject: [PATCH] Accepting request 257920 from home:aljex:branches:Base:System Allow building on targets older than OS 11.0 as long as it's free. This allows building on SL 10.1 to current with no other changes. This is useful for production machines to get "shellshock" patches. OBS-URL: https://build.opensuse.org/request/show/257920 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=184 --- bash.changes | 5 +++++ bash.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/bash.changes b/bash.changes index 550aab8..d49777c 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 21 21:18:20 UTC 2014 - brian@aljex.com + +- Allow building on targets from SL 10.1 to current since it's free + ------------------------------------------------------------------- Mon Oct 6 08:07:48 UTC 2014 - werner@suse.de diff --git a/bash.spec b/bash.spec index 796a381..b40f03a 100644 --- a/bash.spec +++ b/bash.spec @@ -146,7 +146,7 @@ Requires: bash = %{version} Provides translations to the package bash %endif -%if 0%suse_version >= 1100 +%if 0%suse_version >= 1020 %package -n bash-devel Summary: Include Files mandatory for Development of bash loadable builtins Group: Development/Languages/C and C++ @@ -380,7 +380,7 @@ done MACHTYPE=${CPU}-suse-linux export LANG LC_ALL HOSTTYPE MACHTYPE pushd ../readline-%{rl_vers}%{extend} -%if 0%suse_version >= 1100 +%if 0%suse_version >= 1020 autoconf %endif cflags () @@ -482,7 +482,7 @@ popd CC_FOR_BUILD="$CC" CFLAGS_FOR_BUILD="$CFLAGS" export CC_FOR_BUILD CFLAGS_FOR_BUILD CFLAGS LDFLAGS CC -%if 0%suse_version >= 1100 +%if 0%suse_version >= 1020 autoconf %endif # @@ -689,7 +689,7 @@ ldd -u -r %{buildroot}/%{_lib}/libreadline.so.* || true %doc %{_mandir}/man1/rbash.1.gz %doc %{_defaultdocdir}/bash/ -%if 0%suse_version >= 1100 +%if 0%suse_version >= 1020 %files -n bash-devel %defattr(-,root,root) %dir /%{_includedir}/bash/