Package evms: 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
%def_without x
%def_enable gpt
%def_disable ocfs2
%def_disable static

Name: evms
Version: 2.5.5
Release: alt73

Summary: Enterprise Volume Management System utilities
License: GPL
Group: System/Kernel and hardware
Url: http://www.sourceforge.net/projects/evms

Source: %name-%version-%release.tar

BuildRequires: glib2-devel libe2fs-devel libncurses-devel libreadline-devel libuuid-devel
BuildRequires: libblkid-devel
BuildRequires: libcryptsetup-devel >= 1.4.0
BuildRequires: libbtrfs-devel

%if_with x
BuildRequires: gtk+-devel
%endif

%package -n lib%name
Summary: Enterprise Volume Management System libraries
Group: System/Libraries
Requires: mdadm-tool

%package -n lib%name-devel
Summary: Enterprise Volume Management System development part
Group: Development/C
Requires: lib%name = %version-%release
Provides: %name-devel = %version-%release

%package -n lib%name-devel-static
Summary: Enterprise Volume Management System static libs
Group: Development/C
Requires: lib%name = %version-%release

%package -n %name-cli
Summary: EVMS commandline tool
Group: System/Kernel and hardware
Requires: evms = %version-%release

%package -n %name-ncurses
Summary: EVMS UI
Group: System/Kernel and hardware
Requires: evms = %version-%release

%package -n %name-gui
Summary: EVMS GUI
Group: System/Kernel and hardware
Requires: evms = %version-%release

%package -n %name-test
Summary: EVMS Tests
Group: Development/C
Requires: %name-cli = %EVR
Requires: installer-scripts-remount-stage2
BuildArch: noarch

%description
This package contains the user-space tools needed to manage EVMS (Enterprise
Volume Management System) volumes.

In order to use these user-space tools, you must also have your kernel patched
with the most recent EVMS code. This code is available in the source package
on the project web page http://www.sf.net/projects/evms/

Please see the EVMS-HOWTO on the project web page or in the source package
for detailed instructions on patching your kernel with EVMS and using the
tools after installation.

%description -n lib%name
This package contains libs needed to manage EVMS (Enterprise
Volume Management System) volumes.

%description -n lib%name-devel
This package contains develop tools needed to manage EVMS (Enterprise
Volume Management System) volumes.

%description -n lib%name-devel-static
This package contains static libs for develop tools needed to manage EVMS
(Enterprise Volume Management System) volumes.

%description -n %name-cli
Command line tool for EVMS

%description -n %name-ncurses
Ncurses ui tool for EVMS

%description -n %name-gui
GTK+ ui tool for EVMS

%description -n %name-test
Tests for EVMS

%prep
%setup
# die early, die often
sed -i /SEGV/d engine/faulthdlr.c

%build
%define _optlevel 0
%autoreconf
%add_optflags -DEVMS_DEBUG -std=gnu89
%configure  --libdir=/%_lib --sbindir=/sbin \
    --disable-s390 \
    %{subst_enable gpt} \
    %{subst_enable ocfs2} \
    %{!?_with_x: --disable-gui --disable-gtktest} \
    %{subst_enable static} \
    #

%make_build LD_LIBRARY_PATH=%buildroot/%_lib
make -C tests evms_deactivate

%install
mkdir -p %buildroot{%_sysconfdir,%_libdir,%_sbindir/sbin}
%make_install DESTDIR=%buildroot prefix=%buildroot%_prefix install
install -pD -m 0755 altlinux/startevms %buildroot/sbin
install -pm0755 tests/evms_deactivate %buildroot/sbin
install -pm0644 tests/evms_deactivate.8 %buildroot%_man8dir
install -pm0755 tests/cli_scripts/evms-raid-test %buildroot/%_sbindir
mv %buildroot/sbin/%{?_with_x:{evmsn,evmsgui}}%{!?_with_x:evmsn} %buildroot%_sbindir/
for f in %buildroot/%_lib/*.so; do
ln -sf ../../%_lib/`readlink $f` %buildroot%_libdir/${f##*/}
done
rm -f %buildroot/%_lib/*.so

mkdir -p %buildroot%_sysconfdir/sysconfig
cat <<EOF > %buildroot%_sysconfdir/sysconfig/%name
# if 'yes' tune evms.conf during evms startup
# to avoid scans on nonexistent legacy devices
EVMS_RECONFIG=no
EOF

%files
%doc doc/linuxrc ChangeLog INSTALL* README PLUGIN.IDS TERMINOLOGY
%config(noreplace) %_sysconfdir/sysconfig/%name
/sbin/startevms
/sbin/%{name}_*
%_man8dir/%{name}_*

%files -n lib%name
%config(noreplace) %_sysconfdir/%name.conf
/%_lib/%name
/%_lib/lib%name-*.so.*

%files -n lib%name-devel
%_libdir/lib%name.so
%_includedir/%name

%if_enabled static
%files -n lib%name-devel-static
%_libdir/lib%name.a
%endif #static

%files -n %name-cli
/sbin/%name
%_man8dir/%name.*

%files -n %name-ncurses
%_sbindir/%{name}n

%if_with x
%files -n %name-gui
%_sbindir/%{name}gui
%endif

%files -n %name-test
%_sbindir/evms-raid-test

%changelog
* Thu Nov 23 2023 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt73
- GPT: fix regression after alt70

* Tue Nov 21 2023 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt72
- revert "GPT: use Megabytes instead of Sectors (Closes: 42029)"

* Mon Nov 20 2023 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt71
- fixes:
  + fix potential null pointer dereference
  + swapfs: fix UUID option (Closes: #46843)
  + truncate volume name if it doesn't fit (Closes: #47037)
  + luks: ensure "_luks" in volume name (Closes: $47041)
  + GPT: use Megabytes instead of Sectors (Closes: 42029)

* Fri Nov 03 2023 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt70
- GPT: fix partitioning on nvme disks with 4k-sectors

* Wed Oct 04 2023 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt69
- fix compiler warnings

* Tue Aug 22 2023 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt68
- imsm changes:
  + remove volume discovery after region (first pass)
  + clear volume pointer on region if it has been partitioned
  + don't go deeper if removing IMSM volume (thus keeping region)

* Thu Jul 13 2023 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt67
- discover partitions/regions recursively
- imsm changes:
  + allow partitions on IMSM volumes
  + fix RAID1 detection

* Thu Apr 27 2023 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt66
- imsm changes:
  + IO: zero-fill buffer if NULL given
  + implement dummy delete, can_delete

* Thu Apr 06 2023 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt65
- ext2 plugin: rename to Ext4

* Tue Mar 07 2023 Slava Aseev <ptrnine@altlinux.org> 2.5.5-alt64
- Introduce IMSM support

* Thu Jan 19 2023 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt63
- Reread partition tables before activating volumes

* Wed Dec 14 2022 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt62
- Remove unneeded plugins
- fix regression: detect file systems on volumes

* Tue Dec 13 2022 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt61
- Remove all clustering functionality
- Don't create /dev/evms/ directory

* Fri Oct 07 2022 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt60
- fix crash when mkfs'ing btrfs with subvolumes

* Tue Sep 13 2022 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt59
- Suppress build warnings, fix possible segfaults and memory leaks (thx ptrnine@)
- fix crash: remove subvolumes + unmkfs btrfs

* Tue Jul 26 2022 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt58
- btrfs: rework subvolume task for auto-partitioning

* Thu Jul 21 2022 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt57
- btrfs: trim slashes from subvol path

* Wed Jul 20 2022 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt56
- btrfs: remove initial volume on subvolume name option

* Mon Jul 18 2022 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt55
- hotfix: avoid null pointer dereference

* Wed Jul 13 2022 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt54
- new feature: btrfs subvolumes support

* Tue Jun 07 2022 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt53
- plugins/md: fix incorrect ternary operator

* Wed May 25 2022 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt52
- plugins/md: fix computing parity indices in RAID6
- plugins/md: implement raw read/write operations in RAID10

* Mon Oct 18 2021 Slava Aseev <ptrnine@altlinux.org> 2.5.5-alt51
- Fix FTBFS: disable static library building

* Wed Aug 04 2021 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt50
- plugins/xfs: fix incorrect log size calculation (Closes: #39567)

* Mon Jan 18 2021 Slava Aseev <ptrnine@altlinux.org> 2.5.5-alt49
- plugins/gpt: fix start_useable and pt_count calculation
  (closes: #39385)
- plugins/md: fix bitwise inversions

* Fri Jan 15 2021 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt48
- build with new glibc (thx ptrnine@)
- add FAT32 to available partition types

* Tue Oct 20 2020 Slava Aseev <ptrnine@altlinux.org> 2.5.5-alt47
- Revert "Fix LVM2 logical volume deactivation"
  Fix not ready yet and was sent by mistake

* Tue Sep 29 2020 Slava Aseev <ptrnine@altlinux.org> 2.5.5-alt46
- Fix LVM2 logical volume deactivation (closes: #38796)
- Remove broken dependency on
  /usr/share/install2/initinstall.d/80-stop-md-dm.sh

* Tue Sep 15 2020 Slava Aseev <ptrnine@altlinux.org> 2.5.5-alt45
- plugins/md:
  + fix raid discovering and md_minor getting for metadata=1.*
    (closes: #35918)
  + use better name's collision resolving for metadata=1.*
  + use metadata=1.2 by default
  + add RAID test

* Wed May 20 2020 Oleg Solovyov <mcpain@altlinux.org> 2.5.5-alt44
- restore old swapfs UUID

* Wed Mar 18 2020 Michael Shigorin <mike@altlinux.org> 2.5.5-alt43
- plugins/dos/bsd.c: fix use-after-free;
  bug/diags/patch by Andrey Sokolov (closes: #38150)

* Thu Jan 16 2020 Slava Aseev <ptrnine@altlinux.org> 2.5.5-alt42
- plugins/lvm2: Return EINVAL when expanding of VG with no available
  PVs and when shrinking of VG with one child PV (Closes #37393)

* Wed Dec 04 2019 Slava Aseev <ptrnine@altlinux.org> 2.5.5-alt41
- plugins/fat: fix free space display
- plugins/gpt: plugins/dos: fix missing 'p' in MMC and NVMe devices

* Tue Oct 08 2019 Slava Aseev <ptrnine@altlinux.org> 2.5.5-alt40
- plugins/lvm2: add pv header extension support

* Wed Jul 17 2019 Gleb F-Malinovskiy <glebfm@altlinux.org> 2.5.5-alt39
- GPT:
  + added PowerPC PReP boot partition support;
  + added support of "Linux filesystem" (0x8300) partition type;
  + changed default partition type from "Microsoft basic data" (0x0700)
  to "Linux filesystem" (0x8300).

* Mon Mar 18 2019 Slava Aseev <ptrnine@altlinux.org> 2.5.5-alt38
- Remove build warnings
- Add some security fixes

* Mon Jul 02 2018 Michael Shigorin <mike@altlinux.org> 2.5.5-alt37
- fix FAT fsck check (thx sbolshakov@)

* Mon Jan 29 2018 Alexey Shabalin <shaba@altlinux.ru> 2.5.5-alt36.1
- rebuild with libcryptsetup.so.12

* Wed Nov 02 2016 Ivan Zakharyaschev <imz@altlinux.org> 2.5.5-alt36
- GPT: if the requested END < our calculated START, then make END = START.
- GPT: if after rounding END<START, then leave END unrounded.
- GPT: CreateDiskSegment(): do not move already aligned ends.

* Fri Oct 28 2016 Michael Shigorin <mike@altlinux.org> 2.5.5-alt35.3
- gpt plugin: just round_up_to_min_boundary() of 1MB/2048s either
  (closes: #32679)

* Fri Oct 28 2016 Michael Shigorin <mike@altlinux.org> 2.5.5-alt35.2
- dos plugin: just round_up_to_min_boundary() of 1MB/2048s

* Thu Oct 27 2016 Michael Shigorin <mike@altlinux.org> 2.5.5-alt35.1
- revert 2.5.5-alt29 patches by timonbl4@ to avoid collisions

* Thu Oct 27 2016 Michael Shigorin <mike@altlinux.org> 2.5.5-alt35
- apply stanv@'s patch, see #26925 comment 5 (closes: #26925)

* Wed Jul 20 2016 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.5.5-alt34
- built without ancient gtk1 gui
- built with default gcc5

* Tue Jun 14 2016 Michael Shigorin <mike@altlinux.org> 2.5.5-alt33
- plugins/fat: updated for dosfstools 4.x

* Thu Oct 22 2015 Anton V. Boyarshinov <boyarsh@altlinux.ru> 2.5.5-alt32
- rebuild with gcc 4.7 (closes: #31388)

* Tue Oct 20 2015 Anton V. Boyarshinov <boyarsh@altlinux.ru> 2.5.5-alt31
- build with gcc 5.2 fixed

* Wed Feb 06 2013 Timur Aitov <timonbl4@altlinux.org> 2.5.5-alt30
- fix discover NTFS on non dos partitions (closes: 28510)
 
* Tue Dec 25 2012 Timur Aitov <timonbl4@altlinux.org> 2.5.5-alt29
- dos plugin: round logical disk by 4K sector

* Mon Dec 17 2012 Timur Aitov <timonbl4@altlinux.org> 2.5.5-alt28
- luks plugin: remove cipher/password option

* Fri Nov 23 2012 Timur Aitov <timonbl4@altlinux.org> 2.5.5-alt27
- md plugin: fix check kernel version
- gpt plugin: add EFI_SYSTEM_PARTITION to type list
- luks plugin:
  + fix find luks objects in LVM, RAID (closes: 28122)
  + disable not active objects (closes: 28113)

* Mon Oct 29 2012 Timur Aitov <timonbl4@altlinux.org> 2.5.5-alt26
- luks plugin: enter password on create

* Wed Sep 12 2012 Timur Aitov <timonbl4@altlinux.org> 2.5.5-alt25
- added LUKS

* Fri Jul 27 2012 Timur Aitov <timonbl4@altlinux.org> 2.5.5-alt24
- dos plugin: fix creating logical partition on zero ptable (by Alexey Knyshev)

* Wed Jul 18 2012 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 2.5.5-alt23.1
- Fixed build

* Thu Feb 09 2012 Timur Aitov <timonbl4@altlinux.org> 2.5.5-alt23
- btrfs plugin: fixed test for mkfs.btrfs

* Mon Oct 24 2011 Timur Aitov <timonbl4@altlinux.org> 2.5.5-alt22
- btrfs plugin: test for mkfs.btrfs
- raid10: check count of selected object

* Wed Sep 21 2011 Timur Aitov <timonbl4@altlinux.org> 2.5.5-alt21
- dos plugin: fixed creation logical partition

* Thu Aug 25 2011 Timur Aitov <timonbl4@altlinux.org> 2.5.5-alt20
- added BIOS_BOOT_PARTITION type to GPT

* Thu Jul 07 2011 Timur Aitov <timonbl4@altlinux.org> 2.5.5-alt19
- added md RAID10 level support
- fixed name for raid ver.1.0
- btrfs plugin: fixed allocate memory

* Wed May 25 2011 Timur Aitov <timonbl4@altlinux.org> 2.5.5-alt18
- BtrFS FSIM

* Thu Apr 28 2011 Andriy Stepanov <stanv@altlinux.ru> 2.5.5-alt17
- Align on 2048 sectors boundary DOS segments. Not on cylinder boundary.
  TODO: do same for GPT segments.

* Mon Apr 25 2011 Andriy Stepanov <stanv@altlinux.ru> 2.5.5-alt16
- Fix Partition table header size.

* Mon Apr 25 2011 Andriy Stepanov <stanv@altlinux.ru> 2.5.5-alt15
- Use GPT_VERSION_1 in revision "Partition table header".

* Tue Oct 26 2010 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.5.5-alt14
- made ext4 the default for ext filesystem family
- added md RAID6 level support

* Mon Jun 22 2009 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.5.5-alt13
- Ext2/3: allow ext4 create, off by default

* Wed Jun 17 2009 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.5.5-alt12
- CVS snapshot @ 20090212
- fixed raid create regression (#20453)

* Sat Dec  6 2008 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.5.5-alt11
- obsolete by filetriggers macros removed

* Mon Oct 27 2008 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.5.5-alt10
- fixed build on recent toolchain
- CVS snapshot @ 20080827

* Thu Apr  3 2008 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.5.5-alt9
- avoid excessive fatresize invocations (#14445)

* Tue Feb 26 2008 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.5.5-alt8
- CVS snapshot @ 20080108
- cease use of asm/page.h

* Fri Dec  7 2007 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.5.5-alt7
- fixed incompatibility in lvm pv metadata between lvm & evms

* Wed Jun 20 2007 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.5.5-alt6
- disallow consecutive shrink ops below min_fs_size
- do not try to discover ramdisks

* Thu Apr  5 2007 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.5.5-alt5
- ntfs plugin: cache min_fs_size in private_date, closes \#10830
- lvm2 plugin: restrict vg & lv names
- fat plugin: do not pretend on fsck
- gpt plugin: handle cciss devices uniform with dos partitions
- suppress error when activating container on already active md

* Tue Apr  3 2007 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.5.5-alt4
- removed conflict with lvm2

* Sun Mar 11 2007 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.5.5-alt3
- enable gpt plugin build, closes \#10316
- packaged evms_deactivate utility, closes \#11013
- moved evms.conf to libevms subpackage, closes \#11049

* Thu Dec 21 2006 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.5.5-alt2
- allow create swap on fresh volume
- fix use of unitialised mem in xfs fsim

* Sun Aug 06 2006 L.A. Kostis <lakostis@altlinux.ru> 2.5.5-alt1
- change Packager.
- 2.5.5 first try:
	- add -ismounted patch (tnx to sbolshakov@);
	- remove FAT FSIM patch (added by upstream);
	- remove -internal-api-fix patch (fixed in upstream);
	- remove -plugins_md_cleanup patch (fixed in upstream);
	- update -alt-config patch (make device_size_prompt = no in evms.conf);
	- don't package evmsd (until linux-ha tools get ready).

* Mon Jun 26 2006 LAKostis <lakostis at altlinux.ru> 2.5.3-alt2
- NMU.
- fix build w/ --as-needed.

* Sat Jan 07 2006 LAKostis <lakostis at altlinux.ru> 2.5.3-alt1.2
- NMU.
- move kernel-feat to separate packages.
- s/kernel-headers-std26-up/linux-libc-headers/
- applied patch removing too deep kernel-specific deps in 
  plugins/md.
- Added switch for static/nonstatic builds.
- Added autoreconf instead autoconf.

* Fri Dec 30 2005 ALT QA Team Robot <qa-robot@altlinux.org> 2.5.3-alt1.1
- Rebuilt with libreadline.so.5.
 
* Wed Sep 21 2005 Zhenja Kaliuta <tren@altlinux.ru> 2.5.3-alt1
- New upstream release
- Removed md-raid patch from 2.4 branch
- Added fix to internal api (patch 9)

* Thu Apr 14 2005 Kachalov Anton <mouse@altlinux.ru> 2.5.2-alt1
- New upstream release
- FAT FSIM
- x86_64 support
- Disable MD specific patches due to resctructured source since 2.5.1

* Wed Dec 22 2004 Zhenja Kaliuta <tren@altlinux.ru> 2.5.0-alt1
- New upstream release

* Mon Oct 25 2004 Zhenja Kaluta <tren@altlinux.ru> 2.4.0-alt1
- New upstream release

* Tue Jun 22 2004 Zhenja Kaluta <tren@altlinux.ru> 2.3.3-alt3
- Fixed expr bug

* Thu May 13 2004 Zhenja Kaluta <tren@altlinux.ru> 2.3.3-alt2
- Removed db-claim

* Thu May 13 2004 Zhenja Kaluta <tren@altlinux.ru> 2.3.3-alt1
- New upstream release

* Tue May 11 2004 Zhenja Kaluta <tren@altlinux.ru> 2.3.2-alt3
- Removed lvm depends for 2.6

* Wed Apr 28 2004 Zhenja Kaluta <tren@altlinux.ru> 2.3.2-alt2
- Fixed library symlink

* Tue Apr 27 2004 Zhenja Kaluta <tren@altlinux.ru> 2.3.2-alt1
- New upstream release
- Updated cli-print_value.patch
- Updated pipe patch

* Mon Apr 26 2004 Zhenja Kaluta <tren@altlinux.ru> 2.3.1-alt1
- New upstream release

* Thu Apr 15 2004 Zhenja Kaluta <tren@altlinux.ru> 2.3.0-alt4
- Added nodm branch

* Wed Mar 17 2004 Zhenja Kaluta <tren@altlinux.ru> 2.3.0-alt3
- Removed bbr support
- Added snapshoting and multipath from udm patches

* Wed Mar 17 2004 Zhenja Kaluta <tren@altlinux.ru> 2.3.0-alt2
- Updated for 2.6.3 with 2.6.0-udm3

* Fri Mar 12 2004 Zhenja Kaluta <tren@altlinux.ru> 2.3.0-alt1
- New upstream release
- md-discover.patch updated for 2.3.0
- patches for 2.4.25 and 2.6.3 only

* Thu Mar 11 2004 Zhenja Kaluta <tren@altlinux.ru> 2.2.2-alt12
- Moved labels to macros
- Added engine-is_mounted patch

* Thu Mar  4 2004 Ed V. Bartosh <ed@altlinux.org> 2.2.2-alt11
- Changed directory name for the kernel patches (26 -> 2.6, 24 -> 2.4)

* Wed Mar  3 2004 Zhenja Kaluta <tren@altlinux.ru> 2.2.2-alt10
- Updated for 2.6.3

* Tue Mar  2 2004 Zhenja Kaluta <tren@altlinux.ru> 2.2.2-alt9
- md_discovery.c: flush cache before analyzing object
- raid1_discovery.c: prevent discovery in degraded mode

* Thu Feb 19 2004 Zhenja Kaluta <tren@altlinux.ru> 2.2.2-alt8
- Fixed symlinks

* Wed Feb 11 2004 Zhenja Kaluta <tren@altlinux.ru> 2.2.2-alt7
- special thanks to Sergey Bolshakov for nice scripting
- changed files order
- added conditional X
- added arm patches
- added additional config file
- changed init procedure

* Tue Feb 10 2004 Zhenja Kaluta <tren@altlinux.ru> 2.2.2-alt6
- Fixed library symlinks

* Mon Feb  9 2004 Pavel S. Mironchik <tibor@altlinux.ru> 2.2.2-alt5
- startup for rc.sysinit added

* Thu Feb  5 2004 Zhenja Kaluta <tren@altlinux.ru> 2.2.2-alt4
- Updated for 2.6.2
- removed /etc/evms.conf depend

* Thu Feb  5 2004 Zhenja Kaluta <tren@altlinux.ru> 2.2.2-alt3
- Added noncurses patch to remove ncurses depend for evms-cli

* Tue Feb 03 2004 Alexey Kotovich <a.kotovich@sam-solutions.net> 2.2.2-alt2
- delayed discovery patch was added
- print_value patch was adapted

* Mon Jan 19 2004 Alexey Kotovich <a.kotovich@sam-solutions.net> 2.2.2-alt1
- new release

* Thu Jan 15 2004 Zhenja Kaluta <tren@altlinux.ru> 2.2.1-alt5
- Adopted for 2.6.1

* Thu Jan 15 2004 Zhenja Kaluta <tren@altlinux.ru> 2.2.1-alt4
- Added 2.6 patches

* Tue Dec 16 2003 Zhenja Kaluta <tren@altlinux.ru> 2.2.1-alt3
- Adopted for 2.4.22 kernel

* Mon Dec 15 2003 Zhenja Kaluta <tren@altlinux.ru> 2.2.1-alt2
- removed some patches (adopted for 2.4.21)
- changed xfs vfs lock patch for aw kernel

* Fri Dec 12 2003 Alexey Kotovich <a.kotovich@sam-solutions.net> 2.2.1-alt1
- new release