Mailinglist Archive: opensuse-commit (1318 mails)

< Previous Next >
commit smart
  • From: root@xxxxxxx (h_root)
  • Date: Tue, 15 Aug 2006 18:35:06 +0200 (CEST)
  • Message-id: <20060815163506.D774895145@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package smart
checked in at Tue Aug 15 18:35:06 CEST 2006.

--------
--- smart/smart.changes 2006-08-14 10:27:22.000000000 +0200
+++ smart/smart.changes 2006-08-15 11:04:56.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Aug 15 11:02:04 CEST 2006 - cthiel@xxxxxxx
+
+- distro.py: don't flag kernel-* packages as multi-version, i.e. don't
+ enable smart to install more than one kernel in parallel (#198080)
+- remove requires to python-curl
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ smart.spec ++++++
--- /var/tmp/diff_new_pack.iD1Wha/_old 2006-08-15 18:34:52.000000000 +0200
+++ /var/tmp/diff_new_pack.iD1Wha/_new 2006-08-15 18:34:52.000000000 +0200
@@ -14,7 +14,7 @@
BuildRequires: kdelibs3-devel python-devel python-elementtree python-gtk rpm-devel rpm-python update-desktop-files
Summary: Smart Package Manager
Version: 0.42
-Release: 3
+Release: 4
Source: %{name}-%{version}.tar.bz2
Source1: distro.py
Source2: %{name}.desktop
@@ -31,9 +31,6 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-elementtree
Requires: python-xml
-%if %{suse_version} > 1010
-Requires: python-curl
-%endif

%py_requires

@@ -172,6 +169,10 @@
/opt/kde3/share/apps/konqueror

%changelog -n smart
+* Tue Aug 15 2006 - cthiel@xxxxxxx
+- distro.py: don't flag kernel-* packages as multi-version, i.e. don't
+ enable smart to install more than one kernel in parallel (#198080)
+- remove requires to python-curl
* Mon Aug 14 2006 - cthiel@xxxxxxx
- make it impossible to disable the rpm-sys channel (#199127)
* Sun Aug 06 2006 - cthiel@xxxxxxx

++++++ distro.py ++++++
--- smart/distro.py 2006-08-14 10:25:45.000000000 +0200
+++ smart/distro.py 2006-08-15 11:01:49.000000000 +0200
@@ -10,11 +10,5 @@
sysconf.set("rpm-check-signatures", True, weak=True)
sysconf.set("keyserver","pgp.mit.edu", weak=True)

- for type in ["bigsmp", "debug", "default",
- "dummy", "iseries64","ppc64",
- "s390","smp","source",
- "syms","um","xen","xenpae"]:
- kernel = "kernel-%s" % type
- pkgconf.setFlag("multi-version", kernel)
-
+ pkgconf.setFlag("multi-version", "kernel-source")
pkgconf.setFlag("multi-version", "java")




++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >