/[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.27 by unnilennium, Tue Mar 14 17:14:35 2017 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.254  Version: 13.21.263
8  Release: 1%{?dist}.2  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
# Line 190  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 -b .1001  %patch1000 -p1 -b .0
195  %patch1002 -p1 -b .1002  %patch1002 -p1 -b .2
196  %patch1003 -p1 -b .1003  %patch1003 -p1 -b .3
197    
198  %patch10001 -p1  %patch10001 -p1
199  %patch10002 -p1  %patch10002 -p1
# Line 215  system.  These files are of little use o Line 216  system.  These files are of little use o
216  %patch10022 -p1  %patch10022 -p1
217  %patch10023 -p1  %patch10023 -p1
218    
   
219  %build  %build
220  %configure --disable-static  %configure --disable-static
221  %{__make} %{?_smp_mflags}  %{__make} %{?_smp_mflags}
# Line 273  update-desktop-database &> /dev/null || Line 273  update-desktop-database &> /dev/null ||
273  %endif  %endif
274    
275  %changelog  %changelog
276  * Tue Mar 14 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13.21.254-1.sme.2  * Sat Apr 8 2017 Jean-Philippe Pialasse <tests@pialasse.com> - 13.21.263-1.sme.1
277  - fix remove reference to SME 9.1 [SME: 10153]  - Rebase on upstream 13.21.263-1 [SME: 10214]
278    
279  * Wed Jun 15 2016 Daniel Berteaud <<daniel@firewall-services.com> - 13.21.254-1.sme.1  * Tue Mar 21 2017 Johnny Hughes <johnny@centos.org> - 13.21.263-1
280  - Rebase on upstream 13.21.254-1 [SME: 9535]  - Rebase to CentOS-6.9
281    
282  * Tue May 10 2016 Johnny Hughes <johnny@centos.org> - 13.21.254-1  * Mon Feb 13 2017 Radek Vykydal <rvykydal@redhat.com> - 13.21.263-1
283  - CentOS Branding  - 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  * 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)"  - Revert "Always write splashimage to grub.cfg on UEFI (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