Update to version 1.1.4
This commit is contained in:
parent
c464583af3
commit
683b342996
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/resolv_wrapper-1.1.0.tar.gz
|
||||
/resolv_wrapper-1.1.3.tar.gz
|
||||
/resolv_wrapper-1.1.4.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: resolv_wrapper
|
||||
Version: 1.1.3
|
||||
Release: 2%{?dist}
|
||||
Version: 1.1.4
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: A wrapper for dns name resolving or dns faking
|
||||
License: BSD
|
||||
@ -11,8 +11,8 @@ Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libcmocka-devel
|
||||
|
||||
Requires: cmake
|
||||
Requires: pkgconfig
|
||||
Recommends: cmake
|
||||
Recommends: pkgconfig
|
||||
|
||||
%description
|
||||
It is likely that if you have a server/client architecture, you need to do DNS
|
||||
@ -68,6 +68,11 @@ popd
|
||||
%{_mandir}/man1/resolv_wrapper.1*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 02 2016 Andreas Schneider <asn@redhat.com> - 1.1.4-1
|
||||
- Update to version 1.1.4
|
||||
* Added support for faking NS entries
|
||||
* Fixed some platform compatibility bugs
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user