1 |
# $Id: smeserver-yum.spec,v 1.36 2019/12/06 03:50:46 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 24 |
%define release 27 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
53 |
Requires: yum-plugin-post-transaction-actions |
Requires: yum-plugin-post-transaction-actions |
54 |
Requires: mailx |
Requires: mailx |
55 |
Requires: deltarpm |
Requires: deltarpm |
56 |
|
Requires: yum-cron |
57 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
58 |
BuildRequires: python |
BuildRequires: python |
59 |
Conflicts: centos-yumconf |
Conflicts: centos-yumconf |
123 |
|
|
124 |
|
|
125 |
%changelog |
%changelog |
126 |
|
* Sun Dec 08 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-27.sme |
127 |
|
- fix NameError: global name 'yum_update_dbs' is not defined [SME: 6940] |
128 |
|
|
129 |
|
* Fri Dec 06 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-26.sme |
130 |
|
- use yum-cron with autoupdate feature [SME: 10690] |
131 |
|
* 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 |
* 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] |