rpms/brltty/devel brltty.spec,1.40,1.41

Štěpán Kasal kasal at fedoraproject.org
Wed Jan 20 17:43:07 UTC 2010


Author: kasal

Update of /cvs/extras/rpms/brltty/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28789

Modified Files:
	brltty.spec 
Log Message:
requires(post): coreutils to work around an installator bug


Index: brltty.spec
===================================================================
RCS file: /cvs/extras/rpms/brltty/devel/brltty.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- brltty.spec	13 Jan 2010 11:24:51 -0000	1.40
+++ brltty.spec	20 Jan 2010 17:43:07 -0000	1.41
@@ -15,7 +15,7 @@
 
 Name: brltty
 Version: %{pkg_version}
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://mielke.cc/brltty/
@@ -27,6 +27,8 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{na
 Summary: Braille display driver for Linux/Unix
 BuildRequires: byacc glibc-kernheaders
 BuildRequires: autoconf
+# work around a bug in the install process:
+Requires(post): coreutils
 
 %description
 BRLTTY is a background process (daemon) which provides
@@ -274,6 +276,10 @@ exit 0
 
 
 %changelog
+* Wed Jan 20 2010 Stepan Kasal <skasal at redhat.com> - 4.1-5
+- requires(post): coreutils to work around an installator bug
+- Resolves: #540437
+
 * Wed Jan 13 2010 Stepan Kasal <skasal at redhat.com> - 4.1-4
 - limit building against speech-dispatcher to Fedora
 - Resolves: rhbz#553795



More information about the scm-commits mailing list