Hello community, here is the log from the commit of package yum checked in at Thu Sep 20 01:59:25 CEST 2007. -------- --- yum/yum.changes 2007-08-29 23:12:59.000000000 +0200 +++ /mounts/work_src_done/STABLE/yum/yum.changes 2007-09-18 11:56:37.376297000 +0200 @@ -1,0 +2,5 @@ +Tue Sep 18 11:59:11 CEST 2007 - cthiel@suse.de + +- update default repos to include openSUSE 10.3 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yum.spec ++++++ --- /var/tmp/diff_new_pack.HS6637/_old 2007-09-20 01:59:21.000000000 +0200 +++ /var/tmp/diff_new_pack.HS6637/_new 2007-09-20 01:59:21.000000000 +0200 @@ -13,11 +13,11 @@ Name: yum BuildRequires: python-devel Version: 3.2.4 -Release: 2 +Release: 8 Summary: RPM installer/updater Group: System/Packages License: GPL v2 or later -URL: http://linux.duke.edu/yum/ +Url: http://linux.duke.edu/yum/ Source: %{name}-%{version}.tar.bz2 Source1: %{name}.conf Source2: repos.tar.bz2 @@ -35,7 +35,6 @@ %else Requires: python-xml %endif - %py_requires %description @@ -74,11 +73,11 @@ mv $RPM_BUILD_ROOT/%{_sysconfdir}/yum/repos.d $RPM_BUILD_ROOT/%{_sysconfdir}/yum.repos.d rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/yum mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/ -%if %{suse_version} >= 1000 && %{suse_version} < 1030 && %sles_version == 0 +%if %{suse_version} >= 1000 && %{suse_version} < 1040 && %sles_version == 0 cp $RPM_BUILD_DIR/repos/%{suse_version}* $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d rename %{suse_version} opensuse $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d/*.repo %endif -%if %{suse_version} > 1020 && %sles_version == 0 +%if %{suse_version} > 1030 && %sles_version == 0 cp $RPM_BUILD_DIR/repos/factory* $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d rename factory opensuse $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d/*.repo %endif @@ -103,8 +102,9 @@ %dir %{_sysconfdir}/yum/pluginconf.d %dir %{_sysconfdir}/yum %dir /usr/lib/yum-plugins - %changelog +* Tue Sep 18 2007 - cthiel@suse.de +- update default repos to include openSUSE 10.3 * Wed Aug 29 2007 - cthiel@suse.de - fix build * Wed Aug 29 2007 - cthiel@suse.de ++++++ repos.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/repos/1030-nonoss.repo new/repos/1030-nonoss.repo --- old/repos/1030-nonoss.repo 1970-01-01 01:00:00.000000000 +0100 +++ new/repos/1030-nonoss.repo 2007-09-18 11:55:16.000000000 +0200 @@ -0,0 +1,4 @@ +[opensuse-nonoss] +name = openSUSE-10.3-FTP-NonOSS +baseurl = http://download.opensuse.org/distribution/10.3/repo/non-oss/suse/ +enabled=0 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/repos/1030.repo new/repos/1030.repo --- old/repos/1030.repo 1970-01-01 01:00:00.000000000 +0100 +++ new/repos/1030.repo 2007-09-18 11:55:27.000000000 +0200 @@ -0,0 +1,3 @@ +[opensuse] +name = openSUSE-10.3-FTP +baseurl = http://download.opensuse.org/distribution/10.3/repo/oss/suse/ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/repos/1030-updates.repo new/repos/1030-updates.repo --- old/repos/1030-updates.repo 1970-01-01 01:00:00.000000000 +0100 +++ new/repos/1030-updates.repo 2007-09-18 11:55:49.000000000 +0200 @@ -0,0 +1,3 @@ +[opensuse-updates] +name = openSUSE-10.3 Updates +baseurl = http://download.opensuse.org/update/10.3/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de