Hello community, here is the log from the commit of package aaa_base for openSUSE:Leap:15.2 checked in at 2020-02-16 18:25:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/aaa_base (Old) and /work/SRC/openSUSE:Leap:15.2/.aaa_base.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aaa_base" Sun Feb 16 18:25:31 2020 rev:49 rq:769262 version:84.87+git20180409.04c9dae Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/aaa_base/aaa_base.changes 2020-01-15 14:46:18.597247436 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.aaa_base.new.26092/aaa_base.changes 2020-02-16 18:25:33.314631140 +0100 @@ -1,0 +2,6 @@ +Thu Jan 16 11:28:01 CET 2020 - [email protected] + +- Add patch git-14-12023f2e8aae5b2ac3a895301945566b9f5eb9c3.patch + drop dev.cdrom.autoclose = 0 from sysctl config (bsc#1160970) + +------------------------------------------------------------------- New: ---- git-14-12023f2e8aae5b2ac3a895301945566b9f5eb9c3.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.wvqQq0/_old 2020-02-16 18:25:34.054631528 +0100 +++ /var/tmp/diff_new_pack.wvqQq0/_new 2020-02-16 18:25:34.058631530 +0100 @@ -75,6 +75,7 @@ Patch11: git-11-b20083a930f766939f47dddc66d089c9fee5d38a.patch Patch12: git-12-80d14205f913cc67a98c562f988ea700a56c369b.patch Patch13: git-13-14003c19eaa863ae9d80a0ebb9b5cab6273a5a9e.patch +Patch14: git-14-12023f2e8aae5b2ac3a895301945566b9f5eb9c3.patch %description This package installs several important configuration files and central scripts. @@ -126,6 +127,7 @@ %patch11 -p1 %patch12 -p1 %patch13 -p1 +%patch14 -p1 %build make CFLAGS="$RPM_OPT_FLAGS" CC="%{__cc}" %{?_smp_mflags} ++++++ git-14-12023f2e8aae5b2ac3a895301945566b9f5eb9c3.patch ++++++ commit 12023f2e8aae5b2ac3a895301945566b9f5eb9c3 Author: Ruediger Oertel <[email protected]> Date: Thu Jan 16 11:11:13 2020 +0100 drop dev.cdrom.autoclose = 0 from sysctl config (bsc#1160970) diff --git a/files/usr/lib/sysctl.d/50-default.conf b/files/usr/lib/sysctl.d/50-default.conf index da1a451..1527edb 100644 --- a/files/usr/lib/sysctl.d/50-default.conf +++ b/files/usr/lib/sysctl.d/50-default.conf @@ -45,9 +45,6 @@ fs.inotify.max_user_watches = 65536 # default 184 = 128+32+16+8 kernel.sysrq = 184 -# Disable auto-closing of cd tray bnc#659153 -dev.cdrom.autoclose = 0 - # enable hard- and symlink protection (bnc#821585) fs.protected_hardlinks = 1 fs.protected_symlinks = 1
