Accepting request 628336 from Base:System
OBS-URL: https://build.opensuse.org/request/show/628336 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=284
This commit is contained in:
parent
11f17dd035
commit
8c2f3919c1
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 8 13:26:03 UTC 2018 - fbui@suse.com
|
||||
|
||||
- Import commit bb5a925bcefd4743873cae3f748ae1a426e92d44
|
||||
|
||||
8983bd246 core: don't include libmount.h in a header file (#8580)
|
||||
3e4156a8f tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753)
|
||||
42edc93ac core/service: rework the hold-off time over message
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 1 12:19:40 UTC 2018 - fbui@suse.com
|
||||
|
||||
- Enable regexp matching support
|
||||
|
||||
Currently only used by "journalctl --grep=xxx".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 10:23:29 UTC 2018 - fbui@suse.com
|
||||
|
||||
|
@ -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.71.g0350f62a8
|
||||
%define suse_version +suse.76.gbb5a925bc
|
||||
|
||||
%bcond_with gnuefi
|
||||
%if 0%{?bootstrap}
|
||||
@ -70,6 +70,7 @@ BuildRequires: python3-lxml
|
||||
BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
|
||||
BuildRequires: pkgconfig(liblz4)
|
||||
BuildRequires: pkgconfig(liblzma)
|
||||
BuildRequires: pkgconfig(libpcre2-8)
|
||||
BuildRequires: pkgconfig(libqrencode)
|
||||
BuildRequires: pkgconfig(libselinux) >= 2.1.9
|
||||
%ifarch aarch64 %ix86 x86_64 x32 %arm ppc64le s390x
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ecff52170239199d824770b49be4923bceba2544371b266f9f2d695702a44f0
|
||||
size 4627884
|
3
systemd-v237+suse.76.gbb5a925bc.tar.xz
Normal file
3
systemd-v237+suse.76.gbb5a925bc.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e53944f87bf7603766cdd7230a2898c2948ede4c1f5a7e0e1fac3810f93fd57
|
||||
size 4627756
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 8 13:26:03 UTC 2018 - fbui@suse.com
|
||||
|
||||
- Import commit bb5a925bcefd4743873cae3f748ae1a426e92d44
|
||||
|
||||
8983bd246 core: don't include libmount.h in a header file (#8580)
|
||||
3e4156a8f tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753)
|
||||
42edc93ac core/service: rework the hold-off time over message
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 1 12:19:40 UTC 2018 - fbui@suse.com
|
||||
|
||||
- Enable regexp matching support
|
||||
|
||||
Currently only used by "journalctl --grep=xxx".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 10:23:29 UTC 2018 - fbui@suse.com
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%define bootstrap 0
|
||||
%define mini %nil
|
||||
%define min_kernel_version 4.5
|
||||
%define suse_version +suse.71.g0350f62a8
|
||||
%define suse_version +suse.76.gbb5a925bc
|
||||
|
||||
%bcond_with gnuefi
|
||||
%if 0%{?bootstrap}
|
||||
@ -68,6 +68,7 @@ BuildRequires: python3-lxml
|
||||
BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
|
||||
BuildRequires: pkgconfig(liblz4)
|
||||
BuildRequires: pkgconfig(liblzma)
|
||||
BuildRequires: pkgconfig(libpcre2-8)
|
||||
BuildRequires: pkgconfig(libqrencode)
|
||||
BuildRequires: pkgconfig(libselinux) >= 2.1.9
|
||||
%ifarch aarch64 %ix86 x86_64 x32 %arm ppc64le s390x
|
||||
|
Loading…
Reference in New Issue
Block a user