--- rpms/smeserver-yum/sme9/smeserver-yum.spec 2014/06/30 19:31:52 1.9 +++ rpms/smeserver-yum/sme9/smeserver-yum.spec 2016/01/13 10:55:43 1.14 @@ -1,10 +1,10 @@ -# $Id: smeserver-yum.spec,v 1.8 2013/04/30 03:13:06 wellsi Exp $ +# $Id: smeserver-yum.spec,v 1.13 2015/02/21 16:32:02 stephdl Exp $ %define name smeserver-yum Summary: YUM, an rpm updater Name: %{name} %define version 2.4.0 -%define release 8 +%define release 12 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -15,6 +15,8 @@ Patch2: smeserver-yum-2.4.0-updatekeys.p Patch3: smeserver-yum-2.4.0-SoftwareUpdate.patch Patch4: smeserver-yum-2.4.0-Check4Updates.patch Patch5: smeserver-yum-2.4.0-protected_packages.patch +Patch6: smeserver-yum-2.4.0.check4updates_to_smecontribs.patch +Patch7: smeserver-yum-2.4.0-can_update_contribs_1_by_1.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: e-smith-formmagick >= 1.4.0-12 @@ -37,6 +39,19 @@ AutoReqProv: no %name is an implementation of http://linux.duke.edu/projects/yum on SME Server %changelog +* Wed Jan 13 2016 Daniel Berteaud 2.4.0-12.sme +- Example to update contribs 1 by 1 [SME: 8850] + +* Sat Feb 21 2015 Stephane de Labrusse 2.4.0-11.sme +- Set the check update frequency of smecontribs through the server-manager +- [SME: 8855] + +* Sat Jan 10 2015 Stephane de Labrusse 2.4.0-10.sme +- Add a default Yum db property for check4contribsupdates [SME: 8790] + +* Wed Nov 19 2014 Stephane de Labrusse 2.4.0-9.sme +- Added a check-update for the smecontribs repository [SME: 8672] + * Mon Jun 30 2014 Daniel Berteaud 2.4.0-8.sme - Move protected package list to the correct location [SME: 8476] @@ -890,6 +905,8 @@ AutoReqProv: no %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 +%patch7 -p1 %build perl createlinks @@ -904,6 +921,7 @@ mkdir -p root/etc/yum.smerepos.d --file '/sbin/e-smith/yum_update_dbs' 'attr(0700,root,root)' \ --file '/sbin/e-smith/yum' 'attr(0755,root,root)' \ --file '/sbin/e-smith/check4updates' 'attr(0755,root,root)' \ + --file '/sbin/e-smith/check4contribsupdates' 'attr(0755,root,root)' \ --file '/etc/cron.daily/smeserver-yum' 'attr(0700,root,root)' \ --file /var/service/yum/down 'attr(0644,root,root)' \ --file /var/service/yum/run 'attr(0755,root,root)' \