OBS User unknown 2008-09-11 23:53:20 +00:00 committed by Git OBS Bridge
parent 8f7bf6175e
commit d49dc63448
4 changed files with 49 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae419e51cdcc54c689625584fb0772f2d0f09692f68d818ac8ea47a17b145a3d
size 10151919

3
libzypp-5.9.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df456f760a43bd1ba6466c94c6e8eb061b59fbac29f3a7c55cd3a74e3ff328d1
size 9729380

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Sep 10 18:23:52 CEST 2008 - ma@suse.de
- Follow gpgcheck tag in .repo file and do no check if disabled.
- revision 11010
- version 5.9.0 (8)
-------------------------------------------------------------------
Wed Sep 10 17:54:20 CEST 2008 - jkupec@suse.cz
- added dumpAsXMLOn(stream,string) to ServiceInfo to print services
with content (repos)
- revision 11004
-------------------------------------------------------------------
Wed Sep 10 17:31:41 CEST 2008 - ma@suse.de
- Remove obsolete product attributes.
- Store less packages in /var/lib/zypp/SoftLocks (bnc #418050)
- revision 11001
-------------------------------------------------------------------
Wed Sep 10 16:40:00 CEST 2008 - ma@suse.de
- Provide product::updaterepoKey: Update repository indicator string.
- revision 11000
-------------------------------------------------------------------
Tue Sep 9 17:33:03 CEST 2008 - dmacvicar@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 5.8.0)
# spec file for package libzypp (Version 5.9.0)
#
# Copyright (c) 2008 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: 5.8.0
Version: 5.9.0
Release: 1
Source: libzypp-5.8.0.tar.bz2
Source: libzypp-5.9.0.tar.bz2
Source1: libzypp-rpmlintrc
Prefix: /usr
Provides: yast2-packagemanager
@ -70,7 +70,7 @@ Authors:
%package devel
License: GPL v2 or later
Requires: libzypp == 5.8.0
Requires: libzypp == 5.9.0
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
@ -228,6 +228,21 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Wed Sep 10 2008 ma@suse.de
- Follow gpgcheck tag in .repo file and do no check if disabled.
- revision 11010
- version 5.9.0 (8)
* Wed Sep 10 2008 jkupec@suse.cz
- added dumpAsXMLOn(stream,string) to ServiceInfo to print services
with content (repos)
- revision 11004
* Wed Sep 10 2008 ma@suse.de
- Remove obsolete product attributes.
- Store less packages in /var/lib/zypp/SoftLocks (bnc #418050)
- revision 11001
* Wed Sep 10 2008 ma@suse.de
- Provide product::updaterepoKey: Update repository indicator string.
- revision 11000
* Tue Sep 09 2008 dmacvicar@suse.de
- provide context about the repository (name/alias) if available when
checking signatures (bnc#370223)