OBS User unknown 2008-09-18 22:48:40 +00:00 committed by Git OBS Bridge
parent 5a79b7f415
commit 09b9d20d02
3 changed files with 65 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:290f14d323452b7b9b1d2dbb21d8c547b8bf58c526c9bc9dfda47080d88e3008
size 9724234
oid sha256:11d91d88026c7c0eed663bca40e51e0dcaa5d88a575260bcab6b37945892a70d
size 9726952

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Thu Sep 18 16:11:23 CEST 2008 - ma@suse.de
- Use service alias as namespace for it's repositories aliases.
- revision 11097
- version 5.11.0 (11)
-------------------------------------------------------------------
Thu Sep 18 12:45:25 CEST 2008 - jkupec@suse.cz
- pass service's credentials down to repos
- support ?credentials=filepath in URL to specify credentials
- revision 11092
-------------------------------------------------------------------
Thu Sep 18 09:57:49 CEST 2008 - ma@suse.de
- Add Product::isTargetDistribution to identify the systems installed
baseproduct. This should replace tests for Product::type is "base".
- revision 11089
-------------------------------------------------------------------
Wed Sep 17 18:05:44 CEST 2008 - jkupec@suse.cz
- save user credentials when adding repos/services with URLs containing
the credentials (bnc #425462)
- revision 11085
-------------------------------------------------------------------
Wed Sep 17 15:08:54 CEST 2008 - ma@suse.de
- Adapt to rpms new way of quoting whitespace in pathnames.(bnc #426924)
- revision 11082
-------------------------------------------------------------------
Tue Sep 16 18:41:39 CEST 2008 - ma@suse.de
- Service handling fixes. Added ServiceException.
- revision 11077
-------------------------------------------------------------------
Mon Sep 15 11:40:04 CEST 2008 - ma@suse.de

View File

@ -25,7 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
Summary: Package, Patch, Pattern, and Product Management
Version: 5.11.0
Release: 1
Release: 2
Source: libzypp-5.11.0.tar.bz2
Source1: libzypp-rpmlintrc
Prefix: /usr
@ -228,6 +228,28 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Thu Sep 18 2008 ma@suse.de
- Use service alias as namespace for it's repositories aliases.
- revision 11097
- version 5.11.0 (11)
* Thu Sep 18 2008 jkupec@suse.cz
- pass service's credentials down to repos
- support ?credentials=filepath in URL to specify credentials
- revision 11092
* Thu Sep 18 2008 ma@suse.de
- Add Product::isTargetDistribution to identify the systems installed
baseproduct. This should replace tests for Product::type is "base".
- revision 11089
* Wed Sep 17 2008 jkupec@suse.cz
- save user credentials when adding repos/services with URLs containing
the credentials (bnc #425462)
- revision 11085
* Wed Sep 17 2008 ma@suse.de
- Adapt to rpms new way of quoting whitespace in pathnames.(bnc #426924)
- revision 11082
* Tue Sep 16 2008 ma@suse.de
- Service handling fixes. Added ServiceException.
- revision 11077
* Mon Sep 15 2008 ma@suse.de
- Fix building of transaltions.
- revision 11064