Declare hyperv and framebuffer devices master-of-seat again

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-03-14 23:08:46 +01:00
parent cda068c40d
commit 32a6a004db
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
SHA512 (systemd-a09c170.tar.gz) = e63057a0c951dea20e4fabe3485952823b38e80c62fa94f4a5e7b53d08e5995539bbbfbff72eaf033685dfc80f27a029c81912584aae10a5b3e6c24b64c51d25
SHA512 (systemd-c1f8ff8.tar.gz) = c190227d4b66311d781b9a4fd09b105cb8a29d45ceb6520651417179a9109bea2ad6c51775fe894b3b4589a04bf44ebfcb0bffa8110b74f0eca89e482350d239

View File

@ -1,4 +1,4 @@
%global commit a09c170122cf3b37c3e4431bf082f9dbdc07fc70
%global commit c1f8ff8d0de7e303b8004b02a0a47d4cc103a7f8
%{?commit:%global shortcommit %(c=%{commit}; echo ${c:0:7})}
%global stable 1
@ -15,7 +15,7 @@
Name: systemd
Url: https://www.freedesktop.org/wiki/Software/systemd
Version: 241
Release: 2%{?commit:.git%{shortcommit}}%{?dist}
Release: 3%{?commit:.git%{shortcommit}}%{?dist}
# For a breakdown of the licensing, see README
License: LGPLv2+ and MIT and GPLv2+
Summary: System and Service Manager
@ -695,6 +695,9 @@ fi
%files tests -f .file-list-tests
%changelog
* Thu Mar 14 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241-3.gitc1f8ff8
- Declare hyperv and framebuffer devices master-of-seat again (#1683197)
* Wed Feb 20 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241-2.gita09c170
- Prevent buffer overread in systemd-udevd
- Properly validate dbus paths received over dbus (#1678394, CVE-2019-6454)