/[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.23 by vip-ire, Wed Sep 30 09:46:51 2015 UTC Revision 1.29 by unnilennium, Sat Apr 8 23:59:31 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.1  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  * Wed 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    - anaconda translation should not refer to a release of SME9 [SME: 10153]
279  * Wed Jul 22 2015 Johnny Hughes <johnny@centos.org> - 13.21.239-1  
280  - Roll in CentOS Branding  * Tue Mar 21 2017 Johnny Hughes <johnny@centos.org> - 13.21.263-1
281    - Rebase to CentOS-6.9
282    
283    * Mon Feb 13 2017 Radek Vykydal <rvykydal@redhat.com> - 13.21.263-1
284    - network: don't reactivate devices from linuxrc.s390 in loader only for IPv6
285      (rvykydal)
286      Resolves: rhbz#1421039
287    
288    * Tue Jan 03 2017 Radek Vykydal <rvykydal@redhat.com> - 13.21.262-1
289    - Remove more firmware from ppc image (rvykydal)
290      Related: rhbz#1405089
291      Resolves: rhbz#1405089
292    
293    * Fri Dec 16 2016 Radek Vykydal <rvykydal@redhat.com> - 13.21.261-1
294    - Remove 3com and bnx2 firmware to meet ppc64 image limit (rvykydal)
295      Related: rhbz#1405089
296      Resolves: rhbz#1405089
297    
298    * Thu Dec 15 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.260-1
299    - Fix ppc image being too big againagainagainagainagain (sbueno+anaconda)
300      Resolves: rhbz#1405089
301    
302    * Mon Dec 12 2016 Radek Vykydal <rvykydal@redhat.com> - 13.21.259-1
303    - network: don't reactivate devices from linuxrc.s390 for early networking
304      (rvykydal)
305      Resolves: rhbz#1329171
306    - Create lvm.conf with thin_* path overrides (mkolman)
307      Resolves: rhbz#1350296
308    
309    * Thu Dec 08 2016 Radek Vykydal <rvykydal@redhat.com> - 13.21.258-1
310    - Fix invalid characters in an installed package summary (vponcova)
311      Resolves: rhbz#1324706
312    
313    * Mon Nov 28 2016 Radek Vykydal <rvykydal@redhat.com> - 13.21.257-1
314    - Fix wrong attribute of AnacondaYumRepo (vponcova)
315      Resolves: rhbz#1395076
316    
317    * Mon Nov 07 2016 Radek Vykydal <rvykydal@redhat.com> - 13.21.256-1
318    - Fix the basis for percentage-based growth of LVs. (dlehman)
319      Resolves: rhbz#1383817
320    
321    * Fri Oct 21 2016 Radek Vykydal <rvykydal@redhat.com> - 13.21.255-1
322    - Keep symlinks to thin_* tools in /sbin (mkolman)
323      Resolves: rhbz#1350296
324    - network: fix static ipv6 config with static gateway (rvykydal)
325      Resolves: rhbz#1177984
326    - Run efibootmgr for only one device in multipath (jkonecny)
327      Resolves: rhbz#1346725
328    - Adjust the fraction of the progress bar (vponcova)
329      Resolves: rhbz#1324706
330    - network: take into account NICs activated in linuxrc.s390 (rvykydal)
331      Resolves: rhbz#1329171
332      Related: rhbz#1329171
333    - network: don't crash on network devices configured in linuxrc.s390 (rvykydal)
334      Resolves: rhbz#1329171
335    
336    * Mon Apr 11 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.254-1
337    - Revert "Always write splashimage to grub.cfg on UEFI (bcl)"
338      Related: rhbz#1325971
339      Resolves: rhbz#1325971
340    
341    * Fri Apr 08 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.253-1
342    - Complete support for mesa-libEGL in upd-instroot (sbueno+anaconda)
343      Resolves: rhbz#1316646
344    
345    * Tue Mar 29 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.252-1
346    - Add mesa-libEGL to upd-instroot. (sbueno+anaconda)
347      Resolves: rhbz#1316646
348    - Catch KeyError when checking for MD UUID in filter gui. (dlehman)
349      Related: rhbz#1269872
350      Resolves: rhbz#1320545
351    - Activate also non-ibft devices requested by boot options (ksdevice)
352      (rvykydal)
353      Resolves: rhbz#1314806
354    
355    * Tue Mar 22 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.251-1
356    - Adjust commit 74014d71 after recent reverts. (dlehman)
357      Related: rhbz#1269872
358    - Revert "Refactor variable name (sbueno+anaconda)"
359      Resolves: rhbz#1319697
360    - Revert "Fix multipath UI representation (sbueno+anaconda)"
361      Resolves: rhbz#1319697
362    - Revert "Bios RAID traceback on Filter GUI (sbueno+anaconda)"
363      Resolves: rhbz#1319697
364    - Add the /EFI directory to the boot.iso (bcl)
365      Resolves: rhbz#1188876
366    - Clean up devicetree filtering of md containers. (dlehman)
367      Related: rhbz#1120640
368      Related: rhbz#1269872
369    - Remove pyblock/dmraid remnants from md container handling. (dlehman)
370      Related: rhbz#1269872
371    - Don't use pyblock/dmraid to get sizes of imsm/isw arrays. (dlehman)
372      Resolves: rhbz#1269872
373    - Move mdadm.conf entry creation to a function. (dlehman)
374      Related: rhbz#1269872
375    - network: disable NM for parent device of vlan configured in ibft (rvykydal)
376      Resolves: rhbz#831002
377    - network: set ifname= for parent of vlan defined in ibft (rvykydal)
378      Resolves: rhbz#831002
379    
380    * Mon Mar 14 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.250-1
381    - Create ibft vlan ifcfg file in stage2 if needed (rvykydal)
382      Resolves: rhbz#831002
383    
384    * Tue Mar 08 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.249-1
385    - Bios RAID traceback on Filter GUI (rmarshall)
386      Resolves: rhbz#1309069
387    - Don't ignore FW RAID containers if everything should be used (vpodzime)
388      Related: rhbz#1120640
389    - Fix pki cert path in initrd (bcl)
390      Resolves: rhbz#1259880
391    
392    * Mon Feb 22 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.248-1
393    - Wait for all udev events to finish (jstodola)
394      Resolves: rhbz#1309348
395    - Run restorecon on /etc/localtime to reset SElinux context. (sbueno+anaconda)
396      Resolves: rhbz#1302290
397    
398    * Tue Feb 16 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.247-1
399    - Make sure devices configured by NM from iBFT have correct ifcfg (rvykydal)
400      Resolves: rhbz#831002
401      Related: rhbz#831002
402    
403    * Fri Feb 05 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.246-1
404    - Fix the problem of ppc img being too large (sbueno+anaconda)
405      Resolves: rhbz#1303855
406    
407    * Thu Jan 21 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.245-1
408    - Add support for vlan id in iBFT (rvykydal)
409      Resolves: rhbz#831002
410    
411    * Wed Jan 20 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.244-1
412    - Keep 'wipefs' in the installation environment (vpodzime)
413      Resolves: rhbz#835865
414    - Handle hostname and dns setting properly in loader (sbueno+anaconda)
415      Resolves: rhbz#1214266
416    - Addon repos should still be added to anaconda-ks.cfg. (clumens)
417      Resolves: rhbz#1099178
418    - Only write defaultList of filtered kernel entries to /etc/zipl.conf
419      (sbueno+anaconda)
420      Resolves: rhbz#1256211
421    - Increase default loglevel of NetworkManager. (sbueno+anaconda)
422      Resolves: rhbz#831777
423    - Increase default logging of yum. (sbueno+anaconda)
424      Resolves: rhbz#831777
425    - Fix multipath UI representation (rmarshall)
426      Resolves: rhbz#914637
427      Related: rhbz#1014425
428    - Refactor variable name (rmarshall)
429      Related: rhbz#914637
430      Resolves: rhbz#914637
431    
432    * Fri Jan 15 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.243-1
433    - Ignore MD RAID containers if all their devices are ignored (vpodzime)
434      Resolves: rhbz#1120640
435    - Fix --noipv4 option in case of multiple ks network commands (rvykydal)
436      Resolves: rhbz#1011595
437      Related: rhbz#1011595
438    - Fix regression in lvm snapshot detection. (dlehman)
439      Resolves: rhbz#1295897
440    
441    * Thu Jan 07 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.242-1
442    - Make iutil.execWithCallback honor root option. (sbueno+anaconda)
443      Resolves: rhbz#883054
444    - Change parameter at ks.cfg for fcoe as --nic= (jkonecny)
445      Resolves: rhbz#1225877
446    - Fix IPoIB interfaces are shown as Ethernet (jkonecny)
447      Resolves: rhbz#1116633
448    - Add support for ipv6 to gateway boot option (rvykydal)
449      Resolves: rhbz#1177984
450    - Create symlink for NM ibft plugin rather then relocate iscsiadm (rvykydal)
451      Resolves: rhbz#831002
452      Related: rhbz#831002
453    - Fixed IndexError in cleardisks_gui.py (japokorn)
454      Resolves: rhbz#1224413
455    - Fix layout of "Add FCoE SAN" dialog in text and rescue mode (rvykydal)
456      Resolves: rhbz#1211931
457      Related: rhbz#1211931
458    - Fix crash on "Add FCoE SAN" in text and rescue (rvykydal)
459      Resolves: rhbz#1211931
460    - network: add support for vlan over bond boot option (rvykydal)
461      Resolves: rhbz#1011595
462    - fcoe: take into account vlan device names trimmed to IFNAMSIZ (rvykydal)
463      Resolves: rhbz#1021067
464    - Add possibility to have /usr and /var parts on iscsi (jkonecny)
465      Resolves: rhbz#856446
466    
467    * Mon Dec 14 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.241-1
468    - Prevent duplicate kernel params being written in zipl.conf (sbueno+anaconda)
469      Resolves: rhbz#1029505
470    - Skip kickstart sections in loader (bcl)
471      Resolves: rhbz#1251300
472    - Always write splashimage to grub.cfg on UEFI (bcl)
473      Resolves: rhbz#853844
474    - Install ca-bundle certs in the initrd (bcl)
475      Resolves: rhbz#1259880
476    - zerombr propagates to anaconda-ks (japokorn)
477      Resolves: rhbz#1246663
478    - network: include --nodefroute option in generated kickstart (rvykydal)
479      Resolves: rhbz#1274686
480    - network: don't misconfigure /etc/sysconfig/network GATEWAY (rvykydal)
481      Resolves: rhbz#1181290
482    - ibft: add support for vlan id (rvykydal)
483      Resolves: rhbz#831002
484      Related: rhbz#831002
485    
486    * Tue Dec 01 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.240-1
487    - Write --cdl clearpart option to /root/anaconda-ks.cfg (jstodola)
488      Resolves: rhbz#1211559
489    - Fix dasdfmt progress bar. (sbueno+anaconda)
490      Resolves: rhbz#1210450
491    
492  * 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
493  - 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