This commit is contained in:
parent
09b9d20d02
commit
9d3da207c7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:11d91d88026c7c0eed663bca40e51e0dcaa5d88a575260bcab6b37945892a70d
|
|
||||||
size 9726952
|
|
3
libzypp-5.12.0.tar.bz2
Normal file
3
libzypp-5.12.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b312f3a3df038d32078220f0001e68a3b26571b05680baf6b7bd823b4510fea3
|
||||||
|
size 9634787
|
@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 24 19:11:19 CEST 2008 - jkupec@suse.cz
|
||||||
|
|
||||||
|
- HistoryLog added and used to log package installs/removes and
|
||||||
|
repository adds, removes, url and alias changes into
|
||||||
|
history.logfile (/var/log/zypp/history) (fate #110205)
|
||||||
|
- str::escape(string, char) added
|
||||||
|
- revision 11150
|
||||||
|
- version 5.12.0 (12)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 23 14:02:08 CEST 2008 - jkupec@suse.cz
|
||||||
|
|
||||||
|
- CredentialManager: look for credentials with
|
||||||
|
wanted_url.startsWith(stored_url)
|
||||||
|
- RepoManager: don't pass service credentials down to repos if
|
||||||
|
their urls are not based on service's url.
|
||||||
|
- revision 11134
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 22 16:27:41 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Remove superfluous PRODUCT_REFERENCES attribute.
|
||||||
|
- revision 11127
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 22 16:13:08 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Add Url::hasCredentialsInAuthority test for username or password
|
||||||
|
being encoded in the authority component. I.e. user:pass@host.
|
||||||
|
- Handle repos to be disabled disable in service refresh.
|
||||||
|
- revision 11126
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 22 12:10:34 CEST 2008 - jkupec@suse.cz
|
||||||
|
|
||||||
|
- provided context to keyring callbacks (bnc #370223)
|
||||||
|
- merged trust & import callbacks (bnc #366467)
|
||||||
|
(don't worry, still allows to trust && !import)
|
||||||
|
- revision 11113
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 19 13:17:38 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Moved DefaultAcceptBits enum to class KeyRing (formerly KeyRingReort).
|
||||||
|
- revision 11102
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 18 16:11:23 CEST 2008 - ma@suse.de
|
Thu Sep 18 16:11:23 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
49
libzypp.spec
49
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 5.11.0)
|
# spec file for package libzypp (Version 5.12.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -24,15 +24,15 @@ Group: System/Packages
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Package, Patch, Pattern, and Product Management
|
Summary: Package, Patch, Pattern, and Product Management
|
||||||
Version: 5.11.0
|
Version: 5.12.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Source: libzypp-5.11.0.tar.bz2
|
Source: libzypp-5.12.0.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
Obsoletes: yast2-packagemanager
|
Obsoletes: yast2-packagemanager
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: libsatsolver-devel >= 0.10.11 openssl-devel
|
BuildRequires: libsatsolver-devel >= 0.10.13 openssl-devel
|
||||||
BuildRequires: boost-devel curl-devel dejagnu doxygen gcc-c++ gettext-devel graphviz hal-devel libxml2-devel
|
BuildRequires: boost-devel curl-devel dejagnu doxygen gcc-c++ gettext-devel graphviz hal-devel libxml2-devel
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: hicolor-icon-theme rpm-devel update-desktop-files
|
BuildRequires: hicolor-icon-theme rpm-devel update-desktop-files
|
||||||
@ -70,10 +70,11 @@ Authors:
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Requires: libzypp == 5.11.0
|
Requires: libzypp == 5.12.0
|
||||||
Requires: libxml2-devel curl-devel openssl-devel rpm-devel glibc-devel zlib-devel
|
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: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel
|
||||||
Requires: cmake libsatsolver-devel
|
Requires: cmake libsatsolver-devel >= 0.10.14
|
||||||
|
Recommends: logrotate
|
||||||
Summary: Package, Patch, Pattern, and Product Management - developers files
|
Summary: Package, Patch, Pattern, and Product Management - developers files
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
Provides: yast2-packagemanager-devel
|
Provides: yast2-packagemanager-devel
|
||||||
@ -226,8 +227,42 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{prefix}/include/zypp/*
|
%{prefix}/include/zypp/*
|
||||||
%{prefix}/share/cmake/Modules/*
|
%{prefix}/share/cmake/Modules/*
|
||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
%dir %{_var}/log/zypp
|
||||||
|
# declare ownership of the log file but prevent
|
||||||
|
# it from being erased by rpm -e
|
||||||
|
%ghost %config(noreplace) %{_var}/log/zypp/history
|
||||||
|
%{_sysconfdir}/logrotate.d/zypp-history.lr
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 24 2008 jkupec@suse.cz
|
||||||
|
- HistoryLog added and used to log package installs/removes and
|
||||||
|
repository adds, removes, url and alias changes into
|
||||||
|
history.logfile (/var/log/zypp/history) (fate #110205)
|
||||||
|
- str::escape(string, char) added
|
||||||
|
- revision 11150
|
||||||
|
- version 5.12.0 (12)
|
||||||
|
* Tue Sep 23 2008 jkupec@suse.cz
|
||||||
|
- CredentialManager: look for credentials with
|
||||||
|
wanted_url.startsWith(stored_url)
|
||||||
|
- RepoManager: don't pass service credentials down to repos if
|
||||||
|
their urls are not based on service's url.
|
||||||
|
- revision 11134
|
||||||
|
* Mon Sep 22 2008 ma@suse.de
|
||||||
|
- Remove superfluous PRODUCT_REFERENCES attribute.
|
||||||
|
- revision 11127
|
||||||
|
* Mon Sep 22 2008 ma@suse.de
|
||||||
|
- Add Url::hasCredentialsInAuthority test for username or password
|
||||||
|
being encoded in the authority component. I.e. user:pass@host.
|
||||||
|
- Handle repos to be disabled disable in service refresh.
|
||||||
|
- revision 11126
|
||||||
|
* Mon Sep 22 2008 jkupec@suse.cz
|
||||||
|
- provided context to keyring callbacks (bnc #370223)
|
||||||
|
- merged trust & import callbacks (bnc #366467)
|
||||||
|
(don't worry, still allows to trust && !import)
|
||||||
|
- revision 11113
|
||||||
|
* Fri Sep 19 2008 ma@suse.de
|
||||||
|
- Moved DefaultAcceptBits enum to class KeyRing (formerly KeyRingReort).
|
||||||
|
- revision 11102
|
||||||
* Thu Sep 18 2008 ma@suse.de
|
* Thu Sep 18 2008 ma@suse.de
|
||||||
- Use service alias as namespace for it's repositories aliases.
|
- Use service alias as namespace for it's repositories aliases.
|
||||||
- revision 11097
|
- revision 11097
|
||||||
|
Loading…
x
Reference in New Issue
Block a user