]> git.pld-linux.org Git - packages/freeradius.git/commitdiff
- Release: 2
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 4 Aug 2005 10:45:21 +0000 (10:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed modules and libraries installation order so rlm_eap.so is included in
  the package built with current libtool (-eap_install_order.patch)

Changed files:
    freeradius.spec -> 1.50

freeradius.spec

index 9dfd06581bc2b614578bc9320463e180939aec40..d847644e0dccac2121d941651f2acce6c996b4e3 100644 (file)
@@ -9,7 +9,7 @@ Summary:        High-performance and highly configurable RADIUS server
 Summary(pl):   Szybki i wysoce konfigurowalny serwer RADIUS
 Name:          freeradius
 Version:       1.0.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Networking/Daemons
 Source0:       ftp://ftp.freeradius.org/pub/radius/%{name}-%{version}.tar.gz
@@ -24,6 +24,7 @@ Patch3:               %{name}-linking.patch
 Patch4:                %{name}-moduledir.patch
 Patch5:                %{name}-rundir.patch
 Patch6:                %{name}-config.patch
+Patch7:                %{name}-eap_install_order.patch
 URL:           http://www.freeradius.org/
 Provides:      user(radius)
 Provides:      group(radius)
@@ -81,6 +82,7 @@ wi
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 awk 'BEGIN { printit=0; } { if (printit) print $0; } /## end libtool.m4/ { printit=1;}' \
        < aclocal.m4 > acinclude.m4
This page took 0.132909 seconds and 4 git commands to generate.