1 |
# $Id: smeserver-yum.spec,v 1.16 2017/01/07 23:40:50 unnilennium Exp $ |
# $Id: smeserver-yum.spec,v 1.27 2019/12/05 20:38:41 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 15 |
%define release 26 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
19 |
Patch7: smeserver-yum-2.4.0-can_update_contribs_1_by_1.patch |
Patch7: smeserver-yum-2.4.0-can_update_contribs_1_by_1.patch |
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 |
23 |
|
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 |
38 |
Requires: yum-plugin-fastestmirror |
Requires: yum-plugin-fastestmirror |
39 |
Obsoletes: yum-plugin-installonlyn |
Obsoletes: yum-plugin-installonlyn |
40 |
Obsoletes: yum-protect-packages <= 1.1.16 |
Obsoletes: yum-protect-packages <= 1.1.16 |
41 |
|
Requires: yum-plugin-post-transaction-actions |
42 |
Requires: mailx |
Requires: mailx |
43 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
44 |
Conflicts: centos-yumconf |
Conflicts: centos-yumconf |
47 |
%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 |
48 |
|
|
49 |
%changelog |
%changelog |
50 |
|
* Thu Dec 05 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-26.sme |
51 |
|
- switch to vault for upstream repos after EOL [SME: 10250] |
52 |
|
|
53 |
|
* Mon Feb 18 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-23.sme |
54 |
|
- add openfusion gpg key [SME: 10741] |
55 |
|
|
56 |
|
* Sat Jan 26 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-22.sme |
57 |
|
- update patch for EOL [SME: 10171] |
58 |
|
|
59 |
|
* Tue Jan 22 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-20.sme |
60 |
|
- add message to indicate EOL after Nov 30 2020 fix [SME: 10171] |
61 |
|
|
62 |
|
* Mon Nov 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-17.sme |
63 |
|
- add yum-plugin-post-transaction-actions as requirement [SME: 10191] |
64 |
|
|
65 |
|
* Wed May 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-16.sme |
66 |
|
- add rpmfusion free el6 RPM GPG key [SME: 10264] |
67 |
|
|
68 |
* Sat Feb 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-15.sme |
* Sat Feb 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-15.sme |
69 |
- added centos SCLo SIG gpg rpm signing key [SME: 10102] |
- added centos SCLo SIG gpg rpm signing key [SME: 10102] |
70 |
- wil allow to install SCL packages directly from smecontribs |
- wil allow to install SCL packages directly from smecontribs |
962 |
%patch7 -p1 |
%patch7 -p1 |
963 |
%patch8 -p1 |
%patch8 -p1 |
964 |
%patch9 -p1 |
%patch9 -p1 |
965 |
|
%patch10 -p1 |
966 |
|
%patch11 -p1 |
967 |
|
%patch12 -p1 |
968 |
|
%patch13 -p1 |
969 |
|
|
970 |
%build |
%build |
971 |
perl createlinks |
perl createlinks |