Mailinglist Archive: opensuse-commit (1318 mails)

< Previous Next >
commit smart
  • From: root@xxxxxxx (h_root)
  • Date: Fri, 1 Sep 2006 01:41:55 +0200 (CEST)
  • Message-id: <20060831234155.EF96395244@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package smart
checked in at Fri Sep 1 01:41:55 CEST 2006.

--------
--- smart/smart.changes 2006-08-29 10:07:54.000000000 +0200
+++ smart/smart.changes 2006-08-31 20:01:58.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug 31 19:31:27 CEST 2006 - cthiel@xxxxxxx
+
+- set rpm-force to false, to make smart respect file conflicts (#202924)
+
+-------------------------------------------------------------------

New:
----
smart-rpm-force.patch

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

Other differences:
------------------
++++++ smart.spec ++++++
--- /var/tmp/diff_new_pack.xHt1VS/_old 2006-09-01 01:40:44.000000000 +0200
+++ /var/tmp/diff_new_pack.xHt1VS/_new 2006-09-01 01:40:44.000000000 +0200
@@ -14,7 +14,7 @@
BuildRequires: kdelibs3-devel python-devel rpm-devel rpm-python update-desktop-files
Summary: Smart Package Manager
Version: 0.42
-Release: 8
+Release: 9
Source: %{name}-%{version}.tar.bz2
Source1: distro.py
Source2: %{name}.desktop
@@ -27,6 +27,7 @@
Patch5: %{name}-%{version}-pycurl.patch
Patch6: %{name}-%{version}-pycurl-TIMECONDITION.patch
Patch7: %{name}-yast-r739.patch
+Patch8: %{name}-rpm-force.patch
URL: http://smartpm.org
Group: System/Packages
License: GPL
@@ -91,6 +92,7 @@
%patch5
%patch6
%patch7
+%patch8
%if %{suse_version} < 1010
echo ' sysconf.set("no-rpm-readHeaderFromFD", 3)' >> %{SOURCE1}
%endif
@@ -175,6 +177,8 @@
/opt/kde3/share/apps/konqueror

%changelog -n smart
+* Thu Aug 31 2006 - cthiel@xxxxxxx
+- set rpm-force to false, to make smart respect file conflicts (#202924)
* Tue Aug 29 2006 - cthiel@xxxxxxx
- added smart-yast-r739.patch
* smart/backends/rpm/yast2.py



++++++ smart-rpm-force.patch ++++++
--- smart/backends/rpm/pm.py (Revision 739)
+++ smart/backends/rpm/pm.py (Revision 740)
@@ -178,7 +178,7 @@
del upgraded
del upgrading

- force = sysconf.get("rpm-force", True)
+ force = sysconf.get("rpm-force", False)
if not force:
probs = ts.check()
if probs:


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



Remember to have fun...

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

< Previous Next >