diff --git a/_servicedata b/_servicedata
index 8db987b..168fba4 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,6 @@
- https://github.com/openSUSE/aaa_base.git
- e2243a4b9f47fa4a51de471811fc32da925a2ffe
\ No newline at end of file
+ https://github.com/openSUSE/aaa_base.git
+ 6b4e0de5756e3826efb402fef5cf7c81cf590674
+
+
\ No newline at end of file
diff --git a/aaa_base-84.87+git20200507.e2243a4.tar.xz b/aaa_base-84.87+git20200507.e2243a4.tar.xz
deleted file mode 100644
index fc5a19f..0000000
--- a/aaa_base-84.87+git20200507.e2243a4.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f9e47ca3c02825c5a0664c10824ddb373cffc86923bb17cb403e60494abaf710
-size 61688
diff --git a/aaa_base-84.87+git20200804.d7fb210.tar.xz b/aaa_base-84.87+git20200804.d7fb210.tar.xz
new file mode 100644
index 0000000..54c0fed
--- /dev/null
+++ b/aaa_base-84.87+git20200804.d7fb210.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a0b93cc806adff28efe5a2eb7c51ea85b6b189c031b79c672bb89136b46af500
+size 61928
diff --git a/aaa_base.changes b/aaa_base.changes
index 1508637..c9d863f 100644
--- a/aaa_base.changes
+++ b/aaa_base.changes
@@ -1,3 +1,35 @@
+-------------------------------------------------------------------
+Wed Aug 12 07:00:07 UTC 2020 - Dr. Werner Fink
+
+- Let's own /etc/init.d/ as it is gone from package filesystem
+
+-------------------------------------------------------------------
+Tue Aug 4 11:15:19 UTC 2020 - Thorsten Kukuk
+
+- Don't create/ship halt.local, systemd support for it was dropped.
+
+-------------------------------------------------------------------
+Tue Aug 04 09:14:39 UTC 2020 - werner@suse.de
+
+- Update to version 84.87+git20200804.d7fb210:
+ * bashrc: fix bash: -s: command not found
+
+-------------------------------------------------------------------
+Tue Aug 04 07:52:51 UTC 2020 - werner@suse.de
+
+- Update to version 84.87+git20200804.00680c3:
+ * Add proper quoting to last change
+ * add screen.xterm-256color to DIR_COLORS
+
+-------------------------------------------------------------------
+Wed Jul 08 10:00:41 UTC 2020 - ro@suse.de
+
+- Update to version 84.87+git20200708.f5e90d7:
+ * check for Packages.db and use this instead of Packages
+ (boo#1171762)
+ * Add also support for /usr/etc/profile.d for tcsh
+ * Do add some support for /usr/etc/profile.d
+
-------------------------------------------------------------------
Tue Jun 16 12:37:10 UTC 2020 - Dominique Leuenberger
@@ -21,6 +53,11 @@ Thu May 07 12:43:27 UTC 2020 - lnussel@suse.de
* Better support of Midnight Commander (bsc#1170527)
* improve sysconf_addword: remove/cleanup spaces while adding/removing flags/modules
+-------------------------------------------------------------------
+Thu May 07 08:26:51 UTC 2020 - werner@suse.de
+
+- Better support of Midnight Commander (bsc#1170527)
+
-------------------------------------------------------------------
Tue Mar 31 18:00:15 UTC 2020 - Michal Suchanek
diff --git a/aaa_base.spec b/aaa_base.spec
index fca560a..268cea8 100644
--- a/aaa_base.spec
+++ b/aaa_base.spec
@@ -23,7 +23,7 @@
%endif
Name: aaa_base
-Version: 84.87+git20200507.e2243a4
+Version: 84.87+git20200804.d7fb210
Release: 0
URL: https://github.com/openSUSE/aaa_base
# do not require systemd - aaa_base is in the build environment and we don't
@@ -123,9 +123,8 @@ esac
# make sure it does not creep in again
test -d $RPM_BUILD_ROOT/root/.gnupg && exit 1
mkdir -p $RPM_BUILD_ROOT/etc/init.d
-for i in boot.local after.local halt.local ; do
- echo "#!bin/bash" > $RPM_BUILD_ROOT/etc/init.d/$i
- chmod 755 $RPM_BUILD_ROOT/etc/init.d/$i
+for i in boot.local after.local ; do
+ touch $RPM_BUILD_ROOT/etc/init.d/$i
done
#
install -d -m 755 %buildroot%{_libexecdir}/initscripts/legacy-actions
@@ -198,9 +197,9 @@ mkdir -p %{buildroot}%{_fillupdir}
/etc/profile.d/ls.zsh
%config /etc/shells
%config /etc/ttytype
+%dir /etc/init.d/
%ghost /etc/init.d/boot.local
%ghost /etc/init.d/after.local
-%ghost /etc/init.d/halt.local
%ghost %config /etc/inittab
# don't forget to also change aaa_base.post, boot.cleanup
# and /etc/permissions!