This commit is contained in:
parent
d49dc63448
commit
b78b57e6d4
3
libzypp-5.10.0.tar.bz2
Normal file
3
libzypp-5.10.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c7ca4f1c3b9c3ce829db5f2535f3bcafdc127f17332723c04b1d8d0a93981bf
|
||||
size 9722431
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df456f760a43bd1ba6466c94c6e8eb061b59fbac29f3a7c55cd3a74e3ff328d1
|
||||
size 9729380
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 18:24:28 CEST 2008 - ma@suse.de
|
||||
|
||||
- Create new Service repos in disbaled sate.
|
||||
- revision 11056
|
||||
- version 5.10.0 (10)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 16:04:54 CEST 2008 - ma@suse.de
|
||||
|
||||
- Make registerTarget and registerRelease abvailable for installed
|
||||
product. Required for registration.
|
||||
- revision 11043
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 12:59:50 CEST 2008 - ma@suse.de
|
||||
|
||||
- Add url lists query to Product interface. A generic query and
|
||||
convenience methods to query urls for "releasenotes", "register",
|
||||
"updateurls", "extraurls", "optionalurls" and "smolt" (bnc #413444)
|
||||
- revision 11029
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 01:38:25 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- ServiceType and ServiceInfo::type() added (contains only RIS for
|
||||
now), service type probing added.
|
||||
- Avoiding the use of 'path' for services (appending
|
||||
the repoindex.xml's 'path' to the baseurl of created repos)
|
||||
- renamed ServiceInfo::*catalog*() methods to *repo*() methods
|
||||
- revision 11022
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 11 16:01:57 CEST 2008 - dmacvicar@suse.de
|
||||
|
||||
- add Repostiroy::updateKeys and
|
||||
Repository::providesUpdatesForKey(string) for repo and
|
||||
product matching
|
||||
- Provide Repository::isUpdateRepo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 11 14:41:28 CEST 2008 - ma@suse.de
|
||||
|
||||
- Fix evaluation of vendor support flags.
|
||||
- Adapt retrieval of registration data (targetDistribution,
|
||||
targetDistributionRelease and targetDistributionFlavor).
|
||||
- revision 11013
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 10 18:23:52 CEST 2008 - ma@suse.de
|
||||
|
||||
|
40
libzypp.spec
40
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 5.9.0)
|
||||
# spec file for package libzypp (Version 5.10.0)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -24,15 +24,15 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 5.9.0
|
||||
Version: 5.10.0
|
||||
Release: 1
|
||||
Source: libzypp-5.9.0.tar.bz2
|
||||
Source: libzypp-5.10.0.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
Obsoletes: yast2-packagemanager
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libsatsolver-devel >= 0.0.26 openssl-devel
|
||||
BuildRequires: libsatsolver-devel >= 0.10.11 openssl-devel
|
||||
BuildRequires: boost-devel curl-devel dejagnu doxygen gcc-c++ gettext-devel graphviz hal-devel libxml2-devel
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: hicolor-icon-theme rpm-devel update-desktop-files
|
||||
@ -70,7 +70,7 @@ Authors:
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
Requires: libzypp == 5.9.0
|
||||
Requires: libzypp == 5.10.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,36 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Fri Sep 12 2008 ma@suse.de
|
||||
- Create new Service repos in disbaled sate.
|
||||
- revision 11056
|
||||
- version 5.10.0 (10)
|
||||
* Fri Sep 12 2008 ma@suse.de
|
||||
- Make registerTarget and registerRelease abvailable for installed
|
||||
product. Required for registration.
|
||||
- revision 11043
|
||||
* Fri Sep 12 2008 ma@suse.de
|
||||
- Add url lists query to Product interface. A generic query and
|
||||
convenience methods to query urls for "releasenotes", "register",
|
||||
"updateurls", "extraurls", "optionalurls" and "smolt" (bnc #413444)
|
||||
- revision 11029
|
||||
* Fri Sep 12 2008 jkupec@suse.cz
|
||||
- ServiceType and ServiceInfo::type() added (contains only RIS for
|
||||
now), service type probing added.
|
||||
- Avoiding the use of 'path' for services (appending
|
||||
the repoindex.xml's 'path' to the baseurl of created repos)
|
||||
- renamed ServiceInfo::*catalog*() methods to *repo*() methods
|
||||
- revision 11022
|
||||
* Thu Sep 11 2008 dmacvicar@suse.de
|
||||
- add Repostiroy::updateKeys and
|
||||
Repository::providesUpdatesForKey(string) for repo and
|
||||
product matching
|
||||
- Provide Repository::isUpdateRepo
|
||||
* Thu Sep 11 2008 ma@suse.de
|
||||
- Fix evaluation of vendor support flags.
|
||||
- Adapt retrieval of registration data (targetDistribution,
|
||||
targetDistributionRelease and targetDistributionFlavor).
|
||||
- revision 11013
|
||||
* Wed Sep 10 2008 ma@suse.de
|
||||
- Follow gpgcheck tag in .repo file and do no check if disabled.
|
||||
- revision 11010
|
||||
|
Loading…
Reference in New Issue
Block a user