forked from pool/systemd
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=527
This commit is contained in:
parent
49a9defe12
commit
bd5c75ca7d
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 28 17:15:38 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
|
- Make patch
|
||||||
|
0001-make-209-working-on-older-dist.patch
|
||||||
|
more smart that is make configure script les restrictive
|
||||||
|
- Make patch
|
||||||
|
apply-ACL-for-nvidia-device-nodes.patch
|
||||||
|
apply to v209
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 28 16:59:25 UTC 2014 - werner@suse.de
|
Fri Feb 28 16:59:25 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
|
@ -113,7 +113,11 @@ Requires: %{udevpkgname} >= 172
|
|||||||
Recommends: %{name}-bash-completion
|
Recommends: %{name}-bash-completion
|
||||||
Requires: dbus-1 >= 1.4.0
|
Requires: dbus-1 >= 1.4.0
|
||||||
Requires: kbd
|
Requires: kbd
|
||||||
|
%if 0%{?suse_version} <= 1310
|
||||||
Requires: kmod >= 14
|
Requires: kmod >= 14
|
||||||
|
%else
|
||||||
|
Requires: kmod >= 15
|
||||||
|
%endif
|
||||||
Requires: pam-config >= 0.79-5
|
Requires: pam-config >= 0.79-5
|
||||||
Requires: pwdutils
|
Requires: pwdutils
|
||||||
Requires: systemd-presets-branding
|
Requires: systemd-presets-branding
|
||||||
@ -485,7 +489,7 @@ cp %{SOURCE7} m4/
|
|||||||
%patch25 -p1
|
%patch25 -p1
|
||||||
# check if this is still needed, or can be derived from fbdev uaccess rule
|
# check if this is still needed, or can be derived from fbdev uaccess rule
|
||||||
# http://lists.freedesktop.org/archives/systemd-devel/2012-November/007561.html
|
# http://lists.freedesktop.org/archives/systemd-devel/2012-November/007561.html
|
||||||
# %patch27 -p1
|
%patch27 -p1
|
||||||
%patch37 -p1
|
%patch37 -p1
|
||||||
%ifarch %arm
|
%ifarch %arm
|
||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user