Bumped up Release from 8 to 9.

This commit is contained in:
Steve Dickson 2007-07-30 16:05:17 +00:00
parent d3fef90e8f
commit 2d254b9e73

View File

@ -1,6 +1,6 @@
Name: libtirpc
Version: 0.1.7
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Transport Independent RPC Library
Group: System Environment/Libraries
License: GPL
@ -145,7 +145,7 @@ rm -rf %{buildroot}
%{_includedir}/tirpc/un-namespace.h
%changelog
* Mon Jul 30 2007 <steved@redhat.com> 0.1.7-8
* Mon Jul 30 2007 <steved@redhat.com> 0.1.7-9
- Fixed mutex lock problem in clnt_raw_create()
- Ignore the return value of snprintf() and use strlen() instead
to bump the pointer in clnt_sperror()
@ -156,6 +156,7 @@ rm -rf %{buildroot}
with the correct type of address.
- Change the order of network ids in /etc/netconfg
putting ipv4 ids before ipv6.
- Bumped up Release from 8 to 9.
* Mon Jul 9 2007 <steved@redhat.com> 0.1.7-7
- Fixed infinite loop in svc_run() (bz 246677)