Systemd service is now installed to default and emergency targets,
because assistive technology should be available there
This commit is contained in:
parent
1b08bec412
commit
fd3f81839f
@ -6,4 +6,4 @@ Type=forking
|
|||||||
ExecStart=/usr/bin/brltty
|
ExecStart=/usr/bin/brltty
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target emergency.target
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
Name: brltty
|
Name: brltty
|
||||||
Version: %{pkg_version}
|
Version: %{pkg_version}
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://mielke.cc/brltty/
|
URL: http://mielke.cc/brltty/
|
||||||
Source0: http://mielke.cc/brltty/archive/%{name}-%{version}.tar.xz
|
Source0: http://mielke.cc/brltty/archive/%{name}-%{version}.tar.xz
|
||||||
@ -514,6 +514,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 24 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-13
|
||||||
|
- Systemd service is now installed to default and emergency targets,
|
||||||
|
because assistive technology should be available there
|
||||||
|
|
||||||
* Tue May 22 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-12
|
* Tue May 22 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-12
|
||||||
- Switched to upstream patch adding LDFLAGS to more libraries
|
- Switched to upstream patch adding LDFLAGS to more libraries
|
||||||
Related: rhbz#1543490
|
Related: rhbz#1543490
|
||||||
|
Loading…
Reference in New Issue
Block a user