1 |
# $Id: smeserver-yum.spec,v 1.21 2019/01/23 04:34:57 jpp Exp $ |
# $Id: smeserver-yum.spec,v 1.31 2020/01/28 21:08:54 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.4.0 |
%define version 2.4.0 |
7 |
%define release 20 |
%define release 30 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
20 |
Patch8: smeserver-yum-2.4.0.bz9902.remiGPG.patch |
Patch8: smeserver-yum-2.4.0.bz9902.remiGPG.patch |
21 |
Patch9: smeserver-yum-2.4.0.bz10102.scloGPGkey.patch |
Patch9: smeserver-yum-2.4.0.bz10102.scloGPGkey.patch |
22 |
Patch10: smeserver-yum-2.4.0.bz10264.patch |
Patch10: smeserver-yum-2.4.0.bz10264.patch |
23 |
patch11: smeserver-yum-2.2.0-bz10171-SME9eol.patch |
Patch11: smeserver-yum-2.2.0-bz10171-SME9eol.patch |
24 |
|
Patch12: smeserver-yum-2.4.0-bz10741-openfusion.patch |
25 |
|
Patch13: smeserver-yum-2.4.0.bz10250.CentOSVault.onEOL.patch |
26 |
|
|
27 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
28 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
29 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
40 |
Obsoletes: yum-protect-packages <= 1.1.16 |
Obsoletes: yum-protect-packages <= 1.1.16 |
41 |
Requires: yum-plugin-post-transaction-actions |
Requires: yum-plugin-post-transaction-actions |
42 |
Requires: mailx |
Requires: mailx |
43 |
|
Requires: perl(File::Slurp) |
44 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
45 |
Conflicts: centos-yumconf |
Conflicts: centos-yumconf |
46 |
AutoReqProv: no |
AutoReqProv: no |
48 |
%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 |
49 |
|
|
50 |
%changelog |
%changelog |
51 |
|
* Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-30.sme |
52 |
|
- fix EOL patch to switch to vault [SME: 10250] |
53 |
|
fix string capture |
54 |
|
add default to 6.10 in case of failure |
55 |
|
add option to set it yourself via eolversion property of yum in config |
56 |
|
fix Mirrorlist preventing the BaseURL setting |
57 |
|
|
58 |
|
* Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-29.sme |
59 |
|
- fix last patch [SME: 10250] |
60 |
|
|
61 |
|
* Mon Dec 09 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-27.sme |
62 |
|
- add requirement for perl(File::Slurp) [SME: 10250] |
63 |
|
|
64 |
|
* Thu Dec 05 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-26.sme |
65 |
|
- switch to vault for upstream repos after EOL [SME: 10250] |
66 |
|
|
67 |
|
* Mon Feb 18 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-23.sme |
68 |
|
- add openfusion gpg key [SME: 10741] |
69 |
|
|
70 |
|
* Sat Jan 26 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-22.sme |
71 |
|
- update patch for EOL [SME: 10171] |
72 |
|
|
73 |
* Tue Jan 22 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-20.sme |
* Tue Jan 22 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-20.sme |
74 |
- add message to indicate EOL after Nov 30 2020 fix [SME: 10171] |
- add message to indicate EOL after Nov 30 2020 fix [SME: 10171] |
75 |
|
|
978 |
%patch9 -p1 |
%patch9 -p1 |
979 |
%patch10 -p1 |
%patch10 -p1 |
980 |
%patch11 -p1 |
%patch11 -p1 |
981 |
|
%patch12 -p1 |
982 |
|
%patch13 -p1 |
983 |
|
|
984 |
%build |
%build |
985 |
perl createlinks |
perl createlinks |