diff --git a/thttpd.changes b/thttpd.changes index 467dd0f..4d38641 100644 --- a/thttpd.changes +++ b/thttpd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 4 15:09:12 UTC 2015 - vcizek@suse.com + +- added Conflicts: apache2-utils + * both packages provide /usr/bin/htpasswd + * see comments in https://build.opensuse.org/request/show/310178 + ------------------------------------------------------------------- Sun Nov 23 04:50:32 UTC 2014 - bwiedemann@suse.com diff --git a/thttpd.spec b/thttpd.spec index 73af16b..9eba1fc 100644 --- a/thttpd.spec +++ b/thttpd.spec @@ -1,7 +1,7 @@ # # spec file for package thttpd # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -51,6 +51,8 @@ BuildRequires: automake BuildRequires: libtool Requires(post): permissions Provides: http_daemon +# both packages provide /usr/bin/htpasswd +Conflicts: apache2-utils BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with_systemd} BuildRequires: systemd