Author: glen Date: Sat Jan 30 17:49:21 2010 GMT Module: packages Tag: HEAD ---- Log message: - package also /etc/yum.repos.d/ for repos config (google searches it)
---- Files affected: packages/yum: yum.spec (1.78 -> 1.79) ---- Diffs: ================================================================ Index: packages/yum/yum.spec diff -u packages/yum/yum.spec:1.78 packages/yum/yum.spec:1.79 --- packages/yum/yum.spec:1.78 Wed Nov 18 13:17:14 2009 +++ packages/yum/yum.spec Sat Jan 30 18:49:16 2010 @@ -5,7 +5,7 @@ Summary(pl.UTF-8): Narzędzie do instalowania/uaktualniania pakietów RPM Name: yum Version: 3.2.25 -Release: 1 +Release: 2 License: GPL Group: Applications/System Source0: http://yum.baseurl.org/download/3.2/%{name}-%{version}.tar.gz @@ -76,7 +76,7 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{/etc/{rc.d,sysconfig,yum/pluginconf.d},%{_libdir}/yum-plugins,%{_datadir}/yum-plugins} +install -d $RPM_BUILD_ROOT{/etc/{rc.d,sysconfig,yum/pluginconf.d,yum.repos.d},%{_libdir}/yum-plugins,%{_datadir}/yum-plugins} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ @@ -150,6 +150,7 @@ %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/yum/version-groups.conf %dir %{_sysconfdir}/yum %dir %{_sysconfdir}/yum/repos.d +%dir %{_sysconfdir}/yum.repos.d %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/yum/repos.d/*.repo %dir %{_sysconfdir}/yum/pluginconf.d %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name} @@ -178,6 +179,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.79 2010/01/30 17:49:16 glen +- package also /etc/yum.repos.d/ for repos config (google searches it) + Revision 1.78 2009/11/18 12:17:14 glen - updated to 3.2.25, corrected runtime arch detection for th ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/yum/yum.spec?r1=1.78&r2=1.79&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
