forked from pool/systemd
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=653
This commit is contained in:
parent
9b8750c671
commit
e7105335d5
@ -4,6 +4,21 @@ Tue Jun 3 16:31:44 UTC 2014 - sndirsch@suse.com
|
|||||||
- apply-ACL-for-nvidia-uvm-device-node.patch: set ACL on nvidia-uvm
|
- apply-ACL-for-nvidia-uvm-device-node.patch: set ACL on nvidia-uvm
|
||||||
device (bnc#879767).
|
device (bnc#879767).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 3 14:23:40 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
|
- Add upstream patches
|
||||||
|
0001-virt-rework-container-detection-logic.patch
|
||||||
|
0002-fsck-include-device-name-in-the-message-about-missin.patch
|
||||||
|
0003-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch
|
||||||
|
0004-util-ignore_file-should-not-allow-files-ending-with.patch
|
||||||
|
0006-tty-ask-password-agent-Do-tell-what-directory-we-fai.patch
|
||||||
|
- Add upstream patches to update keyboard data base
|
||||||
|
0007-keyboard-add-Plantronics-.Audio-mute-button.patch
|
||||||
|
- Add upstream patches for udev
|
||||||
|
1023-udev-builtin-keyboard-do-tell-on-which-device-EVIOCS.patch
|
||||||
|
1024-udev-always-close-lock-file-descriptor.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 30 07:35:07 UTC 2014 - rmilasan@suse.com
|
Fri May 30 07:35:07 UTC 2014 - rmilasan@suse.com
|
||||||
|
|
||||||
|
@ -38,6 +38,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
|
|
||||||
Provides: %{real} = %{version}-%{release}
|
Provides: %{real} = %{version}-%{release}
|
||||||
|
|
||||||
|
BuildRequires: acl
|
||||||
BuildRequires: audit-devel
|
BuildRequires: audit-devel
|
||||||
%if %{with compat_libs}
|
%if %{with compat_libs}
|
||||||
# See gold_archs in binutils.spec
|
# See gold_archs in binutils.spec
|
||||||
@ -513,6 +514,18 @@ Patch259: 0004-socket-properly-handle-if-our-service-vanished-durin.patch
|
|||||||
Patch260: 0001-Do-not-unescape-unit-names-in-Install-section.patch
|
Patch260: 0001-Do-not-unescape-unit-names-in-Install-section.patch
|
||||||
# PATCHFIX-UPSTREAM added at 2014/05/27
|
# PATCHFIX-UPSTREAM added at 2014/05/27
|
||||||
Patch261: 0002-analyze-run-use-bus_open_transport_systemd-instead-o.patch
|
Patch261: 0002-analyze-run-use-bus_open_transport_systemd-instead-o.patch
|
||||||
|
# PATCHFIX-UPSTREAM added at 2014/06/03
|
||||||
|
Patch262: 0001-virt-rework-container-detection-logic.patch
|
||||||
|
# PATCHFIX-UPSTREAM added at 2014/06/03
|
||||||
|
Patch263: 0002-fsck-include-device-name-in-the-message-about-missin.patch
|
||||||
|
# PATCHFIX-UPSTREAM added at 2014/06/03
|
||||||
|
Patch264: 0003-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch
|
||||||
|
# PATCHFIX-UPSTREAM added at 2014/06/03
|
||||||
|
Patch265: 0004-util-ignore_file-should-not-allow-files-ending-with.patch
|
||||||
|
# PATCHFIX-UPSTREAM added at 2014/06/03
|
||||||
|
Patch266: 0006-tty-ask-password-agent-Do-tell-what-directory-we-fai.patch
|
||||||
|
# PATCHFIX-UPSTREAM added at 2014/06/03
|
||||||
|
Patch267: 0007-keyboard-add-Plantronics-.Audio-mute-button.patch
|
||||||
|
|
||||||
# UDEV PATCHES
|
# UDEV PATCHES
|
||||||
# ============
|
# ============
|
||||||
@ -564,6 +577,10 @@ Patch1020: 1020-udev-keyboard-also-hook-into-change-events.patch
|
|||||||
Patch1021: 1021-udev-re-add-persistent-net-rules.patch
|
Patch1021: 1021-udev-re-add-persistent-net-rules.patch
|
||||||
# PATCHFIX-UPSTREAM 1022-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch
|
# PATCHFIX-UPSTREAM 1022-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch
|
||||||
Patch1022: 1022-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch
|
Patch1022: 1022-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch
|
||||||
|
# PATCHFIX-UPSTREAM added at 2014/06/03
|
||||||
|
Patch1023: 1023-udev-builtin-keyboard-do-tell-on-which-device-EVIOCS.patch
|
||||||
|
# PATCHFIX-UPSTREAM added at 2014/06/03
|
||||||
|
Patch1024: 1024-udev-always-close-lock-file-descriptor.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Systemd is a system and service manager, compatible with SysV and LSB
|
Systemd is a system and service manager, compatible with SysV and LSB
|
||||||
@ -973,6 +990,12 @@ cp %{SOURCE7} m4/
|
|||||||
%patch259 -p0
|
%patch259 -p0
|
||||||
%patch260 -p0
|
%patch260 -p0
|
||||||
%patch261 -p0
|
%patch261 -p0
|
||||||
|
%patch262 -p0
|
||||||
|
%patch263 -p0
|
||||||
|
%patch264 -p0
|
||||||
|
%patch265 -p0
|
||||||
|
%patch266 -p0
|
||||||
|
%patch267 -p0
|
||||||
|
|
||||||
# udev patches
|
# udev patches
|
||||||
%patch1001 -p1
|
%patch1001 -p1
|
||||||
@ -998,6 +1021,8 @@ cp %{SOURCE7} m4/
|
|||||||
%patch1020 -p0
|
%patch1020 -p0
|
||||||
%patch1021 -p1
|
%patch1021 -p1
|
||||||
%patch1022 -p1
|
%patch1022 -p1
|
||||||
|
%patch1023 -p0
|
||||||
|
%patch1024 -p0
|
||||||
|
|
||||||
# ensure generate files are removed
|
# ensure generate files are removed
|
||||||
rm -f units/emergency.service
|
rm -f units/emergency.service
|
||||||
|
Loading…
Reference in New Issue
Block a user