Accepting request 628331 from home:fbui:systemd:Factory

- Import commit bb5a925bcefd4743873cae3f748ae1a426e92d44
  8983bd246 core: don't include libmount.h in a header file (#8580)
  3e4156a8f tmpfiles: don't adjust qgroups on existing subvolumes
  42edc93ac core/service: rework the hold-off time over message

- Enable regexp matching support
  Currently only used by "journalctl --grep=xxx".

OBS-URL: https://build.opensuse.org/request/show/628331
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1035
This commit is contained in:
Franck Bui 2018-08-09 06:47:09 +00:00 committed by Git OBS Bridge
parent 421da9fbd0
commit 7f775c54cf
6 changed files with 39 additions and 5 deletions

View File

@ -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
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

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ecff52170239199d824770b49be4923bceba2544371b266f9f2d695702a44f0
size 4627884

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e53944f87bf7603766cdd7230a2898c2948ede4c1f5a7e0e1fac3810f93fd57
size 4627756

View File

@ -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
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

View File

@ -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