This commit is contained in:
parent
283b72d25d
commit
4e13ab3ab7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de305ecbd9987c1e67610aff54ccd32349c3d19ac192c53812ecf307b86e255d
|
||||
size 5684729
|
3
libzypp-4.3.1.tar.bz2
Normal file
3
libzypp-4.3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55ab9b3c2608ea07be46f6118e4eb01b53c5297119a29a82ebaa16db8a9e6ec1
|
||||
size 5683011
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 2 10:28:13 CET 2008 - coolo@suse.de
|
||||
|
||||
- create cache directory before calling rpmdb2solv (in an empty
|
||||
chroot)
|
||||
- version 4.3.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
|
||||
|
||||
@ -5,8 +12,8 @@ Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
|
||||
(forbidden) (port from SP2)
|
||||
- MediaException messages marked for translation
|
||||
|
||||
Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
|
||||
|
||||
- make sure we have target cache on target initialize
|
||||
- version 4.3.0
|
||||
|
12
libzypp.spec
12
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 4.3.0)
|
||||
# spec file for package libzypp (Version 4.3.1)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -17,9 +17,9 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 4.3.0
|
||||
Version: 4.3.1
|
||||
Release: 1
|
||||
Source: libzypp-4.3.0.tar.bz2
|
||||
Source: libzypp-4.3.1.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
@ -57,7 +57,7 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
Requires: libzypp == 4.3.0
|
||||
Requires: libzypp == 4.3.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
|
||||
@ -146,6 +146,10 @@ if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Sun Mar 02 2008 coolo@suse.de
|
||||
- create cache directory before calling rpmdb2solv (in an empty
|
||||
chroot)
|
||||
- version 4.3.1
|
||||
* Thu Feb 28 2008 jkupec@suse.cz
|
||||
- special exception message if server returns 403 response
|
||||
(forbidden) (port from SP2)
|
||||
|
Loading…
Reference in New Issue
Block a user