1 |
# $Id: smeserver-yum.spec,v 1.5 2013/03/11 22:50:18 slords Exp $ |
# $Id: smeserver-yum.spec,v 1.12 2015/01/10 10:29:38 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.4.0 |
%define version 2.4.0 |
7 |
%define release 6 |
%define release 11 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
38 |
%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 |
39 |
|
|
40 |
%changelog |
%changelog |
41 |
|
* Sat Feb 21 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-11.sme |
42 |
|
- Set the check update frequency of smecontribs through the server-manager |
43 |
|
- [SME: 8855] |
44 |
|
|
45 |
|
* Sat Jan 10 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-10.sme |
46 |
|
- Add a default Yum db property for check4contribsupdates [SME: 8790] |
47 |
|
|
48 |
|
* Wed Nov 19 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme |
49 |
|
- Added a check-update for the smecontribs repository [SME: 8672] |
50 |
|
|
51 |
|
* Mon Jun 30 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-8.sme |
52 |
|
- Move protected package list to the correct location [SME: 8476] |
53 |
|
|
54 |
|
* Fri Mar 22 2013 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme |
55 |
|
- Change order of mail options in check4updates [SME: 7504] |
56 |
|
|
57 |
* Sun Mar 17 2013 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme |
* Sun Mar 17 2013 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme |
58 |
- Change wording of Software Update button [SME: 7499] |
- Change wording of Software Update button [SME: 7499] |
59 |
|
|
899 |
%patch1 -p1 |
%patch1 -p1 |
900 |
%patch2 -p1 |
%patch2 -p1 |
901 |
%patch3 -p1 |
%patch3 -p1 |
902 |
|
%patch4 -p1 |
903 |
|
%patch5 -p1 |
904 |
|
%patch6 -p1 |
905 |
|
|
906 |
|
|
907 |
%build |
%build |
908 |
perl createlinks |
perl createlinks |
917 |
--file '/sbin/e-smith/yum_update_dbs' 'attr(0700,root,root)' \ |
--file '/sbin/e-smith/yum_update_dbs' 'attr(0700,root,root)' \ |
918 |
--file '/sbin/e-smith/yum' 'attr(0755,root,root)' \ |
--file '/sbin/e-smith/yum' 'attr(0755,root,root)' \ |
919 |
--file '/sbin/e-smith/check4updates' 'attr(0755,root,root)' \ |
--file '/sbin/e-smith/check4updates' 'attr(0755,root,root)' \ |
920 |
|
--file '/sbin/e-smith/check4contribsupdates' 'attr(0755,root,root)' \ |
921 |
--file '/etc/cron.daily/smeserver-yum' 'attr(0700,root,root)' \ |
--file '/etc/cron.daily/smeserver-yum' 'attr(0700,root,root)' \ |
922 |
--file /var/service/yum/down 'attr(0644,root,root)' \ |
--file /var/service/yum/down 'attr(0644,root,root)' \ |
923 |
--file /var/service/yum/run 'attr(0755,root,root)' \ |
--file /var/service/yum/run 'attr(0755,root,root)' \ |