- Added Url: tag (bug #172770).
- Do not explicitly gzip info pages (bug #172770). - Fix permissions on bashbug (bug #172770).
This commit is contained in:
parent
705fdcbf56
commit
7d9f5606f8
11
bash.spec
11
bash.spec
@ -1,9 +1,10 @@
|
|||||||
Version: 3.0
|
Version: 3.0
|
||||||
Name: bash
|
Name: bash
|
||||||
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
||||||
Release: 35
|
Release: 36
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
License: GPL
|
License: GPL
|
||||||
|
Url: http://www.gnu.org/software/bash
|
||||||
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
|
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
|
||||||
Source2: ftp://ftp.gnu.org/gnu/bash/bash-doc-%{version}.tar.gz
|
Source2: ftp://ftp.gnu.org/gnu/bash/bash-doc-%{version}.tar.gz
|
||||||
Source3: dot-bashrc
|
Source3: dot-bashrc
|
||||||
@ -188,7 +189,6 @@ pushd $RPM_BUILD_ROOT
|
|||||||
mkdir ./bin
|
mkdir ./bin
|
||||||
mv ./usr/bin/bash ./bin
|
mv ./usr/bin/bash ./bin
|
||||||
ln -sf bash ./bin/sh
|
ln -sf bash ./bin/sh
|
||||||
gzip -9nf .%{_infodir}/bash.info
|
|
||||||
rm -f .%{_infodir}/dir
|
rm -f .%{_infodir}/dir
|
||||||
popd
|
popd
|
||||||
mkdir -p $RPM_BUILD_ROOT/etc/skel
|
mkdir -p $RPM_BUILD_ROOT/etc/skel
|
||||||
@ -250,13 +250,18 @@ fi
|
|||||||
%config(noreplace) /etc/skel/.b*
|
%config(noreplace) /etc/skel/.b*
|
||||||
/bin/sh
|
/bin/sh
|
||||||
/bin/bash
|
/bin/bash
|
||||||
%{_bindir}/bashbug-*
|
%attr(0755,root,root) %{_bindir}/bashbug-*
|
||||||
%{_infodir}/bash.info*
|
%{_infodir}/bash.info*
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_mandir}/*/..1*
|
%{_mandir}/*/..1*
|
||||||
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 9 2005 Tim Waugh <twaugh@redhat.com> 3.0-36
|
||||||
|
- Added Url: tag (bug #172770).
|
||||||
|
- Do not explicitly gzip info pages (bug #172770).
|
||||||
|
- Fix permissions on bashbug (bug #172770).
|
||||||
|
|
||||||
* Thu Oct 6 2005 Tim Waugh <twaugh@redhat.com> 3.0-35
|
* Thu Oct 6 2005 Tim Waugh <twaugh@redhat.com> 3.0-35
|
||||||
- Fixed memory allocation bug in multibyteifs patch (bug #169996).
|
- Fixed memory allocation bug in multibyteifs patch (bug #169996).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user