diff --git a/_service b/_service
index 6520152..961aff3 100644
--- a/_service
+++ b/_service
@@ -4,10 +4,13 @@
13.2+git%cd.%h
http://github.com/openSUSE/rpmlint-tests.git
git
+ enable
xz
*.tar
-
+
+ rpmlint-tests.spec
+
diff --git a/_servicedata b/_servicedata
new file mode 100644
index 0000000..f851351
--- /dev/null
+++ b/_servicedata
@@ -0,0 +1,4 @@
+
+
+ http://github.com/openSUSE/rpmlint-tests.git
+ 00c9b555c6114912c3314cbc353bace70a509c9c
\ No newline at end of file
diff --git a/config b/config
index 54e9f39..e5e5e9c 100644
--- a/config
+++ b/config
@@ -657,7 +657,9 @@ setOption("DBUSServices.WhiteList", (
"org.fedoraproject.FirewallD1",
# storaged (bnc#915769)
"com.redhat.storaged",
- "com.redhat.lvm2"
+ "com.redhat.lvm2",
+ # systemd networkd (bnc#918799)
+ "org.freedesktop.network1"
))
setOption("PAMModules.WhiteList", (
diff --git a/rpmlint-tests-13.2+git20140821.c02617a.tar.xz b/rpmlint-tests-13.2+git20140821.c02617a.tar.xz
deleted file mode 100644
index 821d6f2..0000000
--- a/rpmlint-tests-13.2+git20140821.c02617a.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:5198d16e811db5b6d3903e34ab4353e37b8a123d765858245c9c46ac71dd3c99
-size 9936
diff --git a/rpmlint-tests-13.2+git20150310.00c9b55.tar.xz b/rpmlint-tests-13.2+git20150310.00c9b55.tar.xz
new file mode 100644
index 0000000..56667ae
--- /dev/null
+++ b/rpmlint-tests-13.2+git20150310.00c9b55.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:07ba9c03793bec292164fda25db42a53f7eb811263c8b2b791a119966f963721
+size 9976
diff --git a/rpmlint-tests.changes b/rpmlint-tests.changes
index e5edc15..261a13c 100644
--- a/rpmlint-tests.changes
+++ b/rpmlint-tests.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Tue Mar 10 12:55:04 UTC 2015 - lnussel@suse.de
+
+- Update to version 13.2+git20150310.00c9b55:
+ + fix reference output when new bash is used
+
-------------------------------------------------------------------
Thu Aug 21 15:09:10 UTC 2014 - lnussel@suse.de
diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec
index 94f7463..179814c 100644
--- a/rpmlint-tests.spec
+++ b/rpmlint-tests.spec
@@ -22,7 +22,7 @@
BuildRequires: rpmlint-mini
Name: rpmlint-tests
-Version: 13.2+git20140821.c02617a
+Version: 13.2+git20150310.00c9b55
Release: 0
Summary: rpmlint regression tests
License: SUSE-Public-Domain
diff --git a/rpmlint.changes b/rpmlint.changes
index d3fd889..9866584 100644
--- a/rpmlint.changes
+++ b/rpmlint.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Mon Mar 9 11:29:41 UTC 2015 - krahmer@suse.com
+
+- added systemd network DBUS service (bnc#918799)
+
-------------------------------------------------------------------
Wed Feb 11 13:06:02 UTC 2015 - krahmer@suse.com