1 |
# $Id: smeserver-yum.spec,v 1.4 2013/03/06 15:26:22 slords Exp $ |
# $Id: smeserver-yum.spec,v 1.15 2017/01/06 23:28:38 unnilennium 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 5 |
%define release 14 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch1: smeserver-yum-2.4.0-addons_fasttrack.patch |
Patch1: smeserver-yum-2.4.0-addons_fasttrack.patch |
14 |
Patch2: smeserver-yum-2.4.0-updatekeys.patch |
Patch2: smeserver-yum-2.4.0-updatekeys.patch |
15 |
|
Patch3: smeserver-yum-2.4.0-SoftwareUpdate.patch |
16 |
|
Patch4: smeserver-yum-2.4.0-Check4Updates.patch |
17 |
|
Patch5: smeserver-yum-2.4.0-protected_packages.patch |
18 |
|
Patch6: smeserver-yum-2.4.0.check4updates_to_smecontribs.patch |
19 |
|
Patch7: smeserver-yum-2.4.0-can_update_contribs_1_by_1.patch |
20 |
|
Patch8: smeserver-yum-2.4.0.bz9902.remiGPG.patch |
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
40 |
%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 |
41 |
|
|
42 |
%changelog |
%changelog |
43 |
|
* Fri Jan 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-14.sme |
44 |
|
- add Remi Collet RPM GPG KEY [SME: 9902] |
45 |
|
- bump 13 to 14 to cvs add patch |
46 |
|
|
47 |
|
* Wed Jan 13 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-12.sme |
48 |
|
- Example to update contribs 1 by 1 [SME: 8850] |
49 |
|
|
50 |
|
* Sat Feb 21 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-11.sme |
51 |
|
- Set the check update frequency of smecontribs through the server-manager |
52 |
|
- [SME: 8855] |
53 |
|
|
54 |
|
* Sat Jan 10 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-10.sme |
55 |
|
- Add a default Yum db property for check4contribsupdates [SME: 8790] |
56 |
|
|
57 |
|
* Wed Nov 19 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme |
58 |
|
- Added a check-update for the smecontribs repository [SME: 8672] |
59 |
|
|
60 |
|
* Mon Jun 30 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-8.sme |
61 |
|
- Move protected package list to the correct location [SME: 8476] |
62 |
|
|
63 |
|
* Fri Mar 22 2013 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme |
64 |
|
- Change order of mail options in check4updates [SME: 7504] |
65 |
|
|
66 |
|
* Sun Mar 17 2013 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme |
67 |
|
- Change wording of Software Update button [SME: 7499] |
68 |
|
|
69 |
* Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-5.sme |
* Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-5.sme |
70 |
- Obsolete el5 yum-protect-packages, provided by yum [SME: 7273] |
- Obsolete el5 yum-protect-packages, provided by yum [SME: 7273] |
71 |
|
|
907 |
%setup |
%setup |
908 |
%patch1 -p1 |
%patch1 -p1 |
909 |
%patch2 -p1 |
%patch2 -p1 |
910 |
|
%patch3 -p1 |
911 |
|
%patch4 -p1 |
912 |
|
%patch5 -p1 |
913 |
|
%patch6 -p1 |
914 |
|
%patch7 -p1 |
915 |
|
%patch8 -p1 |
916 |
|
|
917 |
%build |
%build |
918 |
perl createlinks |
perl createlinks |
927 |
--file '/sbin/e-smith/yum_update_dbs' 'attr(0700,root,root)' \ |
--file '/sbin/e-smith/yum_update_dbs' 'attr(0700,root,root)' \ |
928 |
--file '/sbin/e-smith/yum' 'attr(0755,root,root)' \ |
--file '/sbin/e-smith/yum' 'attr(0755,root,root)' \ |
929 |
--file '/sbin/e-smith/check4updates' 'attr(0755,root,root)' \ |
--file '/sbin/e-smith/check4updates' 'attr(0755,root,root)' \ |
930 |
|
--file '/sbin/e-smith/check4contribsupdates' 'attr(0755,root,root)' \ |
931 |
--file '/etc/cron.daily/smeserver-yum' 'attr(0700,root,root)' \ |
--file '/etc/cron.daily/smeserver-yum' 'attr(0700,root,root)' \ |
932 |
--file /var/service/yum/down 'attr(0644,root,root)' \ |
--file /var/service/yum/down 'attr(0644,root,root)' \ |
933 |
--file /var/service/yum/run 'attr(0755,root,root)' \ |
--file /var/service/yum/run 'attr(0755,root,root)' \ |