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
This commit is contained in:
parent
9db6482e66
commit
a24c6ca866
@ -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 <jskarvad@redhat.com> - 6.1-12
|
||||
- Fixed brlapi.key to pass the RPM verification
|
||||
|
||||
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 6.1-11
|
||||
- OCaml 4.11.1 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user