diff --git a/wireshark.changes b/wireshark.changes index 5fbcbf3..641515f 100644 --- a/wireshark.changes +++ b/wireshark.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 12 14:33:19 UTC 2019 - Dominique Leuenberger + +- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to + shortcut the build queues by allowing usage of systemd-mini + ------------------------------------------------------------------- Thu May 23 07:34:38 UTC 2019 - Robert Frohl diff --git a/wireshark.spec b/wireshark.spec index 1c24b8d..f144416 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -53,7 +53,7 @@ BuildRequires: pcre-devel BuildRequires: pkgconfig BuildRequires: portaudio-devel BuildRequires: snappy-devel -BuildRequires: systemd-devel +BuildRequires: pkgconfig(libsystemd) BuildRequires: tcpd-devel BuildRequires: update-desktop-files BuildRequires: zlib-devel