Use exact EVR for Provide: symbols

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gamin?expand=0&rev=6
This commit is contained in:
Jan Engelhardt 2012-01-04 18:48:10 +00:00 committed by Git OBS Bridge
parent 8ceee71c5d
commit 9143b80910
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 4 18:47:50 UTC 2012 - jengelh@medozas.de
- Use exact EVR for Provide: symbols
-------------------------------------------------------------------
Wed Jan 4 13:59:21 UTC 2012 - toddrme2178@gmail.com

View File

@ -62,8 +62,8 @@ daemon.
%package server
Summary: Server for the Library providing the FAM File Alteration Monitor API
Group: System/Daemons
Provides: fam-server = %{version}
Obsoletes: fam-server < %{version}
Provides: fam-server = %{version}-%{release}
Obsoletes: fam-server < %{version}-%{release}
%description server
This package contains the daemon for %{name}.
@ -92,8 +92,8 @@ Documentation and help files for %{name}.
Summary: Python bindings for the gamin library
Group: Development/Libraries/Python
Requires: libgamin-1-0 = %{version}
Provides: gamin-python = %{version}
Obsoletes: gamin-python < %{version}
Provides: gamin-python = %{version}-%{release}
Obsoletes: gamin-python < %{version}-%{release}
%py_requires
%description -n python-gamin