|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Summary: RADIUS protocol client library
|
|
|
|
|
Name: radcli
|
|
|
|
|
Version: 1.2.2
|
|
|
|
|
Version: 1.2.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
#Breakdown of licenses. Under MIT license:
|
|
|
|
@ -42,7 +42,7 @@ that use %{name}.
|
|
|
|
|
%package compat-devel
|
|
|
|
|
Summary: Development files for compatibility with radiusclient-ng and freeradius-client
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
|
|
|
# We provide compatible headers with it
|
|
|
|
|
Conflicts: freeradius-client-devel, radiusclient-ng-devel
|
|
|
|
|
|
|
|
|
@ -70,7 +70,7 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
|
# these should be removed once the utils subpackage is on
|
|
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/%{name}
|
|
|
|
|
cp -p %{buildroot}%{_sysconfdir}/%{name}/dictionary %{buildroot}%{_datadir}/%{name}/dictionary
|
|
|
|
|
cp -p %{buildroot}%{_datadir}/%{name}/dictionary %{buildroot}%{_sysconfdir}/%{name}/dictionary
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
@ -91,6 +91,8 @@ cp -p %{buildroot}%{_sysconfdir}/%{name}/dictionary %{buildroot}%{_datadir}/%{na
|
|
|
|
|
|
|
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
|
%{_datadir}/%{name}/dictionary
|
|
|
|
|
%{_datadir}/%{name}/dictionary.roaringpenguin
|
|
|
|
|
%{_datadir}/%{name}/dictionary.microsoft
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
|
|
|
|
@ -110,6 +112,9 @@ cp -p %{buildroot}%{_sysconfdir}/%{name}/dictionary %{buildroot}%{_datadir}/%{na
|
|
|
|
|
%{_libdir}/libradiusclient-ng.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Sep 2 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 1.2.3-1
|
|
|
|
|
- Updated to 1.2.3
|
|
|
|
|
|
|
|
|
|
* Fri Aug 21 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 1.2.2-1
|
|
|
|
|
- Updated to 1.2.2
|
|
|
|
|
|
|
|
|
|