Dropped explicit brlapi dependency (brltty) and relaxed brltty
dependency (brlapi) Related: rhbz#1765611
This commit is contained in:
parent
5648ca5a78
commit
6d92a84d33
10
brltty.spec
10
brltty.spec
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
Name: brltty
|
Name: brltty
|
||||||
Version: %{pkg_version}
|
Version: %{pkg_version}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://brltty.app/
|
URL: http://brltty.app/
|
||||||
Source0: http://brltty.app/archive/%{name}-%{version}.tar.xz
|
Source0: http://brltty.app/archive/%{name}-%{version}.tar.xz
|
||||||
@ -54,7 +54,6 @@ BuildRequires: espeak-ng-devel
|
|||||||
BuildRequires: /usr/bin/2to3
|
BuildRequires: /usr/bin/2to3
|
||||||
BuildRequires: autoconf automake
|
BuildRequires: autoconf automake
|
||||||
|
|
||||||
Requires: brlapi%{?_isa} = %{api_version}-%{release}
|
|
||||||
# work around a bug in the install process:
|
# work around a bug in the install process:
|
||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
@ -127,7 +126,7 @@ This package provides the eSpeak-NG driver for BRLTTY.
|
|||||||
Version: %{api_version}
|
Version: %{api_version}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Summary: Application Programming Interface for BRLTTY
|
Summary: Application Programming Interface for BRLTTY
|
||||||
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
|
Recommends: %{name} = %{pkg_version}-%{release}
|
||||||
Requires(pre): glibc-common, shadow-utils
|
Requires(pre): glibc-common, shadow-utils
|
||||||
Requires(post): coreutils, util-linux
|
Requires(post): coreutils, util-linux
|
||||||
%description -n brlapi
|
%description -n brlapi
|
||||||
@ -530,6 +529,11 @@ fi
|
|||||||
%config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/brltty/Initramfs/cmdline
|
%config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/brltty/Initramfs/cmdline
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 16 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 6.1-8
|
||||||
|
- Dropped explicit brlapi dependency (brltty) and relaxed brltty
|
||||||
|
dependency (brlapi)
|
||||||
|
Related: rhbz#1765611
|
||||||
|
|
||||||
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 6.1-7
|
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 6.1-7
|
||||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user