This commit is contained in:
parent
fc021aac5d
commit
71a0396a87
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e17950c560c7f8401a1b7ad49c3cb3968860ae3cc4daa3cc088b1215616b40c
|
||||
size 9746210
|
3
libzypp-5.13.0.tar.bz2
Normal file
3
libzypp-5.13.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35b608c1a99437725561bbe960cf58759eeb4ce0cbff65786debb2019f6ceeca
|
||||
size 9633488
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 26 15:37:50 CEST 2008 - ma@suse.de
|
||||
|
||||
- Fix computation of Product::flavor.
|
||||
- Add Product::productLine. A vendor specific string denoting the
|
||||
product line.
|
||||
- revision 11182
|
||||
- version 5.13.0 (13)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 26 15:25:33 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- save user credentials after asking for them
|
||||
- revision 11181
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 25 23:19:55 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- ZConfig::credentialsGlobal{File,Dir}() added
|
||||
(/etc/zypp/credentials.{cat,d})
|
||||
- revision 11176
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 25 17:09:44 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- Target::setInstallationLogfile() removed from zypp/Target.h
|
||||
- revision 11171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 25 13:11:43 CEST 2008 - ma@suse.de
|
||||
|
||||
- Remove obsolete zypp-query-pool binary. zypper provides all
|
||||
the information one needs.
|
||||
- revision 11160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 24 19:11:19 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
|
29
libzypp.spec
29
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 5.12.1)
|
||||
# spec file for package libzypp (Version 5.13.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.12.1
|
||||
Version: 5.13.0
|
||||
Release: 1
|
||||
Source: libzypp-5.12.1.tar.bz2
|
||||
Source: libzypp-5.13.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.12.1
|
||||
Requires: libzypp == 5.13.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 >= 0.10.14
|
||||
@ -205,7 +205,6 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%dir %{_var}/lib/zypp
|
||||
%dir %{_var}/log/zypp
|
||||
%dir %{_var}/cache/zypp
|
||||
%{prefix}/lib/zypp
|
||||
%{prefix}/share/zypp
|
||||
%{prefix}/share/applications/package-manager.desktop
|
||||
%{prefix}/share/icons/hicolor/scalable/apps/package-manager-icon.svg
|
||||
@ -229,6 +228,26 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Fri Sep 26 2008 ma@suse.de
|
||||
- Fix computation of Product::flavor.
|
||||
- Add Product::productLine. A vendor specific string denoting the
|
||||
product line.
|
||||
- revision 11182
|
||||
- version 5.13.0 (13)
|
||||
* Fri Sep 26 2008 jkupec@suse.cz
|
||||
- save user credentials after asking for them
|
||||
- revision 11181
|
||||
* Fri Sep 26 2008 jkupec@suse.cz
|
||||
- ZConfig::credentialsGlobal{File,Dir}() added
|
||||
(/etc/zypp/credentials.{cat,d})
|
||||
- revision 11176
|
||||
* Thu Sep 25 2008 jkupec@suse.cz
|
||||
- Target::setInstallationLogfile() removed from zypp/Target.h
|
||||
- revision 11171
|
||||
* Thu Sep 25 2008 ma@suse.de
|
||||
- Remove obsolete zypp-query-pool binary. zypper provides all
|
||||
the information one needs.
|
||||
- revision 11160
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user