diff --git a/_servicedata b/_servicedata
index 283f5b6..370ea09 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
git://github.com/openSUSE/aaa_base.git
- d36b8b114ae6d2526b414aa1cbe8b44e5dfafe49
\ No newline at end of file
+ 17ae554129b5dbb5451f88aea53446193c4fa718
\ No newline at end of file
diff --git a/aaa_base-84.87+git20171120.d36b8b1.tar.xz b/aaa_base-84.87+git20171120.d36b8b1.tar.xz
deleted file mode 100644
index 0c4bfb6..0000000
--- a/aaa_base-84.87+git20171120.d36b8b1.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b0245b969dec8c1a9aba3ba71d57828cbf2c7cc1efbd1538b19c3e4ce01bd62e
-size 80532
diff --git a/aaa_base.changes b/aaa_base.changes
index 71c2ab7..02fcb8a 100644
--- a/aaa_base.changes
+++ b/aaa_base.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Tue Nov 28 08:51:38 UTC 2017 - lnussel@suse.de
+
+- Update to version 84.87+git20171128.17ae554:
+ * Check for /proc/version before using it
+ * Remove legacy code for /proc/iSeries
+ * Move fillup-templates to /usr/share (boo#1069468)
+
-------------------------------------------------------------------
Mon Nov 27 08:44:34 UTC 2017 - dimstar@opensuse.org
diff --git a/aaa_base.spec b/aaa_base.spec
index 92ef25c..487e72b 100644
--- a/aaa_base.spec
+++ b/aaa_base.spec
@@ -17,13 +17,8 @@
# icecream 0
-#Compat macro for new _fillupdir macro introduced in Nov 2017
-%if ! %{defined _fillupdir}
- %define _fillupdir /var/adm/fillup-templates
-%endif
-
Name: aaa_base
-Version: 84.87+git20171120.d36b8b1
+Version: 84.87+git20171128.17ae554
Release: 0
Url: https://github.com/openSUSE/aaa_base
Provides: aaa_skel = %{version}-%{release}
@@ -135,11 +130,6 @@ install -d -m 755 %buildroot/usr/lib/initscripts/legacy-actions
# keep as ghost for migration
touch %buildroot/etc/inittab
-%if "%{_fillupdir}" != "/var/adm/fillup-templates"
- mkdir -p %{buildroot}$(dirname %{_fillupdir})
- mv %{buildroot}/var/adm/fillup-templates %{buildroot}%{_fillupdir}
-%endif
-
%pre -f aaa_base.pre
%post -f aaa_base.post