Skip to content

Commit

Permalink
#1258: Fedora changed the package name for Fedora 25.. so we have to …
Browse files Browse the repository at this point in the history
…change ours too to prevent conflicts

git-svn-id: https://xpra.org/svn/Xpra/trunk@14483 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Nov 24, 2016
1 parent d9bc317 commit 6b1f7ee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion rpmbuild/Cython.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%if 0%{?suse_version}
Name: python-Cython
%else
Name: Cython
Name: python2-Cython
%endif

Version: 0.25.1
Expand All @@ -20,6 +20,13 @@ URL: http://www.cython.org
Source: http://www.cython.org/Cython-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: python
%if 0%{?suse_version}
#no conflicts?
%else
Conflicts: Cython
Obsoletes: Cython < %{version}-%{release}
Provides: Cython = %{version}-%{release}
%endif

BuildRequires: python-devel python-setuptools
%if %{with_python3}
Expand Down

0 comments on commit 6b1f7ee

Please sign in to comment.