From 48fd0b421da7e2f835118eaf5b4b8385ac840c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 1 Jun 2021 10:27:13 +0200 Subject: [PATCH] Fixed requirements for brltty-minimal Related: rhbz#1584679 --- brltty.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/brltty.spec b/brltty.spec index 4b60b69..104c115 100644 --- a/brltty.spec +++ b/brltty.spec @@ -38,7 +38,7 @@ Name: brltty Version: %{pkg_version} -Release: 7%{?dist} +Release: 8%{?dist} License: LGPLv2+ URL: http://brltty.app/ Source0: http://brltty.app/archive/%{name}-%{version}.tar.xz @@ -241,7 +241,6 @@ This package provides brltty module for Dracut. %if %{with minimal} %package minimal Summary: Stripped down brltty version for Anaconda installer -Requires: %{name}%{?_isa} = %{pkg_version}-%{release} Conflicts: brltty %description minimal This package provides stripped down brltty version for Anaconda @@ -647,6 +646,10 @@ fi %config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/brltty/Initramfs/cmdline %changelog +* Tue Jun 1 2021 Jaroslav Škarvada - 6.3-8 +- Fixed requirements for brltty-minimal + Related: rhbz#1584679 + * Wed May 19 2021 Pete Walter - 6.3-7 - Rebuild for ICU 69