diff --git a/talloc.changes b/talloc.changes index 937cc41..b3c6ade 100644 --- a/talloc.changes +++ b/talloc.changes @@ -1,8 +1,8 @@ ------------------------------------------------------------------- Mon Jul 22 11:29:51 UTC 2013 - lmuelle@suse.com -- BuildIgnore python for post-10.2 systems only. -- Package the talloc man page only on post-10.2 systems. +- BuildIgnore python for post-11.0 systems only. +- Package the talloc man page only on post-11.0 systems. ------------------------------------------------------------------- Sun Jul 7 06:10:03 UTC 2013 - coolo@suse.com diff --git a/talloc.spec b/talloc.spec index 8f15c3a..7a112ca 100644 --- a/talloc.spec +++ b/talloc.spec @@ -34,7 +34,7 @@ BuildRequires: pkg-config BuildRequires: pkgconfig %endif BuildRequires: python-devel -%if 0%{?suse_version} > 1020 +%if 0%{?suse_version} > 1100 #!BuildIgnore: python %endif Url: http://talloc.samba.org/ @@ -149,7 +149,7 @@ DESTDIR=${RPM_BUILD_ROOT} make install %{_includedir}/talloc.h %{_libdir}/libtalloc.so %{_libdir}/pkgconfig/talloc.pc -%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020 +%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1100 %{_mandir}/man3/talloc.3* %endif