--- rpms/smeserver-yum/sme8/smeserver-yum.spec 2013/03/18 03:00:53 1.53 +++ rpms/smeserver-yum/sme8/smeserver-yum.spec 2014/11/19 17:53:05 1.54 @@ -1,10 +1,10 @@ -# $Id: smeserver-yum.spec,v 1.52 2013/02/05 05:44:37 wellsi Exp $ +# $Id: smeserver-yum.spec,v 1.53 2013/03/18 03:00:53 wellsi Exp $ %define name smeserver-yum Summary: YUM, an rpm updater Name: %{name} %define version 2.2.0 -%define release 22 +%define release 23 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -26,6 +26,7 @@ Patch13: smeserver-yum-2.2.0-trigger-reb Patch14: smeserver-yum-2.2.0-add-wait-timer.patch Patch15: smeserver-yum-2.2.0-mirrorlist2.patch Patch16: smeserver-yum-2.2.0-SoftwareUpdate.patch +Patch17: smeserver-yum-2.2.0.check4updates_to_smecontribs.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: e-smith-formmagick >= 1.4.0-12 @@ -50,6 +51,9 @@ AutoReqProv: no %name is an implementation of http://linux.duke.edu/projects/yum on SME Server %changelog +* Wed Nov 19 2014 Stephane de Labrusse 2.2.0-23.sme +- Added a check-update for the smecontribs repository [SME: 8678] + * Sun Mar 17 2013 Ian Wells 2.2.0-22.sme - Change wording of Software Update button [SME: 7343] @@ -896,6 +900,7 @@ AutoReqProv: no %patch14 -p1 %patch15 -p1 %patch16 -p1 +%patch17 -p1 %build perl createlinks @@ -918,6 +923,7 @@ mkdir -p root/etc/e-smith/db/yum_{availa --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)' \