SHA256
1
0
forked from pool/systemd

Accepting request 348128 from home:elvigia:branches:Base:System

- spec: update minimum kernel version to 3.11
- Update minimum util-linux version to 2.27.1

- spec: update minimum kernel version to 3.11
- Update minimum util-linux version to 2.27.1

OBS-URL: https://build.opensuse.org/request/show/348128
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=924
This commit is contained in:
Marcus Meissner 2016-01-13 18:13:18 +00:00 committed by Git OBS Bridge
parent e2b94ded3c
commit 9336e76d4c
4 changed files with 20 additions and 6 deletions

View File

@ -10,6 +10,12 @@ Mon Dec 21 10:07:38 UTC 2015 - jengelh@inai.de
- In %install, only process kbd-model-map.xkb-generated if it
exists. Resolves a build failure in 13.2/42.1.
-------------------------------------------------------------------
Wed Dec 9 15:12:30 UTC 2015 - crrodriguez@opensuse.org
- spec: update minimum kernel version to 3.11
- Update minimum util-linux version to 2.27.1
-------------------------------------------------------------------
Mon Nov 30 13:59:52 UTC 2015 - thomas.blume@suse.com

View File

@ -21,7 +21,7 @@
##### WARNING: please do not edit this auto generated spec file. Use the systemd.spec! #####
%define mini -mini
%define real systemd
%define min_kernel_version 3.7
%define min_kernel_version 3.11
%bcond_without bash_completion
%bcond_without networkd
@ -71,7 +71,8 @@ BuildRequires: pkgconfig(blkid) >= 2.26
BuildRequires: pkgconfig(libkmod) >= 15
BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(libpci) >= 3
BuildRequires: pkgconfig(mount) >= 2.26
#XXX: change to 2.27.1 when pkgconfig file is fixed upstream
BuildRequires: pkgconfig(mount) >= 2.27
%ifarch aarch64 %ix86 x86_64 x32 %arm ppc64le s390x
BuildRequires: pkgconfig(libseccomp)
%endif
@ -112,7 +113,7 @@ BuildRequires: pam-config >= 0.79-5
Requires: pwdutils
Requires: systemd-presets-branding
Requires: sysvinit-tools
Requires: util-linux >= 2.27
Requires: util-linux >= 2.27.1
Requires(post): coreutils
Requires(post): findutils
Requires(post): pam-config >= 0.79-5

View File

@ -10,6 +10,12 @@ Mon Dec 21 10:07:38 UTC 2015 - jengelh@inai.de
- In %install, only process kbd-model-map.xkb-generated if it
exists. Resolves a build failure in 13.2/42.1.
-------------------------------------------------------------------
Wed Dec 9 15:12:30 UTC 2015 - crrodriguez@opensuse.org
- spec: update minimum kernel version to 3.11
- Update minimum util-linux version to 2.27.1
-------------------------------------------------------------------
Mon Nov 30 13:59:52 UTC 2015 - thomas.blume@suse.com

View File

@ -19,7 +19,7 @@
%define bootstrap 0
%define mini %nil
%define real systemd
%define min_kernel_version 3.7
%define min_kernel_version 3.11
%bcond_without bash_completion
%bcond_without networkd
@ -66,7 +66,8 @@ BuildRequires: pkgconfig(blkid) >= 2.26
BuildRequires: pkgconfig(libkmod) >= 15
BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(libpci) >= 3
BuildRequires: pkgconfig(mount) >= 2.26
#XXX: change to 2.27.1 when pkgconfig file is fixed upstream
BuildRequires: pkgconfig(mount) >= 2.27
%ifarch aarch64 %ix86 x86_64 x32 %arm ppc64le s390x
BuildRequires: pkgconfig(libseccomp)
%endif
@ -107,7 +108,7 @@ BuildRequires: pam-config >= 0.79-5
Requires: pwdutils
Requires: systemd-presets-branding
Requires: sysvinit-tools
Requires: util-linux >= 2.27
Requires: util-linux >= 2.27.1
Requires(post): coreutils
Requires(post): findutils
Requires(post): pam-config >= 0.79-5