1 |
# $Id: smeserver-yum.spec,v 1.8 2013/04/30 03:13:06 wellsi Exp $ |
# $Id: smeserver-yum.spec,v 1.9 2014/06/30 19:31:52 vip-ire 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 8 |
%define release 9 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch4: smeserver-yum-2.4.0-Check4Updates.patch |
17 |
Patch5: smeserver-yum-2.4.0-protected_packages.patch |
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 |
|
* Wed Nov 19 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme |
42 |
|
- Added a check-update for the smecontribs repository |
43 |
|
|
44 |
* Mon Jun 30 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-8.sme |
* Mon Jun 30 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-8.sme |
45 |
- Move protected package list to the correct location [SME: 8476] |
- Move protected package list to the correct location [SME: 8476] |
46 |
|
|
894 |
%patch3 -p1 |
%patch3 -p1 |
895 |
%patch4 -p1 |
%patch4 -p1 |
896 |
%patch5 -p1 |
%patch5 -p1 |
897 |
|
%patch6 -p1 |
898 |
|
|
899 |
%build |
%build |
900 |
perl createlinks |
perl createlinks |
909 |
--file '/sbin/e-smith/yum_update_dbs' 'attr(0700,root,root)' \ |
--file '/sbin/e-smith/yum_update_dbs' 'attr(0700,root,root)' \ |
910 |
--file '/sbin/e-smith/yum' 'attr(0755,root,root)' \ |
--file '/sbin/e-smith/yum' 'attr(0755,root,root)' \ |
911 |
--file '/sbin/e-smith/check4updates' 'attr(0755,root,root)' \ |
--file '/sbin/e-smith/check4updates' 'attr(0755,root,root)' \ |
912 |
|
--file '/sbin/e-smith/check4contribsupdates' 'attr(0755,root,root)' \ |
913 |
--file '/etc/cron.daily/smeserver-yum' 'attr(0700,root,root)' \ |
--file '/etc/cron.daily/smeserver-yum' 'attr(0700,root,root)' \ |
914 |
--file /var/service/yum/down 'attr(0644,root,root)' \ |
--file /var/service/yum/down 'attr(0644,root,root)' \ |
915 |
--file /var/service/yum/run 'attr(0755,root,root)' \ |
--file /var/service/yum/run 'attr(0755,root,root)' \ |