diff --git a/systemd-mini.changes b/systemd-mini.changes index be67a458..41afec9c 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 5 15:52:33 UTC 2015 - hrvoje.senjan@gmail.com + +- Fix devel package requires (both mini and real required real libsystemd0) + ------------------------------------------------------------------- Fri Jul 3 11:17:01 UTC 2015 - werner@suse.de diff --git a/systemd-mini.spec b/systemd-mini.spec index 1d8e395b..10e81aa7 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -328,7 +328,7 @@ Some systemd commands offer bash completion, but it's an optional dependency. Summary: Development headers for systemd License: LGPL-2.1+ Group: Development/Libraries/C and C++ -Requires: libsystemd0 = %version +Requires: libsystemd0%{?mini} = %version Requires: systemd-rpm-macros %if 0%{?bootstrap} Conflicts: systemd-devel diff --git a/systemd.changes b/systemd.changes index be67a458..41afec9c 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 5 15:52:33 UTC 2015 - hrvoje.senjan@gmail.com + +- Fix devel package requires (both mini and real required real libsystemd0) + ------------------------------------------------------------------- Fri Jul 3 11:17:01 UTC 2015 - werner@suse.de diff --git a/systemd.spec b/systemd.spec index 8c9615d0..0c10da78 100644 --- a/systemd.spec +++ b/systemd.spec @@ -323,7 +323,7 @@ Some systemd commands offer bash completion, but it's an optional dependency. Summary: Development headers for systemd License: LGPL-2.1+ Group: Development/Libraries/C and C++ -Requires: libsystemd0 = %version +Requires: libsystemd0%{?mini} = %version Requires: systemd-rpm-macros %if 0%{?bootstrap} Conflicts: systemd-devel