1 |
# $Id: smeserver-yum.spec,v 1.33 2019/12/05 15:49:36 jpp Exp $ |
# $Id: smeserver-yum.spec,v 1.40 2019/12/08 21:51:56 jpp Exp $ |
2 |
|
|
3 |
%define name smeserver-yum |
%define name smeserver-yum |
4 |
Summary: YUM, an rpm updater |
Summary: YUM, an rpm updater |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 23 |
%define release 27 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
33 |
Patch20: smeserver-yum-2.6.0.bz10249.CentOSVault.onEOL.patch |
Patch20: smeserver-yum-2.6.0.bz10249.CentOSVault.onEOL.patch |
34 |
Patch21: smeserver-yum-2.6.0.bz118.groupmark.patch |
Patch21: smeserver-yum-2.6.0.bz118.groupmark.patch |
35 |
Patch22: smeserver-yum-2.6.0.bz6940.mismatch.btwn.manager.and.cli.patch |
Patch22: smeserver-yum-2.6.0.bz6940.mismatch.btwn.manager.and.cli.patch |
36 |
|
Patch23: smeserver-yum-2.6.0.bz10843.stripheader.patch |
37 |
|
|
38 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
39 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
86 |
%patch20 -p1 |
%patch20 -p1 |
87 |
%patch21 -p1 |
%patch21 -p1 |
88 |
%patch22 -p1 |
%patch22 -p1 |
89 |
|
%patch23 -p1 |
90 |
|
|
91 |
|
|
92 |
%build |
%build |
93 |
perl createlinks |
perl createlinks |
123 |
|
|
124 |
|
|
125 |
%changelog |
%changelog |
126 |
* Wed Dec 04 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-23.sme |
* Sun Dec 08 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-27.sme |
127 |
- implement yum-cron [SME: 10690] |
- fix NameError: global name 'yum_update_dbs' is not defined [SME: 6940] |
128 |
* use yum-cron for download only (TODO) |
|
129 |
* yum-cron templates (TODO) |
* Fri Dec 06 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-26.sme |
130 |
* update lock path (TODO) |
- use yum-cron with autoupdate feature [SME: 10690] |
131 |
* setting in server-manager (TODO) |
* use yum-cron for download only or auto update |
132 |
|
* yum-cron.conf templates |
133 |
|
* update lock path |
134 |
|
* settings in server-manager |
135 |
|
* remove yumdownloadonly script and crontab template |
136 |
|
|
137 |
|
* Fri Dec 06 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-25.sme |
138 |
|
- fix typo on patch [SME: 10249] |
139 |
|
|
140 |
|
* Wed Dec 04 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-24.sme |
141 |
- fix header detected as package [SME: 10843] |
- fix header detected as package [SME: 10843] |
142 |
- avoid discrepancy between manager, cli and email [SME: 6940] |
- avoid discrepancy between manager, cli and email [SME: 6940] |
143 |
* force refresh of metadata before db generation |
* force refresh of metadata before db generation |