Fix minor spec file and .gitignore issues
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
This commit is contained in:
parent
554b4010f3
commit
767425ed4a
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1 @@
|
||||
/kronosnet-1.1.tar.gz
|
||||
/kronosnet-1.3.tar.gz
|
||||
/kronosnet-1.4.tar.gz
|
||||
/kronosnet-1.5.tar.gz
|
||||
/kronosnet-1.8.tar.gz
|
||||
|
@ -78,7 +78,7 @@
|
||||
Name: kronosnet
|
||||
Summary: Multipoint-to-Multipoint VPN daemon
|
||||
Version: 1.8
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.kronosnet.org
|
||||
Source0: http://www.kronosnet.org/releases/kronosnet-%{version}.tar.gz
|
||||
@ -282,9 +282,7 @@ License: LGPLv2+
|
||||
%license COPYING.* COPYRIGHT
|
||||
%{_libdir}/libnozzle.so.*
|
||||
|
||||
%post -n libnozzle1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libnozzle1 -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libnozzle1
|
||||
|
||||
%package -n libnozzle1-devel
|
||||
Summary: Simple userland wrapper around kernel tap devices (developer files)
|
||||
@ -319,9 +317,7 @@ License: LGPLv2+
|
||||
%{_libdir}/libknet.so.*
|
||||
%dir %{_libdir}/kronosnet
|
||||
|
||||
%post -n libknet1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libknet1 -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libknet1
|
||||
|
||||
%package -n libknet1-devel
|
||||
Summary: Kronosnet core switching implementation (developer files)
|
||||
@ -503,6 +499,10 @@ Requires: libknet1 = %{version}-%{release}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed May 08 2019 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.8-2
|
||||
- Fix ldconfig scriptlet (Resolves rhbz#1699074)
|
||||
- Cleanup .gitignore (Resolves rhbz#1699093)
|
||||
|
||||
* Wed Apr 03 2019 Madison Kelly <mkelly@alteeve.ca> - 1.8-1
|
||||
- Updated to upstream release v1.8.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user