Mailinglist Archive: zypp-commit (191 mails)
| < Previous | Next > |
[zypp-commit] r5489 - /branches/SuSE-SLE-10-GA-Branch/backend/package/libzypp-zmd-backend.spec
- From: mvidner@xxxxxxxxxxxxxxxx
- Date: Fri, 04 May 2007 13:59:25 -0000
- Message-id: <20070504135925.83DCA6B2C1@xxxxxxxxxxxxxxxx>
Author: mvidner
Date: Fri May 4 15:59:25 2007
New Revision: 5489
URL: http://svn.opensuse.org/viewcvs/zypp?rev=5489&view=rev
Log:
Require minimal libzypp version which is existing during build.
(kkaempf on Jul 10 for 10.1, see also #174396)
Modified:
branches/SuSE-SLE-10-GA-Branch/backend/package/libzypp-zmd-backend.spec
Modified: branches/SuSE-SLE-10-GA-Branch/backend/package/libzypp-zmd-backend.spec
URL: http://svn.opensuse.org/viewcvs/zypp/branches/SuSE-SLE-10-GA-Branch/backend/package/libzypp-zmd-backend.spec?rev=5489&r1=5488&r2=5489&view=diff
==============================================================================
--- branches/SuSE-SLE-10-GA-Branch/backend/package/libzypp-zmd-backend.spec (original)
+++ branches/SuSE-SLE-10-GA-Branch/backend/package/libzypp-zmd-backend.spec Fri May 4 15:59:25 2007
@@ -16,7 +16,7 @@
Group: System/Management
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Autoreqprov: on
-Requires: libzypp >= 1.3.1
+Requires: libzypp >= %( echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' libzypp`)
Provides: zmd-backend
Provides: zmd-librc-backend
Obsoletes: zmd-librc-backend
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Fri May 4 15:59:25 2007
New Revision: 5489
URL: http://svn.opensuse.org/viewcvs/zypp?rev=5489&view=rev
Log:
Require minimal libzypp version which is existing during build.
(kkaempf on Jul 10 for 10.1, see also #174396)
Modified:
branches/SuSE-SLE-10-GA-Branch/backend/package/libzypp-zmd-backend.spec
Modified: branches/SuSE-SLE-10-GA-Branch/backend/package/libzypp-zmd-backend.spec
URL: http://svn.opensuse.org/viewcvs/zypp/branches/SuSE-SLE-10-GA-Branch/backend/package/libzypp-zmd-backend.spec?rev=5489&r1=5488&r2=5489&view=diff
==============================================================================
--- branches/SuSE-SLE-10-GA-Branch/backend/package/libzypp-zmd-backend.spec (original)
+++ branches/SuSE-SLE-10-GA-Branch/backend/package/libzypp-zmd-backend.spec Fri May 4 15:59:25 2007
@@ -16,7 +16,7 @@
Group: System/Management
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Autoreqprov: on
-Requires: libzypp >= 1.3.1
+Requires: libzypp >= %( echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' libzypp`)
Provides: zmd-backend
Provides: zmd-librc-backend
Obsoletes: zmd-librc-backend
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |