forked from pool/libzypp
This commit is contained in:
parent
6b4662f614
commit
f433a837fe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc9cf36b1df175e60fca3838bf27f6916b6e0e46ef6190eb33c40999641f877f
|
||||
size 4657466
|
3
libzypp-6.8.1.tar.bz2
Normal file
3
libzypp-6.8.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9eb91d53a6e5f6719f639645a28d6176b5323faf29dcbc4fd5f232fbe400f16d
|
||||
size 4658226
|
@ -1,3 +1,20 @@
|
||||
Fri Jun 5 21:16:45 CEST 2009 - ma@suse.de
|
||||
|
||||
- Fix solver to use IdString to avoid failing vendor checks.
|
||||
- version 6.8.1 (8)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 4 14:22:58 CEST 2009 - ma@suse.de
|
||||
|
||||
- Cleanup and remove deprecated interface methods.
|
||||
- version 6.8.0 (8)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 29 20:12:55 CEST 2009 - ma@suse.de
|
||||
|
||||
- Improve PoolQuery to allow queries on dependencies. (bnc #475682)
|
||||
- version 6.7.0 (6)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 12:53:02 CEST 2009 - ma@suse.de
|
||||
|
||||
|
21
libzypp.spec
21
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 6.6.0)
|
||||
# spec file for package libzypp (Version 6.8.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -24,9 +24,9 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 6.6.0
|
||||
Version: 6.8.1
|
||||
Release: 1
|
||||
Source: libzypp-6.6.0.tar.bz2
|
||||
Source: libzypp-6.8.1.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
@ -67,6 +67,8 @@ Requires: aria2 >= 1.1.2
|
||||
%description
|
||||
Package, Patch, Pattern, and Product Management
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Michael Andres <ma@suse.de>
|
||||
@ -80,7 +82,7 @@ Authors:
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
Requires: libzypp == 6.6.0
|
||||
Requires: libzypp == 6.8.1
|
||||
Requires: libxml2-devel curl-devel openssl-devel rpm-devel glibc-devel zlib-devel
|
||||
Requires: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel
|
||||
Requires: cmake libsatsolver-devel >= 0.13.0
|
||||
@ -92,6 +94,8 @@ Obsoletes: yast2-packagemanager-devel
|
||||
%description -n libzypp-devel
|
||||
Package, Patch, Pattern, and Product Management - developers files
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Michael Andres <ma@suse.de>
|
||||
@ -245,6 +249,15 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Fri Jun 05 2009 ma@suse.de
|
||||
- Fix solver to use IdString to avoid failing vendor checks.
|
||||
- version 6.8.1 (8)
|
||||
* Thu Jun 04 2009 ma@suse.de
|
||||
- Cleanup and remove deprecated interface methods.
|
||||
- version 6.8.0 (8)
|
||||
* Fri May 29 2009 ma@suse.de
|
||||
- Improve PoolQuery to allow queries on dependencies. (bnc #475682)
|
||||
- version 6.7.0 (6)
|
||||
* Thu May 28 2009 ma@suse.de
|
||||
- New solver.allowVendorChange expert option in zypp.conf.
|
||||
- version 6.6.0 (6)
|
||||
|
Loading…
x
Reference in New Issue
Block a user