bounce versionn to 0.5.0 (#709785)
the support for protocol v1 is disabled
This commit is contained in:
parent
90246d850f
commit
e05b54040f
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@ libssh-0.4.4.tar.gz.asc
|
||||
/libssh-0.4.6.tar.gz.asc
|
||||
/libssh-0.4.8.tar.gz
|
||||
/libssh-0.4.8.tar.gz.asc
|
||||
/libssh-0.5.0.tar.gz
|
||||
/libssh-0.5.0.tar.gz.asc
|
||||
|
11
libssh.spec
11
libssh.spec
@ -1,6 +1,6 @@
|
||||
Name: libssh
|
||||
Version: 0.4.8
|
||||
Release: 2%{?dist}
|
||||
Version: 0.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A library implementing the SSH2 protocol (0xbadc0de version)
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -49,6 +49,8 @@ cd obj
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} +
|
||||
chmod 644 $RPM_BUILD_ROOT/usr/include/libssh/*
|
||||
install -d $RPM_BUILD_ROOT/usr/share
|
||||
mv $RPM_BUILD_ROOT/usr/lib/pkgconfig $RPM_BUILD_ROOT/usr/share
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -66,8 +68,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.so
|
||||
%{_usr}/share/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Wed Jun 1 2011 Jan F. Chadima <jchadima@redhat.com> - 0.5.0-1
|
||||
- bounce versionn to 0.5.0 (#709785)
|
||||
- the support for protocol v1 is disabled
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user