forked from pool/systemd
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=893
This commit is contained in:
parent
bc922e2ffc
commit
abc7d39921
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 13 11:46:12 UTC 2015 - werner@suse.de
|
||||||
|
|
||||||
|
- Change use-rndaddentropy-ioctl-to-load-random-seed.patch to
|
||||||
|
make it work on big endian
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 11 09:48:26 UTC 2015 - jengelh@inai.de
|
Tue Aug 11 09:48:26 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -63,6 +63,7 @@ BuildRequires: automake
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gperf
|
BuildRequires: gperf
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
BuildRequires: kbd
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: libsepol-devel
|
BuildRequires: libsepol-devel
|
||||||
@ -905,6 +906,12 @@ do
|
|||||||
ln -sf ../systemd-update-utmp-runlevel.service %{buildroot}%{_prefix}/lib/systemd/system/${runlevel}.target.wants/
|
ln -sf ../systemd-update-utmp-runlevel.service %{buildroot}%{_prefix}/lib/systemd/system/${runlevel}.target.wants/
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# add entries for xkeyboard-config converted keymaps; mappings,
|
||||||
|
# which already exist in original systemd mapping table are being
|
||||||
|
# ignored though, i.e. not overwritten
|
||||||
|
cat /usr/share/systemd/kbd-model-map.xkb-generated \
|
||||||
|
>> %{buildroot}//usr/share/systemd/kbd-model-map
|
||||||
|
|
||||||
%find_lang systemd
|
%find_lang systemd
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
|
Loading…
Reference in New Issue
Block a user