|
|
@ -1,6 +1,6 @@
|
|
|
|
# This spec file has been automatically updated
|
|
|
|
# This spec file has been automatically updated
|
|
|
|
Version: 0.12.1
|
|
|
|
Version: 0.12.2
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
%global _hardened_build 1
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 7
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 7
|
|
|
@ -41,8 +41,7 @@ Source11: ocserv.init
|
|
|
|
# Taken from upstream:
|
|
|
|
# Taken from upstream:
|
|
|
|
# http://git.infradead.org/ocserv.git/commitdiff/7d70006a2dbddf783213f1856374bacc74217e09
|
|
|
|
# http://git.infradead.org/ocserv.git/commitdiff/7d70006a2dbddf783213f1856374bacc74217e09
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} <= 6
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} <= 6
|
|
|
|
BuildRequires: gnutls30-devel
|
|
|
|
BuildRequires: gnutls30-devel
|
|
|
|
%else
|
|
|
|
%else
|
|
|
@ -230,6 +229,7 @@ install -D -m 0755 %{SOURCE11} %{buildroot}/%{_initrddir}/%{name}
|
|
|
|
%make_install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
|
|
|
|
|
|
|
%dir %{_localstatedir}/lib/ocserv
|
|
|
|
%dir %{_localstatedir}/lib/ocserv
|
|
|
|
%dir %{_sysconfdir}/ocserv
|
|
|
|
%dir %{_sysconfdir}/ocserv
|
|
|
@ -240,12 +240,9 @@ install -D -m 0755 %{SOURCE11} %{buildroot}/%{_initrddir}/%{name}
|
|
|
|
%doc AUTHORS ChangeLog NEWS COPYING LICENSE README.md TODO PACKAGE-LICENSING
|
|
|
|
%doc AUTHORS ChangeLog NEWS COPYING LICENSE README.md TODO PACKAGE-LICENSING
|
|
|
|
%doc src/ccan/licenses/CC0 src/ccan/licenses/LGPL-2.1 src/ccan/licenses/BSD-MIT
|
|
|
|
%doc src/ccan/licenses/CC0 src/ccan/licenses/LGPL-2.1 src/ccan/licenses/BSD-MIT
|
|
|
|
|
|
|
|
|
|
|
|
## Temporarily disable when rubygem is not present; there is a bug in 0.12.0 dist
|
|
|
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
|
|
|
|
|
%{_mandir}/man8/ocserv.8*
|
|
|
|
%{_mandir}/man8/ocserv.8*
|
|
|
|
%{_mandir}/man8/occtl.8*
|
|
|
|
%{_mandir}/man8/occtl.8*
|
|
|
|
%{_mandir}/man8/ocpasswd.8*
|
|
|
|
%{_mandir}/man8/ocpasswd.8*
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{_bindir}/ocpasswd
|
|
|
|
%{_bindir}/ocpasswd
|
|
|
|
%{_bindir}/occtl
|
|
|
|
%{_bindir}/occtl
|
|
|
@ -261,6 +258,9 @@ install -D -m 0755 %{SOURCE11} %{buildroot}/%{_initrddir}/%{name}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jan 10 2019 Nikos Mavrogiannopoulos <nmav@gnutls.org> - 0.12.2-1
|
|
|
|
|
|
|
|
- Update to upstream 0.12.2 release
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 24 2018 Nikos Mavrogiannopoulos <nmav@gnutls.org> - 0.12.1-3
|
|
|
|
* Tue Jul 24 2018 Nikos Mavrogiannopoulos <nmav@gnutls.org> - 0.12.1-3
|
|
|
|
- Added gcc as build-dependency
|
|
|
|
- Added gcc as build-dependency
|
|
|
|
|
|
|
|
|
|
|
|