1 |
# $Id: smeserver-yum.spec,v 1.22 2019/01/23 23:29:32 jpp Exp $ |
# $Id: smeserver-yum.spec,v 1.25 2019/01/24 01:56:30 jpp Exp $ |
2 |
|
|
3 |
%define name smeserver-yum |
%define name smeserver-yum |
4 |
Summary: YUM, an rpm updater |
Summary: YUM, an rpm updater |
25 |
Patch12: smeserver-yum-2.6.0-bz10170-SME10eol.patch |
Patch12: smeserver-yum-2.6.0-bz10170-SME10eol.patch |
26 |
Patch13: smeserver-yum-2.6.0.bz6499.yum-plugin-priorities.patch |
Patch13: smeserver-yum-2.6.0.bz6499.yum-plugin-priorities.patch |
27 |
Patch14: smeserver-yum-2.6.0.bz9388.no-double-contribs-check.patch |
Patch14: smeserver-yum-2.6.0.bz9388.no-double-contribs-check.patch |
28 |
|
Patch15: smeserver-yum-2.6.0.bz8782-check4contribs-formatting.patch |
29 |
|
Patch16: smeserver-yum-2.6.0.bz8705.avoidReboot-Nut-reboot-exclusions.patch |
30 |
|
|
31 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
32 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
70 |
%patch12 -p1 |
%patch12 -p1 |
71 |
%patch13 -p1 |
%patch13 -p1 |
72 |
%patch14 -p1 |
%patch14 -p1 |
73 |
|
%patch15 -p1 |
74 |
|
%patch16 -p1 |
75 |
|
|
76 |
%build |
%build |
77 |
perl createlinks |
perl createlinks |
113 |
initial priority to 10 for sme*, base and updates repos. |
initial priority to 10 for sme*, base and updates repos. |
114 |
property yum priority set as enabled as default |
property yum priority set as enabled as default |
115 |
- avoid double check updates for contribs if smecontribs is set to enabled [SME: 9388] |
- avoid double check updates for contribs if smecontribs is set to enabled [SME: 9388] |
116 |
|
- update check4contribs email format to match check4updates [SME: 8782] |
117 |
|
- improve yum plugin to avoid reboot [SME: 8705] |
118 |
|
add nut support, add exclusions for -doc, -devel... subpackages |
119 |
|
|
120 |
* Tue Jan 22 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-18.sme |
* Tue Jan 22 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-18.sme |
121 |
- add message to indicate EOL after Jun 30 2024 fix [SME: 10170] |
- add message to indicate EOL after Jun 30 2024 fix [SME: 10170] |