Accepting request 748020 from home:fbui:systemd:openSUSE-Factory
- Import commit 0b715187a87907e18edf98eab9d0a50fced4a424 9dbdbc2f10 logind: fix (again) the race that might happen when logind restores VT (bsc#1101591 bsc#1140081) c848bec110 libblkid: open device in nonblock mode. (bsc#1084671) b70ad6c927 resolved: check for IP in certificate when using DoT with GnuTLS (bsc#1155539 CVE-2018-21029) bbedf3d557 resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLS eb732c2e29 resolved: fix connection failures with TLS 1.3 and GnuTLS 4e45084ac5 shared/install: failing with -ELOOP can be due to the use of an alias in install_error() 2e297f0d87 shared/install: fix error codes returned by install_context_apply() dd29d70d32 man: alias names can't be used with enable command - Allow YaST to select Iranian (Persian, Farsi) keyboard layout (bsc#1092920) OBS-URL: https://build.opensuse.org/request/show/748020 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1080
This commit is contained in:
parent
1591e422db
commit
ef73e361b7
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:15:03 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Import commit 0b715187a87907e18edf98eab9d0a50fced4a424
|
||||
|
||||
9dbdbc2f10 logind: fix (again) the race that might happen when logind restores VT (bsc#1101591 bsc#1140081)
|
||||
c848bec110 libblkid: open device in nonblock mode. (bsc#1084671)
|
||||
b70ad6c927 resolved: check for IP in certificate when using DoT with GnuTLS (bsc#1155539 CVE-2018-21029)
|
||||
bbedf3d557 resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLS
|
||||
eb732c2e29 resolved: fix connection failures with TLS 1.3 and GnuTLS
|
||||
4e45084ac5 shared/install: failing with -ELOOP can be due to the use of an alias in install_error()
|
||||
2e297f0d87 shared/install: fix error codes returned by install_context_apply()
|
||||
dd29d70d32 man: alias names can't be used with enable command
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 5 10:56:54 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||
|
||||
@ -144,6 +158,12 @@ Mon Sep 23 11:45:18 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Some files related to the portable stuff were missing some %exclude
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 08:49:59 UTC 2019 - Martin Vidner <mvidner@suse.com>
|
||||
|
||||
- Allow YaST to select Iranian (Persian, Farsi) keyboard layout
|
||||
(bsc#1092920)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 14:59:16 UTC 2019 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
##### WARNING: please do not edit this auto generated spec file. Use the systemd.spec! #####
|
||||
%define mini -mini
|
||||
%define min_kernel_version 4.5
|
||||
%define suse_version +suse.126.gb7467b7b55
|
||||
%define suse_version +suse.135.g0b715187a8
|
||||
|
||||
%bcond_with gnuefi
|
||||
%if 0%{?bootstrap}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90e94b87ba38b29d80fa47c14858e6047f32d197847fbac705caabe38a56467d
|
||||
size 5617640
|
3
systemd-v243+suse.135.g0b715187a8.tar.xz
Normal file
3
systemd-v243+suse.135.g0b715187a8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ee8ed4694914a70e8831b9f5b88f23167e2fc87ca8893d991495de13f19ba74
|
||||
size 5618704
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:15:03 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Import commit 0b715187a87907e18edf98eab9d0a50fced4a424
|
||||
|
||||
9dbdbc2f10 logind: fix (again) the race that might happen when logind restores VT (bsc#1101591 bsc#1140081)
|
||||
c848bec110 libblkid: open device in nonblock mode. (bsc#1084671)
|
||||
b70ad6c927 resolved: check for IP in certificate when using DoT with GnuTLS (bsc#1155539 CVE-2018-21029)
|
||||
bbedf3d557 resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLS
|
||||
eb732c2e29 resolved: fix connection failures with TLS 1.3 and GnuTLS
|
||||
4e45084ac5 shared/install: failing with -ELOOP can be due to the use of an alias in install_error()
|
||||
2e297f0d87 shared/install: fix error codes returned by install_context_apply()
|
||||
dd29d70d32 man: alias names can't be used with enable command
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 5 10:56:54 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%define bootstrap 0
|
||||
%define mini %nil
|
||||
%define min_kernel_version 4.5
|
||||
%define suse_version +suse.126.gb7467b7b55
|
||||
%define suse_version +suse.135.g0b715187a8
|
||||
|
||||
%bcond_with gnuefi
|
||||
%if 0%{?bootstrap}
|
||||
|
Loading…
Reference in New Issue
Block a user