requires(post): coreutils to work around an installator bug
This commit is contained in:
parent
ab22ab36ed
commit
110bba7c69
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
Name: brltty
|
Name: brltty
|
||||||
Version: %{pkg_version}
|
Version: %{pkg_version}
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://mielke.cc/brltty/
|
URL: http://mielke.cc/brltty/
|
||||||
@ -27,6 +27,8 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|||||||
Summary: Braille display driver for Linux/Unix
|
Summary: Braille display driver for Linux/Unix
|
||||||
BuildRequires: byacc glibc-kernheaders
|
BuildRequires: byacc glibc-kernheaders
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
|
# work around a bug in the install process:
|
||||||
|
Requires(post): coreutils
|
||||||
|
|
||||||
%description
|
%description
|
||||||
BRLTTY is a background process (daemon) which provides
|
BRLTTY is a background process (daemon) which provides
|
||||||
@ -274,6 +276,10 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 20 2010 Stepan Kasal <skasal@redhat.com> - 4.1-5
|
||||||
|
- requires(post): coreutils to work around an installator bug
|
||||||
|
- Resolves: #540437
|
||||||
|
|
||||||
* Wed Jan 13 2010 Stepan Kasal <skasal@redhat.com> - 4.1-4
|
* Wed Jan 13 2010 Stepan Kasal <skasal@redhat.com> - 4.1-4
|
||||||
- limit building against speech-dispatcher to Fedora
|
- limit building against speech-dispatcher to Fedora
|
||||||
- Resolves: rhbz#553795
|
- Resolves: rhbz#553795
|
||||||
|
Loading…
Reference in New Issue
Block a user