1 |
# $Id: smeserver-yum.spec,v 1.54 2014/11/19 17:53:05 stephdl Exp $ |
# $Id: smeserver-yum.spec,v 1.56 2015/02/21 16:44:20 stephdl 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.2.0 |
%define version 2.2.0 |
7 |
%define release 24 |
%define release 26 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
27 |
Patch15: smeserver-yum-2.2.0-mirrorlist2.patch |
Patch15: smeserver-yum-2.2.0-mirrorlist2.patch |
28 |
Patch16: smeserver-yum-2.2.0-SoftwareUpdate.patch |
Patch16: smeserver-yum-2.2.0-SoftwareUpdate.patch |
29 |
Patch17: smeserver-yum-2.2.0.check4updates_to_smecontribs.patch |
Patch17: smeserver-yum-2.2.0.check4updates_to_smecontribs.patch |
30 |
Patch18: smeserver-yum-2.2.0.default_db_check4contribsupdates.patch |
Patch18: smeserver-yum-2.2.0-bz10172-SME8eol.patch |
31 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
32 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
33 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
52 |
%name is an implementation of http://linux.duke.edu/projects/yum on SME Server |
%name is an implementation of http://linux.duke.edu/projects/yum on SME Server |
53 |
|
|
54 |
%changelog |
%changelog |
55 |
|
* Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.2.0-26.sme |
56 |
|
- warn administrator that SME8 is EOL and they should migrate to SME9 [SME: 10172] |
57 |
|
- add to the check4update email a message to inform the administrator after 2017 03 31 |
58 |
|
|
59 |
|
* Sat Feb 21 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 2.2.0-25.sme |
60 |
|
- Set the check update frequency of smecontribs through the server-manager |
61 |
|
- [SME: 8858] |
62 |
|
|
63 |
* Sat Jan 10 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 2.2.0-24.sme |
* Sat Jan 10 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 2.2.0-24.sme |
64 |
- Add a default Yum db property for check4contribsupdates [SME: 8791] |
- Add a default Yum db property for check4contribsupdates [SME: 8791] |
65 |
|
|