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
|
/kronosnet-1.8.tar.gz
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
Name: kronosnet
|
Name: kronosnet
|
||||||
Summary: Multipoint-to-Multipoint VPN daemon
|
Summary: Multipoint-to-Multipoint VPN daemon
|
||||||
Version: 1.8
|
Version: 1.8
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: http://www.kronosnet.org
|
URL: http://www.kronosnet.org
|
||||||
Source0: http://www.kronosnet.org/releases/kronosnet-%{version}.tar.gz
|
Source0: http://www.kronosnet.org/releases/kronosnet-%{version}.tar.gz
|
||||||
@ -282,9 +282,7 @@ License: LGPLv2+
|
|||||||
%license COPYING.* COPYRIGHT
|
%license COPYING.* COPYRIGHT
|
||||||
%{_libdir}/libnozzle.so.*
|
%{_libdir}/libnozzle.so.*
|
||||||
|
|
||||||
%post -n libnozzle1 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libnozzle1
|
||||||
|
|
||||||
%postun -n libnozzle1 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%package -n libnozzle1-devel
|
%package -n libnozzle1-devel
|
||||||
Summary: Simple userland wrapper around kernel tap devices (developer files)
|
Summary: Simple userland wrapper around kernel tap devices (developer files)
|
||||||
@ -319,9 +317,7 @@ License: LGPLv2+
|
|||||||
%{_libdir}/libknet.so.*
|
%{_libdir}/libknet.so.*
|
||||||
%dir %{_libdir}/kronosnet
|
%dir %{_libdir}/kronosnet
|
||||||
|
|
||||||
%post -n libknet1 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libknet1
|
||||||
|
|
||||||
%postun -n libknet1 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%package -n libknet1-devel
|
%package -n libknet1-devel
|
||||||
Summary: Kronosnet core switching implementation (developer files)
|
Summary: Kronosnet core switching implementation (developer files)
|
||||||
@ -503,6 +499,10 @@ Requires: libknet1 = %{version}-%{release}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 03 2019 Madison Kelly <mkelly@alteeve.ca> - 1.8-1
|
||||||
- Updated to upstream release v1.8.
|
- Updated to upstream release v1.8.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user