Package etcnet: Specfile

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
Name:		etcnet
Version:	0.9.30
Release:	alt1

Summary:	/etc/net network configuration system
License:	GPL-2
Group:		System/Base
Url:		https://www.altlinux.org/Etcnet

Source:		%name-%version.tar

Requires(pre,postun):	setup service
Requires:	grep, sed, iproute2 >= 4.4.0, ifrename >= 28-alt5.pre10, chkconfig
Requires:	etcnet-defaults = %version-%release

BuildArch:	noarch

Conflicts:	net-scripts
Conflicts:	ethtool < 0:3-alt4, ifplugd < 0.28-alt2, ipset < 4.1-alt2
Conflicts:	systemd < 1:210-alt7
Conflicts:	openvswitch <= 2.12.0-alt4
Provides:	network-config-subsystem

%description
/etc/net represents a new approach to Linux network configuration tasks.
Inspired by the limitations of traditional network configuration subsystems,
/etc/net provides builtin support for configuration profiles, interface name
management, removable devices, full iproute2 command set, interface
dependencies resolution, QoS and firewall configuration frameworks.
/etc/net provides support for the following interface types: Ethernet, WiFi
(WEP), IPv4/IPv6 tunnels, VTI tunnels, WireGuard VPN, VLAN, PLIP, Ethernet bonding and
bridging, traffic equalizer, Pent@NET, Pent@VALUE, SkyStar-2, TUN/TAP,
OpenVPN TUN/TAP, OpenSSH TUN/TAP, usbnet and PPP. Due to its modular structure,
support for new interface types can be added without overall design changes.

%package full
Summary:	/etc/net plus everything it can work with
Group:		System/Configuration/Networking
Requires:	%name = %version-%release, wireless-tools
Requires:	dhcpcd >= 1.3.22pl4-alt3, iptables, iptables-ipv6, ebtables, ipset >= 4.1-alt2
Requires:	ethtool >= 0:3-alt4, ifplugd >= 0.28-alt2
Requires:	hotplug, ppp, openvpn, wireguard-tools
Requires:	pptp-client, wpa_supplicant, avahi-autoipd, rp-pppoe-base >= 3.6-alt2

%description full
This virtual package requires /etc/net and all packages that may appear useful
for /etc/net. Accurate requirements should result in correct package versions
in ALTLinux system.

%package defaults-desktop
Summary:	/etc/net defaults for a Linux desktop
Group:		System/Configuration/Networking
Provides:	%name-defaults = %version-%release
Conflicts:	%name-defaults-server
Requires:	%name = %version-%release

%description defaults-desktop
This package contains default options for a Linux desktop.


%package defaults-server
Summary:	/etc/net defaults for a Linux server
Group:		System/Configuration/Networking
Provides:	%name-defaults = %version-%release
Conflicts:	%name-defaults-desktop
Requires:	%name = %version-%release

%description defaults-server
This package contains default options for a Linux server.

%prep
%setup

%install
# Common part first, distribution-specific files later.
make -f contrib/Makefile prefix=%{buildroot} install
install -m 644 contrib/50-ALTLinux-desktop %buildroot/etc/net/options.d
install -m 644 contrib/50-ALTLinux-server  %buildroot/etc/net/options.d

%post
if [ $1 -eq 1 ]; then
# This is a fresh install.
	/sbin/chkconfig --add network
fi
if [ $1 -eq 2 ]; then
# Update.
	grep -qs OVS_REMOVE %_sysconfdir/net/ifaces/default/options \
	|| echo 'OVS_REMOVE=yes' >> %_sysconfdir/net/ifaces/default/options
fi

%preun
if [ $1 -eq 0 ]; then
# This is an erase.
	/sbin/chkconfig --del network
fi

# since 0.5.0 we have 'network' chkconfig entry instead of 'etcnet' one
%triggerun -- %name < 0.5.1
if [ $2 -gt 0 ]; then
# This is etcnet upgrade.
	/sbin/chkconfig --del etcnet
	/sbin/chkconfig --add network
fi

%triggerpostun -- net-scripts
/sbin/chkconfig --add network

# We used to ship some Ruby contrib scripts, but having Ruby installed
# by dependency isn't an idea most normal users would like. So let
# people adjust their environment manually for particular contribs to work.
%add_findreq_skiplist /etc/net/scripts/contrib/*

%files
%dir %_sysconfdir/net
%dir %_sysconfdir/net/scripts
%dir %_sysconfdir/net/ifaces
%dir %_sysconfdir/net/ifaces/default
%dir %_sysconfdir/net/ifaces/lo
%dir %_sysconfdir/net/ifaces/unknown
%dir %_sysconfdir/net/options.d
%_sysconfdir/net/scripts/*
%config(noreplace) %verify(not md5 mtime size) %_sysconfdir/net/ifaces/default/*
%config(noreplace) %verify(not md5 mtime size) %_sysconfdir/net/ifaces/unknown/*
%config(noreplace) %verify(not md5 mtime size) %_sysconfdir/net/ifaces/lo/*
%config(noreplace) %verify(not md5 mtime size) %_sysconfdir/net/sysctl.conf
%_initdir/network
%_unitdir/*
%exclude %_sysconfdir/net/options.d/50-*
%config %_sysconfdir/net/options.d/*
%config(noreplace) %verify(not md5 mtime size) %_sysconfdir/sysconfig/network
%doc docs/README* docs/ChangeLog docs/TODO docs/wiki-RU/
%doc examples/ contrib/
%_man5dir/*
%_man8dir/*
/sbin/ifup
/sbin/ifdown
/sbin/eqos
/sbin/efw

%files defaults-desktop
%config %_sysconfdir/net/options.d/50-ALTLinux-desktop

%files defaults-server
%config %_sysconfdir/net/options.d/50-ALTLinux-server

%files full

%changelog
* Wed Apr 03 2024 Mikhail Efremov <sem@altlinux.org> 0.9.30-alt1
- build: Temporary use absolute symlinks for scripts (closes: #49808).
- build: Don't hardcode relative symlinks.

* Fri May 12 2023 Vladimir D. Seleznev <vseleznv@altlinux.org> 0.9.29-alt1
- Initial openconnect support added (see README.oconn).

* Fri May 05 2023 Anton Farygin <rider@altlinux.ru> 0.9.28-alt1
- create-bond: down the network interface before adding to bonding
  (fix for "Error: Device can not be enslaved while up.")

* Fri Jan 27 2023 Alexey Shabalin <shaba@altlinux.org> 0.9.27-alt1
- openvswitch: separate operations for remove and create port

* Thu Jul 28 2022 Alexey Shabalin <shaba@altlinux.org> 0.9.26-alt1
- vlan: set default reorder_hdr=on (Closes: #43330).

* Sat Apr 30 2022 Vladimir D. Seleznev <vseleznv@altlinux.org> 0.9.25-alt1
- Replaced "egrep" with "grep -E", "fgrep" with "grep -F".

* Wed Apr 27 2022 Andrew A. Vasilyev <andy@altlinux.org> 0.9.24-alt1
- openvswitch: add OVS_REMOVE=yes to default/options if it is not there.

* Wed Apr 13 2022 Andrew A. Vasilyev <andy@altlinux.org> 0.9.23-alt1
- openvswitch: remove interfaces by default after putting them down.
- openvswitch: setup port and bond after the bridge.

* Fri Feb 11 2022 Alexey Shabalin <shaba@altlinux.org> 0.9.22-alt1
- ovsport: OVS_PATCH option (Closes: #39708).
- ovsport: HOST must be set.
- ovsport: BRIDGE must be set.
- ovsbond: BRIDGE must be set.
- ovsbond: support VLAN id (Closes: #39707).
- openvswitch: remove interface before create (Closes: #39709).

* Wed Sep 08 2021 Mikhail Efremov <sem@altlinux.org> 0.9.21-alt1
- Don't use deprecated PreReq.
- systemd: Fixed network.service dependencies (closes: #40780).

* Fri Jun 11 2021 Alexey Shabalin <shaba@altlinux.org> 0.9.20-alt2
- Drop Requires: startup.

* Wed Nov 25 2020 Mikhail Efremov <sem@altlinux.org> 0.9.20-alt1
- dhcpcd: Support dhcpcd-9 pidfiles location.
- dhcpcd: Stop dhcpcd if -4 or -6 options were used.
- contrib: Increase DHCP_GRACE_TIME value.
- dhcpcd: Use DHCP_GRACE_TIME again.

* Tue Nov 03 2020 Aleksei Nikiforov <darktemplar@altlinux.org> 0.9.19-alt2
- Removed ncpfs from dependencies.

* Fri Jul 10 2020 Anton Farygin <rider@altlinux.ru> 0.9.19-alt1
- added openvswitch support from the our openvswitch package
- fixed OVS_OPTIONS and OVS_EXTRA usage for interfaces with TYPE=ovsbr

* Tue Sep 24 2019 Alexey Shabalin <shaba@altlinux.org> 0.9.18-alt4
- drop syslog from Should-Start in LSB header sysvinit script (Closes: #37237)

* Wed Mar 13 2019 Andrey Bychkov <mrdrew@altlinux.org> 0.9.18-alt3
- some errs fixed

* Mon Mar 11 2019 Andrey Bychkov <mrdrew@altlinux.org> 0.9.18-alt2
- iface status check for ifdown added (Closes: #22658)
- loading of kernel module 8021q disabled in VE (patch by Denis Yagofarov) (Closes: #13607)
- dhcpd service stop fixed (Closes: #19582)
- fixed unable to manage bridge ifaces on 2.6.32 OpenVZ kernels (patch by Nikolay A. Fetisov) (Closes: #33296)

* Thu Mar 07 2019 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.9.18-alt1
- dropped iftab/ifrename support

* Mon Jan 21 2019 Fr. Br. George <george@altlinux.ru> 0.9.17-alt2
- remove incorrect quotation when doing restart (Closes: #35943)

* Thu Dec 20 2018 Anton Farygin <rider@altlinux.ru> 0.9.17-alt1
- return method from source_optfile() changed from "continue" to "return"
  to avoid errors with bash4

* Mon Nov 26 2018 Alexey Shabalin <shaba@altlinux.org> 0.9.16-alt3
- allow add bridge without parent interfaces and without IFUP_PARENTS=no

* Fri Nov 23 2018 Alexey Shabalin <shaba@altlinux.org> 0.9.16-alt2
- release up

* Thu Oct 25 2018 Alexey Shabalin <shaba@altlinux.org> 0.9.16-alt1
- add support read list commands for birdge
- fixed create dummy and teql iface
- use ip utility for vlan interface types
- add support for vxlan iface types

* Tue Jul 10 2018 Andrey Bychkov <mrdrew@altlinux.org> 0.9.15-alt3
- add example for wireguard iface
- add example for vti iface

* Tue Jul 03 2018 Alexey Shabalin <shaba@altlinux.ru> 0.9.15-alt2
- fix typo for DEFAULT_WG

* Thu Jun 28 2018 Vladimir D. Seleznev <vseleznv@altlinux.org> 0.9.15-alt1
- added KEEP_UP option

* Sat Jun 09 2018 Andrey Bychkov <mrdrew@altlinux.org> 0.9.14-alt1.1
- added path to wireguard

* Mon May 07 2018 Andrey Bychkov <mrdrew@altlinux.org> 0.9.14-alt1
- wireguard support added

* Thu May 03 2018 Andrey Bychkov <mrdrew@altlinux.org> 0.9.13-alt4
- vti support added

* Thu Mar 15 2018 Igor Vlasenko <viy@altlinux.ru> 0.9.13-alt3.1
- NMU: added URL

* Mon Oct 02 2017 Valery Inozemtsev <shrek@altlinux.ru> 0.9.13-alt3
- fixed bridge interfaces up (closes: #33945)

* Thu Sep 28 2017 Valery Inozemtsev <shrek@altlinux.ru> 0.9.13-alt2
- bridge: added brivlanport iface types

* Tue Sep 26 2017 Valery Inozemtsev <shrek@altlinux.ru> 0.9.13-alt1
- bridge: add support vlan aware

* Mon Jun 26 2017 Anton Farygin <rider@altlinux.ru> 0.9.12-alt1
- added network@.service for manage interfaces via systemctl
  (for example - systemctl enable network@eth0) (closes: #33588)
- bonding: avoid autocreated bond0 iface by dshadrinov (closes: #33273)
- efw: walk fw type list backward on stop by sbolshakov (closes: #33011)
- weakening checks to enable empty bridge interfaces creation by naf (closes: #33295)

* Tue Feb 28 2017 Anton Farygin <rider@altlinux.ru> 0.9.11-alt1
- version up
- fixed using ifrename for renaming interfaces without MODULE in options

* Fri Dec 02 2016 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.9.10-alt19
- use ip utility for bridge, bonding and tuntap interface types

* Wed Jan 21 2015 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.9.10-alt18
- openvpn: do not rely on TMPDIR environment variable

* Fri Dec 19 2014 Andrey Cherepanov <cas@altlinux.org> 0.9.10-alt17
- Increase release number to fix update in p7 branch

* Wed Dec 17 2014 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.9.10-alt16
- config-qos: use last qdisc as filter parent (closes: #30523)
- do not turn dhcpcd's debug unconditionally (closes: #30023)
- create-ppp: use kernel acceleration for pppoe ifaces
- l2tp: added ppp profile

* Fri Nov 14 2014 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.9.10-alt15
- l2tp support added

* Thu Oct 02 2014 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.9.10-alt14
- use '--release' option to stop dhcpcd (closes: #30369)

* Sat Sep 06 2014 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.9.10-alt13
- fixed use with recent ipset (closes: #30286)
- added support for macvlan/macvtap iface types

* Tue Aug 26 2014 Alexey Shabalin <shaba@altlinux.ru> 0.9.10-alt12
- update systemd unit
- install to multi-user.target too

* Thu Jul 10 2014 Alexey Shabalin <shaba@altlinux.ru> 0.9.10-alt11
- update systemd unit: add After=sysinit.target for wait rename interface

* Wed Jul 02 2014 Alexey Shabalin <shaba@altlinux.ru> 0.9.10-alt10
- add systemd unit file

* Wed Apr 23 2014 Alexey Shabalin <shaba@altlinux.ru> 0.9.10-alt9
- add LSB Header to sysvinit script

* Thu Nov 08 2012 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.9.10-alt8
- service network should not start on 2nd runevel (closes: #25700)
- DHCPv6 support added (closes: #27780)

* Tue Nov 06 2012 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.9.10-alt7
- CONFIG_WIRELESS and USE_IFPLUGD options are mutually exclusive now
- do not rely on /sys/class/net/<iface>/wireless anymore (closes: #27797)
- added per-iface 'disable_ipv6' sysctl shortcut (closes: #27933)
- always use 'resolvconf -d' during ifdown (closes: #24637)

* Thu Oct 27 2011 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.9.10-alt6
- no not use AUTO as valid DHCP_HOSTNAME value anymore (sem@) (#26512)

* Mon Mar 22 2010 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.9.10-alt5
- do not flush ipv6 addresses from lo (#22941 again)

* Mon Mar 22 2010 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.9.10-alt4
- 802.1x authentication support added (#23169)
- ipv6-related fixes (#22940, #22941)

* Sat Mar 13 2010 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.9.10-alt3
- ipset support added
- use sysfs interface for bonding (#22665)

* Wed Feb 03 2010 Dmitry V. Levin <ldv@altlinux.org> 0.9.10-alt2.1
- Fixed versioned dependencies on ethtool.

* Wed Jan 20 2010 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.9.10-alt2
- fixed: compound BOOTPROTO variable matching (#21759)
- fixed: per-iface sysctl variable completion (#21917)
- fixed: special type route handling (#21975)
- fixed: race with dhcpcd restart (#19582)

* Fri Jun 12 2009 Denis Ovsienko <pilot@altlinux.ru> 0.9.10-alt1
- bugfix release (closes: #20267)

* Thu Apr 23 2009 Denis Ovsienko <pilot@altlinux.ru> 0.9.9-alt1
- maintenance release:
 + profiles handling was broken in previous release
 + profiling fix for ossh tunnels by Alexey Gladkov
 + rearrange bridge processing code to resolve DHCP and STP issues
 + justified return code handling for wireless

* Sat Mar 28 2009 Alexey Gladkov <legion@altlinux.ru> 0.9.8-alt3
- bugfix release.
- create-ossh: Add profile support.
- config-wireless: Fix regression.

* Sun Mar 22 2009 Alexey Gladkov <legion@altlinux.ru> 0.9.8-alt2
- NMU release.
- scripts/functions: profiled_filename_is(): Use the proper
  variable to check variants.

* Fri Mar 20 2009 Denis Ovsienko <pilot@altlinux.ru> 0.9.8-alt1
- building a new version, mostly with bugfixes

* Wed Jul 30 2008 Denis Ovsienko <pilot@altlinux.ru> 0.9.7-alt2
- applying a patch to work around bug #15588

* Mon Jul 14 2008 Denis Ovsienko <pilot@altlinux.ru> 0.9.7-alt1
- another maintenance release

* Thu Apr 10 2008 Denis Ovsienko <pilot@altlinux.ru> 0.9.6-alt2
- built new version with some updates and bugfixes

* Wed Dec 12 2007 Denis Ovsienko <pilot@altlinux.ru> 0.9.5-alt1
- new version fixes two issues with iwpriv and ifrename

* Fri Oct 19 2007 Denis Ovsienko <pilot@altlinux.ru> 0.9.4-alt1
- avoid ghost Ruby dependency
- update vlan-utils dependency
- introduce LINKDELAY feature and enable it by default
- a bunch of minor bugfixes

* Sat Sep  1 2007 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.9.3-alt3
- probe several times for /dev/net/tun after `tun' module load (#12659)

* Fri Aug 31 2007 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.9.3-alt2
- fixed bug in avahi-autoipd usage made in previous release

* Mon Aug 27 2007 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.9.3-alt1
- use avahi-autoipd instead of zcip for ipv4ll addresses
- preliminary support for tunneling via openssh -w feature

* Tue May 29 2007 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.9.2-alt2
- use wpa_supplicant/wpa_cli instead of ifplugd for wifi ifaces (#11647)

* Sun Apr 29 2007 Andrew Kornilov <hiddenman@altlinux.ru> 0.9.2-alt1
- Minor bugfix release

* Thu Apr 12 2007 Andrew Kornilov <hiddenman@altlinux.ru> 0.9.1-alt0.1
- Bugfix release
- New symlinks 'efw' and 'eqos' in the /sbin

* Wed Apr 11 2007 Andrew Kornilov <hiddenman@altlinux.ru> 0.9.0-alt0.1
- Bumping to 0.9.0
- tunctl dependency in the full package
- Description update

* Tue Apr 03 2007 Andrew Kornilov <hiddenman@altlinux.ru> 0.8.6-alt1
- New major release
- New dependencies in the full package

* Sun Jan 28 2007 Denis Ovsienko <pilot@altlinux.ru> 0.8.5-alt2
- fixing multi-package dependencies to use version and release

* Sun Jan 28 2007 Denis Ovsienko <pilot@altlinux.ru> 0.8.5-alt1
- bugfix release

* Sat Sep 16 2006 Denis Ovsienko <pilot@altlinux.ru> 0.8.4-alt1
- building 0.8.4 for Sisyphus

* Tue Jun 20 2006 Denis Ovsienko <pilot@altlinux.ru> 0.8.3-alt2
- applied 2 patches by Dmitry Levin:
 + /etc/net/scripts/network.init:type2group(): Handle venet type.
 + Added %%triggerpostun script to save network service during
   net-scripts -> etcnet migration.

* Fri Mar 31 2006 Denis Ovsienko <pilot@altlinux.ru> 0.8.3-alt1
- New version features bugfixes for #9171, #9172, #9035, #9200

* Mon Jan 23 2006 Denis Ovsienko <pilot@altlinux.ru> 0.8.1-alt0.test1
- testing new version
- removed pcmcia-cs dependency

* Sat Dec 31 2005 Denis Ovsienko <pilot@altlinux.ru> 0.8.0-alt1
- new version features #7897, #8003 bugfixes and a ChangeLog

* Wed Oct 26 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.15-alt1
- new version (#8118, #8332)
- updated required version for ifrename (iwlib bugfix)
- replaced rp-pppoe-client dependency with rp-pppoe-base (#7405)

* Fri Sep 30 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.14-alt1
- This release features:
 + bugfixes for bonding and interface dependencies code
 + a new NEVER_RMMOD option to workaround 2.6 kernels problems
 + a new command 'switchfrom'

* Sun Sep 18 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.13-alt1
- new version resolves #7970 and #7896

* Mon Aug 22 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.12-alt1
- new version with updated docs and minor bugfixes

* Fri Aug 12 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.11-alt2
- 00-default was lost in alt1

* Thu Aug 11 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.11-alt1
- new version fixes #7613 (Not correct handling of ifaces/unknown in 'service network reload')
- two new defaults-* packages

* Mon Aug 08 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.10-alt1
- new version: bugfixes and code cleanup
- spec cleanup

* Wed Jul 20 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.9-alt1
- new version features iptables support
- spec update

* Mon Jul 18 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.8-alt2
- added zcip to full requirements

* Fri Jul 15 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.8-alt1
- new version fixes several minor bugs introduced by 0.7.7 release

* Thu Jul 14 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.7-alt2
- adjusted version requirements

* Tue Jul 12 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.7-alt1
- new version:
 + finally fixed bug with interface group size
 + initial "unknown" interfaces support
 + vlantab code cleanup
 + added PPPoE config example by Alexey I. Froloff, 
 + more iftab info in README
 + logger enhancements by Andrew Kornilov
 + multiple network modules support
 + PPtP config example
 + added wireless interface config example by Nigel Kukard

* Fri Jul 08 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.6-alt4
- this build should fix #7269 and #7316

* Mon Jul 04 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.6-alt3
- adjusted ifplugd version conflict (#7092)

* Mon Jul 04 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.6-alt2
- new build fixes #7269

* Fri Jun 24 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.6-alt1
- new version:
 + VLAN: fixed comments, added new example
 + bridge fixes from Nigel Kukard
 + network.init patch from Mitch
 + new feature: options.d
 + enhanced style according to Dmitry Levin's notes
 + new feature: resolver postinstall command
 + new feature: DHCP_HOSTNAME
 + changed default ifplugstatus location
- ALTLinux-specific options

* Thu Jun 16 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.5-alt1
- new version
 + custom resolv.conf+DHCP bugfix
 + dhcpcd IFF_UP workaround
- spec cleanup

* Sat May 14 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.4-alt1
- new version
 + treat sysctl.conf at reload too (#6826)
 + initial auto-linkdetect whitelist (#6693)
 + wpa_supplicant improvements (#6582)

* Tue Apr 26 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.3-alt1
- new version
 + service network bugfix
 + ifplugd start bugfix
 + enabled WPA back

* Thu Apr 21 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.2-alt1
- new version
 + cleaner ppp/progress output
 + DONT_FLUSH variable semantics fix
 + new DHCP_ARGS option
 + fixed multihost support for stop operation
 + new reload operation

* Fri Mar 25 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.1-alt1
- new version:
 + network.init bugfix
 + ppp address bugfix
 + iplink processing bugfix
 + updated childfinder

* Mon Mar 21 2005 Denis Ovsienko <pilot@altlinux.ru> 0.7.0-alt1
- new version:
 + bugfixes
 + better performance
 + some incompatibility with previous releases (see ChangeLog)
 + initial configuration examples
 + initial multihost configuration support

* Sat Mar 05 2005 Denis Ovsienko <pilot@altlinux.ru> 0.6.4-alt1
- new version:
 + 8021q is no more unconditionally loaded, other VLAN code enhancements
 + another print_message()/print_progress() bugfix
 + initial config migration script

* Thu Mar 03 2005 Denis Ovsienko <pilot@altlinux.ru> 0.6.3-alt1
- new version (wireless bugfix)

* Wed Mar 02 2005 Denis Ovsienko <pilot@altlinux.ru> 0.6.2-alt1
- new version (minor bugfixes)

* Sat Feb 26 2005 Denis Ovsienko <pilot@altlinux.ru> 0.6.1-alt1
- new version (bugfix release):
 + print_progress()/ipv4route bugfix
 + by default wireless extensions are now configured for 'eth' interfaces only
 + fixed error message about missing iwconfig
 + removed garbage files

* Fri Feb 18 2005 Denis Ovsienko <pilot@altlinux.ru> 0.6.0-alt1
- new version:
 + PPP support
 + smart sysctl.conf
 + configuration checker
 + improved pre/post script invocation
 + progress messages can be disabled at all
 + ipneigh file support
 + Pent@NET and DHCP bugfixes

* Fri Feb 04 2005 Denis Ovsienko <pilot@altlinux.ru> 0.5.3-alt1
- new version (minor enhancements and bugfixes)
- trigger fix

* Mon Jan 03 2005 Denis Ovsienko <pilot@altlinux.ru> 0.5.2-alt1
- new version and network-config-subsystem resync

* Thu Dec 23 2004 Denis Ovsienko <pilot@altlinux.ru> 0.5.1-alt1
- new version
- fixes #5711
- better ALTLinux integration

* Sun Dec 05 2004 Denis Ovsienko <pilot@altlinux.ru> 0.4.2-alt1
- new version
- fixed docdir

* Sun Nov 07 2004 Denis Ovsienko <pilot@altlinux.ru> 0.4.1-alt1
- new version and first Sisypus build

* Tue Aug 31 2004 Denis Ovsienko <pilot@altlinux.ru> 0.2.2-alt2
- fixed default interfaces rpm attributes

* Sun Aug 29 2004 Denis Ovsienko <pilot@altlinux.ru> 0.2.2-alt1
- experimental wireless support
- some bugfixes

* Wed Aug 25 2004 Denis Ovsienko <pilot@altlinux.ru> 0.2.1-alt1
- new snapshot 0.2.1 (working PCMCIA)

* Sat Aug 21 2004 Denis Ovsienko <pilot@altlinux.ru> 0.2.0-alt1
- new snapshot 0.2.0

* Wed Aug 18 2004 Denis Ovsienko <pilot@altlinux.ru> 0.1.1-alt1
- First build for ALTLinux