[yum-commits] yum-utils.spec
Tim Lauridsen
timlau at osuosl.org
Wed Jan 27 06:38:19 UTC 2010
yum-utils.spec | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 58d220ffbdb4a02747a85d5ea1b48e0c74bc2830
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Wed Jan 27 07:38:03 2010 +0100
Added touch /etc/yum.repos.d/_local.repo to install section
this need for for the ghost in files section of yum-plugin-local
diff --git a/yum-utils.spec b/yum-utils.spec
index cee095d..c733e6b 100644
--- a/yum-utils.spec
+++ b/yum-utils.spec
@@ -410,6 +410,8 @@ for plug in $plugins; do
done
install -m 644 aliases/aliases $RPM_BUILD_ROOT/%{_sysconfdir}/yum/aliases.conf
install -m 644 versionlock/versionlock.list $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/
+# need for for the ghost in files section of yum-plugin-local
+touch $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d/_local.repo
%clean
rm -rf $RPM_BUILD_ROOT
@@ -616,6 +618,10 @@ fi
%{_mandir}/man5/yum-fs-snapshot.conf.5.*
%changelog
+* Wed Jan 27 2010 Tim Lauridsen <timlau at fedoraproject.org>
+- add touch /etc/yum.repos.d/_local.repo to install section
+- this need for for the ghost in files section of yum-plugin-local
+
* Sun Nov 8 2009 Tim Lauridsen <timlau at fedoraproject.org>
- remove basearchonly since all versions of yum for quite some time obsolete it
- truncate changelog to last 2 years
More information about the Yum-commits
mailing list