rpms/libssh2/F-12 libssh2.spec,1.12,1.13

Chris Weyl cweyl at fedoraproject.org
Wed Jan 20 17:45:40 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/libssh2/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29267

Modified Files:
	libssh2.spec 
Log Message:
* Wed Jan 20 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.2.2-5
- pkgconfig dep should be with -devel, not -docs



Index: libssh2.spec
===================================================================
RCS file: /cvs/extras/rpms/libssh2/F-12/libssh2.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- libssh2.spec	19 Jan 2010 06:23:43 -0000	1.12
+++ libssh2.spec	20 Jan 2010 17:45:40 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           libssh2
 Version:        1.2.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A library implementing the SSH2 protocol
 
 Group:          System Environment/Libraries
@@ -29,6 +29,7 @@ SECSH-DHGEX(04), and SECSH-NUMBERS(10).
 Summary:        Development files for %{name}
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -38,7 +39,6 @@ developing applications that use %{name}
 Summary:        Documentation for %{name}
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       pkgconfig
 
 %description    docs
 The %{name}-docs package contains man pages and examples for
@@ -104,6 +104,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Jan 20 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.2.2-5
+- pkgconfig dep should be with -devel, not -docs
+
 * Mon Jan 18 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.2.2-4
 - enable tests; conditionalize sshd test, which fails with a funky SElinux
   error when run locally



More information about the scm-commits mailing list