/[smeserver]/rpms/anaconda/sme9/anaconda.spec
ViewVC logotype

Diff of /rpms/anaconda/sme9/anaconda.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.21 by vip-ire, Wed Sep 30 09:32:23 2015 UTC Revision 1.28 by unnilennium, Sat Apr 8 23:53:17 2017 UTC
# Line 1  Line 1 
1  %define livearches %{ix86} x86_64 ppc ppc64  %define livearches %{ix86} x86_64 ppc ppc64
2  %define _libdir %{_prefix}/lib  %define _libdir %{_prefix}/lib
3    %define _default_patch_fuzz 2
4    
5  Summary: Graphical system installer  Summary: Graphical system installer
6  Name:    anaconda  Name:    anaconda
7  Version: 13.21.239  Version: 13.21.263
8  Release: 1%{?dist}  Release: 1%{?dist}.1
9  License: GPLv2+  License: GPLv2+
10  Group:   Applications/System  Group:   Applications/System
11  URL:     http://fedoraproject.org/wiki/Anaconda  URL:     http://fedoraproject.org/wiki/Anaconda
# Line 18  URL:     http://fedoraproject.org/wiki/A Line 19  URL:     http://fedoraproject.org/wiki/A
19  Source0: %{name}-%{version}.tar.bz2  Source0: %{name}-%{version}.tar.bz2
20  Patch1000: anaconda-centos-installclass.patch  Patch1000: anaconda-centos-installclass.patch
21  Patch1002: anaconda-centos-droprepos.patch  Patch1002: anaconda-centos-droprepos.patch
22  Patch1003: anaconda-centos-unsupported-hardware-note.patch  Patch1003: anaconda-centos-unsupported-hardware-note.patch
23    
24  Patch10001: 0001-anaconda.id.displayMode.patch    Patch10001: 0001-anaconda.id.displayMode.patch
25  Patch10002: 0002-RemovePartitionTypeDialog.patch  Patch10002: 0002-RemovePartitionTypeDialog.patch
26  Patch10003: 0003-SMEServerBranding.patch  Patch10003: 0003-SMEServerBranding.patch
27  Patch10004: 0004-UTC.patch  Patch10004: 0004-UTC.patch
# Line 34  Patch10014: 0014-Make-boot-loader-use-SM Line 35  Patch10014: 0014-Make-boot-loader-use-SM
35  Patch10015: 0015-Determine-upgradability-of-SME-server.patch  Patch10015: 0015-Determine-upgradability-of-SME-server.patch
36  Patch10016: 0016-Automatically-upgrade-bootloader-if-necessary.patch  Patch10016: 0016-Automatically-upgrade-bootloader-if-necessary.patch
37  Patch10017: 0017-Headless-install.patch  Patch10017: 0017-Headless-install.patch
38  Patch10018: 0018-RaidN.patch  Patch10018: 0018-RaidN.patch
39  Patch10019: 0019-UpgradeText-whitespace.patch  Patch10019: 0019-UpgradeText-whitespace.patch
40  Patch10020: 0020-PreventTooOldUpgrades.patch  Patch10020: 0020-PreventTooOldUpgrades.patch
41  Patch10021: 0021-RaidN-v2.patch  Patch10021: 0021-RaidN-v2.patch
42  Patch10022: 0022-InstallerLanguages.patch  Patch10022: 0022-InstallerLanguages.patch
43    Patch10023: 0023-remove_empty_line_in_lang_table.patch
44    
45  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
46    
# Line 59  BuildRoot: %{_tmppath}/%{name}-%{version Line 61  BuildRoot: %{_tmppath}/%{name}-%{version
61  %define syscfgdatever 1.9.48  %define syscfgdatever 1.9.48
62  %define pythonpyblockver 0.45-2  %define pythonpyblockver 0.45-2
63  %define e2fsver 1.41.0  %define e2fsver 1.41.0
64  %define nmver 1:0.7.1-3.git20090414  %define nmver 1:0.8.1-104
65  %define dbusver 1.2.3  %define dbusver 1.2.3
66  %define createrepover 0.4.7  %define createrepover 0.4.7
67  %define yumutilsver 1.1.11-3  %define yumutilsver 1.1.11-3
68  %define iscsiver 6.2.0.870-3  %define iscsiver 6.2.0.873-16
69  %define pythoncryptsetupver 0.0.6  %define pythoncryptsetupver 0.0.6
70  %define mehver 0.8  %define mehver 0.8
71  %define sckeyboardver 1.3.1  %define sckeyboardver 1.3.1
# Line 189  system.  These files are of little use o Line 191  system.  These files are of little use o
191  %prep  %prep
192  %setup -q  %setup -q
193    
194  %patch1000 -p1  %patch1000 -p1 -b .0
195  %patch1002 -p1  %patch1002 -p1 -b .2
196  %patch1003 -p1  %patch1003 -p1 -b .3
197    
198  %patch10001 -p1  %patch10001 -p1
199  %patch10002 -p1  %patch10002 -p1
# Line 212  system.  These files are of little use o Line 214  system.  These files are of little use o
214  %patch10020 -p1  %patch10020 -p1
215  %patch10021 -p1  %patch10021 -p1
216  %patch10022 -p1  %patch10022 -p1
217    %patch10023 -p1
218    
219  %build  %build
220  %configure --disable-static  %configure --disable-static
# Line 270  update-desktop-database &> /dev/null || Line 273  update-desktop-database &> /dev/null ||
273  %endif  %endif
274    
275  %changelog  %changelog
276  * Tue Sep 30 2015 Daniel Berteaud <daniel@firewall-services.com> - 13.21.239.1-1.sme  * Sat Apr 8 2017 Jean-Philippe Pialasse <tests@pialasse.com> - 13.21.263-1.sme.1
277  - Rebase on Anaconda 13.21.239 [SME: 9080]  - Rebase on upstream 13.21.263-1 [SME: 10214]
278    
279  * Wed Jul 22 2015 Johnny Hughes <johnny@centos.org> - 13.21.239-1  * Tue Mar 21 2017 Johnny Hughes <johnny@centos.org> - 13.21.263-1
280  - Roll in CentOS Branding  - Rebase to CentOS-6.9
281    
282    * Mon Feb 13 2017 Radek Vykydal <rvykydal@redhat.com> - 13.21.263-1
283    - network: don't reactivate devices from linuxrc.s390 in loader only for IPv6
284      (rvykydal)
285      Resolves: rhbz#1421039
286    
287    * Tue Jan 03 2017 Radek Vykydal <rvykydal@redhat.com> - 13.21.262-1
288    - Remove more firmware from ppc image (rvykydal)
289      Related: rhbz#1405089
290      Resolves: rhbz#1405089
291    
292    * Fri Dec 16 2016 Radek Vykydal <rvykydal@redhat.com> - 13.21.261-1
293    - Remove 3com and bnx2 firmware to meet ppc64 image limit (rvykydal)
294      Related: rhbz#1405089
295      Resolves: rhbz#1405089
296    
297    * Thu Dec 15 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.260-1
298    - Fix ppc image being too big againagainagainagainagain (sbueno+anaconda)
299      Resolves: rhbz#1405089
300    
301    * Mon Dec 12 2016 Radek Vykydal <rvykydal@redhat.com> - 13.21.259-1
302    - network: don't reactivate devices from linuxrc.s390 for early networking
303      (rvykydal)
304      Resolves: rhbz#1329171
305    - Create lvm.conf with thin_* path overrides (mkolman)
306      Resolves: rhbz#1350296
307    
308    * Thu Dec 08 2016 Radek Vykydal <rvykydal@redhat.com> - 13.21.258-1
309    - Fix invalid characters in an installed package summary (vponcova)
310      Resolves: rhbz#1324706
311    
312    * Mon Nov 28 2016 Radek Vykydal <rvykydal@redhat.com> - 13.21.257-1
313    - Fix wrong attribute of AnacondaYumRepo (vponcova)
314      Resolves: rhbz#1395076
315    
316    * Mon Nov 07 2016 Radek Vykydal <rvykydal@redhat.com> - 13.21.256-1
317    - Fix the basis for percentage-based growth of LVs. (dlehman)
318      Resolves: rhbz#1383817
319    
320    * Fri Oct 21 2016 Radek Vykydal <rvykydal@redhat.com> - 13.21.255-1
321    - Keep symlinks to thin_* tools in /sbin (mkolman)
322      Resolves: rhbz#1350296
323    - network: fix static ipv6 config with static gateway (rvykydal)
324      Resolves: rhbz#1177984
325    - Run efibootmgr for only one device in multipath (jkonecny)
326      Resolves: rhbz#1346725
327    - Adjust the fraction of the progress bar (vponcova)
328      Resolves: rhbz#1324706
329    - network: take into account NICs activated in linuxrc.s390 (rvykydal)
330      Resolves: rhbz#1329171
331      Related: rhbz#1329171
332    - network: don't crash on network devices configured in linuxrc.s390 (rvykydal)
333      Resolves: rhbz#1329171
334    
335    * Mon Apr 11 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.254-1
336    - Revert "Always write splashimage to grub.cfg on UEFI (bcl)"
337      Related: rhbz#1325971
338      Resolves: rhbz#1325971
339    
340    * Fri Apr 08 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.253-1
341    - Complete support for mesa-libEGL in upd-instroot (sbueno+anaconda)
342      Resolves: rhbz#1316646
343    
344    * Tue Mar 29 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.252-1
345    - Add mesa-libEGL to upd-instroot. (sbueno+anaconda)
346      Resolves: rhbz#1316646
347    - Catch KeyError when checking for MD UUID in filter gui. (dlehman)
348      Related: rhbz#1269872
349      Resolves: rhbz#1320545
350    - Activate also non-ibft devices requested by boot options (ksdevice)
351      (rvykydal)
352      Resolves: rhbz#1314806
353    
354    * Tue Mar 22 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.251-1
355    - Adjust commit 74014d71 after recent reverts. (dlehman)
356      Related: rhbz#1269872
357    - Revert "Refactor variable name (sbueno+anaconda)"
358      Resolves: rhbz#1319697
359    - Revert "Fix multipath UI representation (sbueno+anaconda)"
360      Resolves: rhbz#1319697
361    - Revert "Bios RAID traceback on Filter GUI (sbueno+anaconda)"
362      Resolves: rhbz#1319697
363    - Add the /EFI directory to the boot.iso (bcl)
364      Resolves: rhbz#1188876
365    - Clean up devicetree filtering of md containers. (dlehman)
366      Related: rhbz#1120640
367      Related: rhbz#1269872
368    - Remove pyblock/dmraid remnants from md container handling. (dlehman)
369      Related: rhbz#1269872
370    - Don't use pyblock/dmraid to get sizes of imsm/isw arrays. (dlehman)
371      Resolves: rhbz#1269872
372    - Move mdadm.conf entry creation to a function. (dlehman)
373      Related: rhbz#1269872
374    - network: disable NM for parent device of vlan configured in ibft (rvykydal)
375      Resolves: rhbz#831002
376    - network: set ifname= for parent of vlan defined in ibft (rvykydal)
377      Resolves: rhbz#831002
378    
379    * Mon Mar 14 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.250-1
380    - Create ibft vlan ifcfg file in stage2 if needed (rvykydal)
381      Resolves: rhbz#831002
382    
383    * Tue Mar 08 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.249-1
384    - Bios RAID traceback on Filter GUI (rmarshall)
385      Resolves: rhbz#1309069
386    - Don't ignore FW RAID containers if everything should be used (vpodzime)
387      Related: rhbz#1120640
388    - Fix pki cert path in initrd (bcl)
389      Resolves: rhbz#1259880
390    
391    * Mon Feb 22 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.248-1
392    - Wait for all udev events to finish (jstodola)
393      Resolves: rhbz#1309348
394    - Run restorecon on /etc/localtime to reset SElinux context. (sbueno+anaconda)
395      Resolves: rhbz#1302290
396    
397    * Tue Feb 16 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.247-1
398    - Make sure devices configured by NM from iBFT have correct ifcfg (rvykydal)
399      Resolves: rhbz#831002
400      Related: rhbz#831002
401    
402    * Fri Feb 05 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.246-1
403    - Fix the problem of ppc img being too large (sbueno+anaconda)
404      Resolves: rhbz#1303855
405    
406    * Thu Jan 21 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.245-1
407    - Add support for vlan id in iBFT (rvykydal)
408      Resolves: rhbz#831002
409    
410    * Wed Jan 20 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.244-1
411    - Keep 'wipefs' in the installation environment (vpodzime)
412      Resolves: rhbz#835865
413    - Handle hostname and dns setting properly in loader (sbueno+anaconda)
414      Resolves: rhbz#1214266
415    - Addon repos should still be added to anaconda-ks.cfg. (clumens)
416      Resolves: rhbz#1099178
417    - Only write defaultList of filtered kernel entries to /etc/zipl.conf
418      (sbueno+anaconda)
419      Resolves: rhbz#1256211
420    - Increase default loglevel of NetworkManager. (sbueno+anaconda)
421      Resolves: rhbz#831777
422    - Increase default logging of yum. (sbueno+anaconda)
423      Resolves: rhbz#831777
424    - Fix multipath UI representation (rmarshall)
425      Resolves: rhbz#914637
426      Related: rhbz#1014425
427    - Refactor variable name (rmarshall)
428      Related: rhbz#914637
429      Resolves: rhbz#914637
430    
431    * Fri Jan 15 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.243-1
432    - Ignore MD RAID containers if all their devices are ignored (vpodzime)
433      Resolves: rhbz#1120640
434    - Fix --noipv4 option in case of multiple ks network commands (rvykydal)
435      Resolves: rhbz#1011595
436      Related: rhbz#1011595
437    - Fix regression in lvm snapshot detection. (dlehman)
438      Resolves: rhbz#1295897
439    
440    * Thu Jan 07 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.242-1
441    - Make iutil.execWithCallback honor root option. (sbueno+anaconda)
442      Resolves: rhbz#883054
443    - Change parameter at ks.cfg for fcoe as --nic= (jkonecny)
444      Resolves: rhbz#1225877
445    - Fix IPoIB interfaces are shown as Ethernet (jkonecny)
446      Resolves: rhbz#1116633
447    - Add support for ipv6 to gateway boot option (rvykydal)
448      Resolves: rhbz#1177984
449    - Create symlink for NM ibft plugin rather then relocate iscsiadm (rvykydal)
450      Resolves: rhbz#831002
451      Related: rhbz#831002
452    - Fixed IndexError in cleardisks_gui.py (japokorn)
453      Resolves: rhbz#1224413
454    - Fix layout of "Add FCoE SAN" dialog in text and rescue mode (rvykydal)
455      Resolves: rhbz#1211931
456      Related: rhbz#1211931
457    - Fix crash on "Add FCoE SAN" in text and rescue (rvykydal)
458      Resolves: rhbz#1211931
459    - network: add support for vlan over bond boot option (rvykydal)
460      Resolves: rhbz#1011595
461    - fcoe: take into account vlan device names trimmed to IFNAMSIZ (rvykydal)
462      Resolves: rhbz#1021067
463    - Add possibility to have /usr and /var parts on iscsi (jkonecny)
464      Resolves: rhbz#856446
465    
466    * Mon Dec 14 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.241-1
467    - Prevent duplicate kernel params being written in zipl.conf (sbueno+anaconda)
468      Resolves: rhbz#1029505
469    - Skip kickstart sections in loader (bcl)
470      Resolves: rhbz#1251300
471    - Always write splashimage to grub.cfg on UEFI (bcl)
472      Resolves: rhbz#853844
473    - Install ca-bundle certs in the initrd (bcl)
474      Resolves: rhbz#1259880
475    - zerombr propagates to anaconda-ks (japokorn)
476      Resolves: rhbz#1246663
477    - network: include --nodefroute option in generated kickstart (rvykydal)
478      Resolves: rhbz#1274686
479    - network: don't misconfigure /etc/sysconfig/network GATEWAY (rvykydal)
480      Resolves: rhbz#1181290
481    - ibft: add support for vlan id (rvykydal)
482      Resolves: rhbz#831002
483      Related: rhbz#831002
484    
485    * Tue Dec 01 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.240-1
486    - Write --cdl clearpart option to /root/anaconda-ks.cfg (jstodola)
487      Resolves: rhbz#1211559
488    - Fix dasdfmt progress bar. (sbueno+anaconda)
489      Resolves: rhbz#1210450
490    
491  * Tue Jun 30 2015 Brian C. Lane <bcl@redhat.com> - 13.21.239-1  * Tue Jun 30 2015 Brian C. Lane <bcl@redhat.com> - 13.21.239-1
492  - Align end sector in the appropriate direction for resize. (bcl)  - Align end sector in the appropriate direction for resize. (bcl)


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed