This commit is contained in:
parent
997097324a
commit
287b597119
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e21debe1c400e94466fbab6c76f94a931e141d52d11a549a1a777f9b0e0a5a42
|
||||
size 1978694
|
3
libzypp-3.1.1.tar.bz2
Normal file
3
libzypp-3.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cbf6c618171bf5651c2d53d45753aa40d28eaff3412e88b3e31b9f83c93820a9
|
||||
size 1619931
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 13 17:32:55 CEST 2007 - dmacvicar@suse.de
|
||||
|
||||
- fix FileCap with attributes
|
||||
- r5376
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
|
||||
|
||||
- Fixed computation of install order. Take requirements of
|
||||
an installed packages uninstall scripts into account, if
|
||||
the package is updated. (#258682)
|
||||
- revision 5349
|
||||
- version 3.1.1
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
|
||||
|
||||
- Parse and provide package keywords. (Fate 120368)
|
||||
- revision 5338
|
||||
- version 3.1.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 15:50:15 CEST 2007 - schubi@suse.de
|
||||
|
||||
- Upgrade: Do NOT delete packages which have unresolved dependencies -->
|
||||
Ask the user. Bug 258322
|
||||
- revision 5305
|
||||
- version 3.0.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 4 19:39:12 CEST 2007 - ma@suse.de
|
||||
|
||||
|
26
libzypp.spec
26
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 3.0.2)
|
||||
# spec file for package libzypp (Version 3.1.1)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -16,9 +16,9 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Autoreqprov: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 3.0.2
|
||||
Version: 3.1.1
|
||||
Release: 1
|
||||
Source: libzypp-3.0.2.tar.bz2
|
||||
Source: libzypp-3.1.1.tar.bz2
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
Obsoletes: yast2-packagemanager
|
||||
@ -46,7 +46,7 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
Requires: libzypp == 3.0.2
|
||||
Requires: libzypp == 3.1.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
|
||||
@ -126,6 +126,24 @@ cd ..
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Fri Apr 13 2007 - dmacvicar@suse.de
|
||||
- fix FileCap with attributes
|
||||
- r5376
|
||||
* Thu Apr 12 2007 - ma@suse.de
|
||||
- Fixed computation of install order. Take requirements of
|
||||
an installed packages uninstall scripts into account, if
|
||||
the package is updated. (#258682)
|
||||
- revision 5349
|
||||
- version 3.1.1
|
||||
* Wed Apr 11 2007 - ma@suse.de
|
||||
- Parse and provide package keywords. (Fate 120368)
|
||||
- revision 5338
|
||||
- version 3.1.0
|
||||
* Thu Apr 05 2007 - schubi@suse.de
|
||||
- Upgrade: Do NOT delete packages which have unresolved dependencies -->
|
||||
Ask the user. Bug 258322
|
||||
- revision 5305
|
||||
- version 3.0.3
|
||||
* Wed Apr 04 2007 - ma@suse.de
|
||||
- Fix restoring of Sources id root prefix is used. (#238165)
|
||||
- revision 5299
|
||||
|
Loading…
Reference in New Issue
Block a user