diff --git a/libssh2_org.changes b/libssh2_org.changes index 3d32d05..23ab7cb 100644 --- a/libssh2_org.changes +++ b/libssh2_org.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 24 12:58:02 UTC 2013 - mvyskocil@suse.com + +- ignore groff-full to remove factory build cycle +- add groff to build requires to make tests passing + ------------------------------------------------------------------- Wed Apr 24 07:54:17 UTC 2013 - boris@steki.net diff --git a/libssh2_org.spec b/libssh2_org.spec index 6c77650..78a06db 100644 --- a/libssh2_org.spec +++ b/libssh2_org.spec @@ -25,17 +25,20 @@ Version: 1.4.3 Release: 0 Url: http://www.libssh2.org/ %define pkg_name libssh2 -Source: http://www.libssh2.org/download/%{pkg_name}-%{version}.tar.gz +Source0: http://www.libssh2.org/download/%{pkg_name}-%{version}.tar.gz Source2: baselibs.conf BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: zlib-devel #for the test suite +BuildRequires: groff BuildRequires: libtool BuildRequires: man BuildRequires: openssh +# drops build cycle in Factory +#!BuildIgnore: groff-full BuildRoot: %{_tmppath}/%{name}-%{version}-build -Patch: libssh2-ocloexec.patch +Patch0: libssh2-ocloexec.patch %description libssh2 is a library implementing the SSH2 protocol as defined by @@ -69,7 +72,7 @@ SECSH-PUBLICKEY. %setup -q -n %{pkg_name}-%{version} # problem with sle 11 sp1 target as it has older kernel and as such fail this %if 0%{?suse_version} > 1110 -%patch -p1 +%patch0 -p1 %endif %build