From a24c6ca8668c8960c558469c85a9e00e3b954cd3 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 27 Oct 2020 19:12:07 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/brltty.git#bdffcfe027eb65358337e500461d9fc29e1e3a94 --- brltty.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/brltty.spec b/brltty.spec index 24e1da2..924b5e7 100644 --- a/brltty.spec +++ b/brltty.spec @@ -33,7 +33,7 @@ Name: brltty Version: %{pkg_version} -Release: 11%{?dist} +Release: 12%{?dist} License: LGPLv2+ URL: http://brltty.app/ Source0: http://brltty.app/archive/%{name}-%{version}.tar.xz @@ -381,6 +381,7 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/libbrlapi.a # ghost brlapi.key touch ${RPM_BUILD_ROOT}%{_sysconfdir}/brlapi.key +chmod 0640 ${RPM_BUILD_ROOT}%{_sysconfdir}/brlapi.key # disable xbrlapi gdm autostart, there is already orca rm -f ${RPM_BUILD_ROOT}%{_datadir}/gdm/greeter/autostart/xbrlapi.desktop @@ -483,7 +484,7 @@ fi %{_bindir}/xbrlapi %{_libdir}/brltty/libbrlttybba.so %{_libdir}/libbrlapi.so.* -%ghost %{_sysconfdir}/brlapi.key +%ghost %verify(not group) %{_sysconfdir}/brlapi.key %doc Drivers/Braille/XWindow/README %doc Documents/Manual-BrlAPI/ %doc %{_mandir}/man1/xbrlapi.* @@ -529,6 +530,9 @@ fi %config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/brltty/Initramfs/cmdline %changelog +* Tue Oct 20 2020 Jaroslav Škarvada - 6.1-12 +- Fixed brlapi.key to pass the RPM verification + * Tue Sep 01 2020 Richard W.M. Jones - 6.1-11 - OCaml 4.11.1 rebuild