Accepting request 565839 from home:bfrogers:branches:Virtualization
- Fix packaging dependencies (coreutils) for qemu-ksm package (bsc#1040202) - Fix packaging dependencies (coreutils) for qemu-ksm package (bsc#1040202) OBS-URL: https://build.opensuse.org/request/show/565839 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=382
This commit is contained in:
parent
e95d68ef3b
commit
bf8bc7153a
@ -6,8 +6,8 @@ ConditionVirtualization=no
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/bin/bash -c "echo 1 > /sys/kernel/mm/ksm/run"
|
||||
ExecStop=/bin/bash -c "echo 0 > /sys/kernel/mm/ksm/run"
|
||||
ExecStart=/bin/echo 1 > /sys/kernel/mm/ksm/run
|
||||
ExecStop=/bin/echo 0 > /sys/kernel/mm/ksm/run
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 12 23:05:17 UTC 2018 - brogers@suse.com
|
||||
|
||||
- Fix packaging dependencies (coreutils) for qemu-ksm package
|
||||
(bsc#1040202)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 16:19:27 UTC 2018 - brogers@suse.com
|
||||
|
||||
|
@ -732,6 +732,8 @@ network adapters available with QEMU.
|
||||
%package ksm
|
||||
Summary: Kernel Samepage Merging services
|
||||
Group: System/Emulators/PC
|
||||
Requires(pre): coreutils
|
||||
Requires(post): coreutils
|
||||
|
||||
%description ksm
|
||||
Kernel Samepage Merging (KSM) is a memory-saving de-duplication feature, that
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 12 23:05:17 UTC 2018 - brogers@suse.com
|
||||
|
||||
- Fix packaging dependencies (coreutils) for qemu-ksm package
|
||||
(bsc#1040202)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 16:19:27 UTC 2018 - brogers@suse.com
|
||||
|
||||
|
@ -732,6 +732,8 @@ network adapters available with QEMU.
|
||||
%package ksm
|
||||
Summary: Kernel Samepage Merging services
|
||||
Group: System/Emulators/PC
|
||||
Requires(pre): coreutils
|
||||
Requires(post): coreutils
|
||||
|
||||
%description ksm
|
||||
Kernel Samepage Merging (KSM) is a memory-saving de-duplication feature, that
|
||||
|
@ -699,6 +699,8 @@ network adapters available with QEMU.
|
||||
%package ksm
|
||||
Summary: Kernel Samepage Merging services
|
||||
Group: System/Emulators/PC
|
||||
Requires(pre): coreutils
|
||||
Requires(post): coreutils
|
||||
|
||||
%description ksm
|
||||
Kernel Samepage Merging (KSM) is a memory-saving de-duplication feature, that
|
||||
|
Loading…
Reference in New Issue
Block a user