diff --git a/vsftpd.changes b/vsftpd.changes index 5f443bd..b001316 100644 --- a/vsftpd.changes +++ b/vsftpd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 12 14:16:40 UTC 2019 - Dominique Leuenberger + +- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to + shortcut the build queues by allowing usage of systemd-mini + ------------------------------------------------------------------- Tue Oct 23 22:05:43 UTC 2018 - Christian Boltz diff --git a/vsftpd.spec b/vsftpd.spec index 87a04ed..69a0b78 100644 --- a/vsftpd.spec +++ b/vsftpd.spec @@ -99,7 +99,7 @@ Requires: user(ftp) Requires(pre): group(nobody) %endif %if %{with_systemd} -BuildRequires: systemd +BuildRequires: pkgconfig(systemd) %{?systemd_requires} %else Requires(post): %insserv_prereq