Fix a couple of typos in the spec file.
Signed-off-by: Michael Adam <madam@redhat.com>
This commit is contained in:
parent
b195285a1e
commit
b1296a306d
@ -1,9 +1,9 @@
|
||||
Name: socket_wrapper
|
||||
Version: 1.1.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: BSD
|
||||
Summary: A library passing all socket communications trough Unix sockets
|
||||
Summary: A library passing all socket communications through Unix sockets
|
||||
Url: http://cwrap.org/
|
||||
|
||||
Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
|
||||
@ -13,16 +13,16 @@ BuildRequires: libcmocka-devel >= 0.4.1
|
||||
|
||||
%description
|
||||
socket_wrapper aims to help client/server software development teams willing to
|
||||
gain full functional test coverage. It makes possible to run several instances
|
||||
of the full software stack on the same machine and perform locally functional
|
||||
testing of complex network configurations.
|
||||
gain full functional test coverage. It makes it possible to run several
|
||||
instances of the full software stack on the same machine and perform locally
|
||||
functional testing of complex network configurations.
|
||||
|
||||
To use it set the following environment variables:
|
||||
|
||||
LD_PRELOAD=libsocket_wrapper.so
|
||||
SOCKET_WRAPPER_DIR=/path/to/swrap_dir
|
||||
|
||||
This package doesn't have a devel package cause this project is for
|
||||
This package doesn't have a devel package because this project is for
|
||||
development/testing.
|
||||
|
||||
%prep
|
||||
@ -66,8 +66,11 @@ popd
|
||||
%{_mandir}/man1/socket_wrapper.1*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 12 2014 Michael Adam <madam@redhat.com> - 1.1.2-2
|
||||
- Fix typos.
|
||||
|
||||
* Wed Oct 01 2014 - Andreas Schneider <asn@redhat.com> - 1.1.2-1
|
||||
* Update to version 1.1.2.
|
||||
- Update to version 1.1.2.
|
||||
|
||||
* Wed Oct 01 2014 - Andreas Schneider <asn@redhat.com> - 1.1.1-2
|
||||
- resolves: #1146409 - Do not own /usr/lib64/cmake
|
||||
|
||||
Loading…
Reference in New Issue
Block a user