diff --git a/neard.changes b/neard.changes index 8835c87..da0a2f9 100644 --- a/neard.changes +++ b/neard.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 17 03:39:44 UTC 2014 - acho@suse.com + +- Remove Unnecessary BuildRequires: systemd and systemd-devel. + ------------------------------------------------------------------- Thu Jan 16 05:06:00 UTC 2014 - acho@suse.com diff --git a/neard.spec b/neard.spec index 41cbffe..ee7daf9 100644 --- a/neard.spec +++ b/neard.spec @@ -18,10 +18,6 @@ Name: neard -BuildRequires: pkgconfig(dbus-1) >= 1.4 -%if 0%{?suse_version} >= 1210 -BuildRequires: systemd -%endif Version: 0.13 Release: 0 Summary: NFC for Linux @@ -38,7 +34,7 @@ BuildRequires: check-devel BuildRequires: libudev-devel BuildRequires: libtool BuildRequires: pkg-config -BuildRequires: systemd-devel +BuildRequires: pkgconfig(dbus-1) >= 1.4 BuildRequires: pkgconfig(glib-2.0) >= 2.28 BuildRequires: pkgconfig(libnl-1)