mirror of
https://abf.rosa.ru/djam/ppp.git
synced 2025-02-23 06:03:01 +00:00
Automatic import for version 2.4.5
This commit is contained in:
parent
35bb669a29
commit
c366fd0efb
1 changed files with 21 additions and 7 deletions
28
ppp.spec
28
ppp.spec
|
@ -4,7 +4,7 @@
|
|||
|
||||
%define name ppp
|
||||
%define version 2.4.5
|
||||
%define release %mkrel 6
|
||||
%define release %mkrel 8
|
||||
|
||||
%define enable_inet6 1
|
||||
%{?_with_inet6: %{expand: %%global enable_inet6 1}}
|
||||
|
@ -208,6 +208,12 @@ perl -pi -e "s/#HAVE_INET6/HAVE_INET6/" pppd/Makefile.linux
|
|||
%endif
|
||||
|
||||
%build
|
||||
%if %mdvver >= 201200
|
||||
%serverbuild_hardened
|
||||
%else
|
||||
%serverbuild
|
||||
%endif
|
||||
|
||||
# stpcpy() is a GNU extension
|
||||
%if %enable_debug
|
||||
OPT_FLAGS="%{optflags} -g -D_GNU_SOURCE"
|
||||
|
@ -373,7 +379,15 @@ rm -rf %{buildroot}
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 04 2011 Александр Казанцев <kazancas@mandriva.org> 2.4.5-6mdv2011.0
|
||||
* Mon Nov 28 2011 Oden Eriksson <oeriksson@mandriva.com> 2.4.5-8mdv2012.0
|
||||
+ Revision: 734987
|
||||
- relink against new pcap
|
||||
|
||||
* Fri Oct 07 2011 Tomasz Pawel Gajc <tpg@mandriva.org> 2.4.5-7
|
||||
+ Revision: 703426
|
||||
- use %%serverbuild_hardened flags for mdv2012
|
||||
|
||||
* Mon Jul 04 2011 Александр Казанцев <kazancas@mandriva.org> 2.4.5-6
|
||||
+ Revision: 688624
|
||||
- fix spec due missing install openl2tp plugins
|
||||
|
||||
|
@ -425,19 +439,19 @@ rm -rf %{buildroot}
|
|||
+ Pixel <pixel@mandriva.com>
|
||||
- do not call ldconfig in %%post/%%postun, it is now handled by filetriggers
|
||||
|
||||
* Tue Jun 03 2008 Olivier Blin <oblin@mandriva.com> 2.4.4-6mdv2009.0
|
||||
* Tue Jun 03 2008 Olivier Blin <blino@mandriva.org> 2.4.4-6mdv2009.0
|
||||
+ Revision: 214490
|
||||
- rename new keepdefaultroute option as multipledefaultroutes
|
||||
|
||||
* Mon Jun 02 2008 Olivier Blin <oblin@mandriva.com> 2.4.4-5mdv2009.0
|
||||
* Mon Jun 02 2008 Olivier Blin <blino@mandriva.org> 2.4.4-5mdv2009.0
|
||||
+ Revision: 214331
|
||||
- delete route for current ppp interface only (when shutting down the connection)
|
||||
|
||||
* Mon Jun 02 2008 Olivier Blin <oblin@mandriva.com> 2.4.4-4mdv2009.0
|
||||
* Mon Jun 02 2008 Olivier Blin <blino@mandriva.org> 2.4.4-4mdv2009.0
|
||||
+ Revision: 214300
|
||||
- add keepdefaultroute option (to keep existing default routes)
|
||||
|
||||
* Fri Apr 04 2008 Olivier Blin <oblin@mandriva.com> 2.4.4-3mdv2008.1
|
||||
* Fri Apr 04 2008 Olivier Blin <blino@mandriva.org> 2.4.4-3mdv2008.1
|
||||
+ Revision: 192326
|
||||
- fix plugins path on x86_64 (#31794)
|
||||
|
||||
|
@ -447,7 +461,7 @@ rm -rf %{buildroot}
|
|||
- spec file clean
|
||||
- change buildrequires to libatm-devel
|
||||
|
||||
+ Olivier Blin <oblin@mandriva.com>
|
||||
+ Olivier Blin <blino@mandriva.org>
|
||||
- restore BuildRoot
|
||||
|
||||
+ Thierry Vignaud <tv@mandriva.org>
|
||||
|
|
Loading…
Add table
Reference in a new issue