systemd 237-2 (x86_64;i586) 2018-3833
-9999

Status rejected
Submitter tpgxyz [@T] gmail.com
Platform 3.0
Repository main
URL https://abf.openmandriva.org/build_lists/151572
Packages
lib64nss_myhostname2-237-2.x86_64.binary
lib64nss_mymachines2-237-2.x86_64.binary
lib64nss_resolve2-237-2.x86_64.binary
lib64nss_systemd2-237-2.x86_64.binary
lib64systemd0-237-2.x86_64.binary
lib64systemd-devel-237-2.x86_64.binary
lib64udev1-237-2.x86_64.binary
lib64udev-devel-237-2.x86_64.binary
systemd-237-2.x86_64.binary
systemd-237-2.x86_64.source
systemd-bash-completion-237-2.x86_64.binary
systemd-boot-237-2.x86_64.binary
systemd-console-237-2.x86_64.binary
systemd-container-237-2.x86_64.binary
systemd-coredump-237-2.x86_64.binary
systemd-debuginfo-237-2.x86_64.debuginfo
systemd-documentation-237-2.x86_64.binary
systemd-hwdb-237-2.x86_64.binary
systemd-journal-gateway-237-2.x86_64.binary
systemd-locale-237-2.x86_64.binary
systemd-polkit-237-2.x86_64.binary
systemd-zsh-completion-237-2.x86_64.binary
libnss_myhostname2-237-2.i586.binary
libnss_mymachines2-237-2.i586.binary
libnss_resolve2-237-2.i586.binary
libnss_systemd2-237-2.i586.binary
libsystemd0-237-2.i586.binary
libsystemd-devel-237-2.i586.binary
libudev1-237-2.i586.binary
libudev-devel-237-2.i586.binary
systemd-237-2.i586.binary
systemd-237-2.i586.source
systemd-bash-completion-237-2.i586.binary
systemd-boot-237-2.i586.binary
systemd-console-237-2.i586.binary
systemd-container-237-2.i586.binary
systemd-coredump-237-2.i586.binary
systemd-debuginfo-237-2.i586.debuginfo
systemd-documentation-237-2.i586.binary
systemd-hwdb-237-2.i586.binary
systemd-journal-gateway-237-2.i586.binary
systemd-locale-237-2.i586.binary
systemd-polkit-237-2.i586.binary
systemd-zsh-completion-237-2.i586.binary
Build Date 2018-02-20 22:56:22 +0000 UTC
Last Updated 2018-02-23 16:39:00.479690299 +0000 UTC
$ git diff --patch-with-stat --summary d914e9677dbbb2eeeb006fb6c4e459326f918374..53f7796323f96c3985bd555177ac5f937a31958c

 0029-Enable-BBR-Bottleneck-Bandwidth-and-RTT.patch | 26 ----------------------
 systemd.spec                                       | 13 +++++------
 2 files changed, 6 insertions(+), 33 deletions(-)
 delete mode 100644 0029-Enable-BBR-Bottleneck-Bandwidth-and-RTT.patch

diff --git a/0029-Enable-BBR-Bottleneck-Bandwidth-and-RTT.patch b/0029-Enable-BBR-Bottleneck-Bandwidth-and-RTT.patch
deleted file mode 100644
index 919e5f0..0000000
--- a/0029-Enable-BBR-Bottleneck-Bandwidth-and-RTT.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 34cc512efc5043cd8f6f3ebe788ae78bf597ca78 Mon Sep 17 00:00:00 2001
-From: Auke Kok <auke-jan.h.kok@intel.com>
-Date: Fri, 31 Mar 2017 10:14:16 -0700
-Subject: [PATCH 29/39] Enable BBR - Bottleneck Bandwidth and RTT
-
-Enable the `fq` qdisc.
----
- sysctl.d/50-default.conf | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/sysctl.d/50-default.conf b/sysctl.d/50-default.conf
-index aff99300d..4b625c461 100644
---- a/sysctl.d/50-default.conf
-+++ b/sysctl.d/50-default.conf
-@@ -34,7 +34,7 @@ net.ipv4.conf.default.promote_secondaries = 1
- net.ipv4.conf.all.promote_secondaries = 1
- 
- # Fair Queue CoDel packet scheduler to fight bufferbloat
--net.core.default_qdisc = fq_codel
-+net.core.default_qdisc = fq
- 
- # Enable hard and soft link protection
- fs.protected_hardlinks = 1
--- 
-2.13.3
-
diff --git a/systemd.spec b/systemd.spec
index 70d5de3..771f07b 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -32,7 +32,7 @@
 Summary:	A System and Session Manager
 Name:		systemd
 Version:	237
-Release:	1
+Release:	2
 License:	GPLv2+
 Group:		System/Configuration/Boot and Init
 Url:		http://www.freedesktop.org/wiki/Software/systemd
@@ -88,7 +88,6 @@ Patch103:	0005-journal-flush-var-kmsg-after-starting.patch
 Patch104:	0010-sd-event-return-malloc-memory-reserves-when-main-loo.patch
 Patch105:	0020-tmpfiles-Make-var-cache-ldconfig-world-readable.patch
 Patch106:	0024-more-udev-children-workers.patch
-Patch107:	0029-Enable-BBR-Bottleneck-Bandwidth-and-RTT.patch
 Patch108:	0030-network-online-complete-once-one-link-is-online-not-.patch
 Patch109:	0031-DHCP-retry-faster.patch
 Patch110:	0033-Remove-libm-memory-overhead.patch
@@ -794,11 +793,11 @@ fi
 # Enable the services we install by default.
 /bin/systemctl preset-all &>/dev/null || :
 
-hostname_new=`cat %{_sysconfdir}/hostname 2>/dev/null`
-if [ -z $hostname_new ]; then
-    hostname_old=`cat /etc/sysconfig/network 2>/dev/null | grep HOSTNAME | cut -d "=" -f2`
-    if [ ! -z $hostname_old ]; then
-	echo $hostname_old >> %{_sysconfdir}/hostname
+hostname_new=$(cat %{_sysconfdir}/hostname 2>/dev/null)
+if [ -z "$hostname_new" ]; then
+    hostname_old=$(cat /etc/sysconfig/network 2>/dev/null | grep HOSTNAME | cut -d "=" -f2)
+    if [ ! -z "$hostname_old" ]; then
+	echo "$hostname_old" >> %{_sysconfdir}/hostname
     else
 	echo "localhost" >> %{_sysconfdir}/hostname
     fi
Not Available

itchka [@T] compuserve.comsuperceded2470d 02hrs
itchka [@T] compuserve.comNo Comment.2470d 02hrs