Update to 1.5
- ndptool: use conventional signal handlers instead of signalfd
This commit is contained in:
parent
6b51a826dd
commit
ee0f95859b
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/libndp-1.2.tar.gz
|
/libndp-1.2.tar.gz
|
||||||
/libndp-1.3.tar.gz
|
/libndp-1.3.tar.gz
|
||||||
/libndp-1.4.tar.gz
|
/libndp-1.4.tar.gz
|
||||||
|
/libndp-1.5.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: libndp
|
Name: libndp
|
||||||
Version: 1.4
|
Version: 1.5
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for Neighbor Discovery Protocol
|
Summary: Library for Neighbor Discovery Protocol
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -48,6 +48,10 @@ find $RPM_BUILD_ROOT -name \*.la -delete
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 02 2015 Jiri Pirko <jpirko@redhat.com> - 1.5-1
|
||||||
|
- Update to 1.5
|
||||||
|
- ndptool: use conventional signal handlers instead of signalfd
|
||||||
|
|
||||||
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.4-3
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.4-3
|
||||||
- Rebuilt for Fedora 23 Change
|
- Rebuilt for Fedora 23 Change
|
||||||
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
||||||
|
Loading…
Reference in New Issue
Block a user