Browse Source

upgrading package: bash 5.0.0 -> 5.0.2

master
parent
commit
ae37c5c975
  1. 10
      bash/bash.spec

10
bash/bash.spec

@ -24,8 +24,8 @@
# package version
%define V_base_real 5.0
%define V_base_comp 50
%define V_plvl_raw 0
%define V_plvl_pad 000
%define V_plvl_raw 2
%define V_plvl_pad 002
# package information
Name: bash
@ -38,12 +38,14 @@ Class: CORE
Group: Shell
License: GPL
Version: %{V_base_real}.%{V_plvl_raw}
Release: 20190107
Release: 20190121
# list of sources
Source0: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}.tar.gz
Source1: bash.txt
Patch0: bash.patch
Patch1: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-001
Patch2: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-002
# build information
BuildPreReq: OpenPKG, openpkg >= 20160101
@ -73,6 +75,8 @@ PreReq: OpenPKG, openpkg >= 20160101
# unpack and patch distribution
%setup -q -n bash-%{V_base_real}
%patch -p0
%patch -p0 -P 1
%patch -p0 -P 2
# ensure generated data is not re-generated on-the-fly
sleep 1

Loading…
Cancel
Save