diff --git a/python-libnacl.changes b/python-libnacl.changes index 1373c53..1526c9e 100644 --- a/python-libnacl.changes +++ b/python-libnacl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 20 15:10:52 UTC 2014 - aboe76@gmail.com + +- Simplified BuildRequirements to libsodium-devel + ------------------------------------------------------------------- Mon Jun 9 10:53:12 UTC 2014 - aboe76@gmail.com diff --git a/python-libnacl.spec b/python-libnacl.spec index 7bd07ea..88e4796 100644 --- a/python-libnacl.spec +++ b/python-libnacl.spec @@ -27,14 +27,9 @@ BuildRoot: %{_tmppath}/libnacl-%{version}-build BuildRequires: python-setuptools BuildRequires: python-devel -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 BuildRequires: libsodium-devel -%else -BuildRequires: libsodium-devel -%endif BuildRequires: fdupes - BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}