This commit is contained in:
parent
2e490aba64
commit
d0e25e5eb5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0d56d28019c8a2ac6d181295900b29347818bf0404fea410ce4007c30c6d8073
|
|
||||||
size 11527897
|
|
3
libzypp-5.15.0.tar.bz2
Normal file
3
libzypp-5.15.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18f00097f88c96223f94cbcdb40883fd1d28b6eb1ae6af8c7283bf33099388a7
|
||||||
|
size 11529693
|
@ -1,7 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 13:24:10 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Fixed detection of loopback mounted iso-files. The mtab entry does
|
||||||
|
not necessarily mention the iso-file. (bnc #432504)
|
||||||
|
- revision 11252
|
||||||
|
- version 5.15.0 (13)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 2 19:46:13 CEST 2008 - ma@suse.de
|
Thu Oct 2 19:46:13 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
- Add zypp.conf option 'download.use_deltarpm_always' to enable using
|
- Add zypp.conf option 'download.use_deltarpmr.always' to enable using
|
||||||
delta rpms even if the package is available on a local source.
|
delta rpms even if the package is available on a local source.
|
||||||
(Axel C. Frinke)
|
(Axel C. Frinke)
|
||||||
- revision 11235
|
- revision 11235
|
||||||
|
15
libzypp.spec
15
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 5.14.0)
|
# spec file for package libzypp (Version 5.15.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -24,9 +24,9 @@ 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.14.0
|
Version: 5.15.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-5.14.0.tar.bz2
|
Source: libzypp-5.15.0.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -70,7 +70,7 @@ Authors:
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Requires: libzypp == 5.14.0
|
Requires: libzypp == 5.15.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 >= 0.10.14
|
Requires: cmake libsatsolver-devel >= 0.10.14
|
||||||
@ -228,8 +228,13 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 07 2008 ma@suse.de
|
||||||
|
- Fixed detection of loopback mounted iso-files. The mtab entry does
|
||||||
|
not necessarily mention the iso-file. (bnc #432504)
|
||||||
|
- revision 11252
|
||||||
|
- version 5.15.0 (13)
|
||||||
* Thu Oct 02 2008 ma@suse.de
|
* Thu Oct 02 2008 ma@suse.de
|
||||||
- Add zypp.conf option 'download.use_deltarpm_always' to enable using
|
- Add zypp.conf option 'download.use_deltarpmr.always' to enable using
|
||||||
delta rpms even if the package is available on a local source.
|
delta rpms even if the package is available on a local source.
|
||||||
(Axel C. Frinke)
|
(Axel C. Frinke)
|
||||||
- revision 11235
|
- revision 11235
|
||||||
|
Loading…
Reference in New Issue
Block a user