This commit is contained in:
parent
d0e25e5eb5
commit
1d3268a484
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:18f00097f88c96223f94cbcdb40883fd1d28b6eb1ae6af8c7283bf33099388a7
|
|
||||||
size 11529693
|
|
3
libzypp-5.15.1.tar.bz2
Normal file
3
libzypp-5.15.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c7b6d4af238e0c73c7aaaa466612f0ef7d32136e39b5e9dc20bdbb5192bbfc57
|
||||||
|
size 11445880
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 8 16:24:25 CEST 2008 - jkupec@suse.cz
|
||||||
|
|
||||||
|
- detect and use unused loop device for mounting ISO images
|
||||||
|
(bnc #428009)
|
||||||
|
- revision 11262
|
||||||
|
- version 5.15.1 (13)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 8 15:39:08 CEST 2008 - jkupec@suse.cz
|
||||||
|
|
||||||
|
- fixed segfault when saving the probed repo type in
|
||||||
|
RepoManager::refreshMetadata() (bnc #431963)
|
||||||
|
- revision 11261
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 8 11:33:00 CEST 2008 - dmacvicar@suse.de
|
||||||
|
|
||||||
|
- improve log message (bnc#429114)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 8 11:15:20 CEST 2008 - lslezak@suse.cz
|
||||||
|
|
||||||
|
- disk usage - ignore /proc filesystem (bnc#418783)
|
||||||
|
- revision 11258
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 7 13:24:10 CEST 2008 - ma@suse.de
|
Tue Oct 7 13:24:10 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
22
libzypp.spec
22
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 5.15.0)
|
# spec file for package libzypp (Version 5.15.1)
|
||||||
#
|
#
|
||||||
# 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.15.0
|
Version: 5.15.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-5.15.0.tar.bz2
|
Source: libzypp-5.15.1.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.15.0
|
Requires: libzypp == 5.15.1
|
||||||
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,6 +228,20 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 08 2008 jkupec@suse.cz
|
||||||
|
- detect and use unused loop device for mounting ISO images
|
||||||
|
(bnc #428009)
|
||||||
|
- revision 11262
|
||||||
|
- version 5.15.1 (13)
|
||||||
|
* Wed Oct 08 2008 jkupec@suse.cz
|
||||||
|
- fixed segfault when saving the probed repo type in
|
||||||
|
RepoManager::refreshMetadata() (bnc #431963)
|
||||||
|
- revision 11261
|
||||||
|
* Wed Oct 08 2008 dmacvicar@suse.de
|
||||||
|
- improve log message (bnc#429114)
|
||||||
|
* Wed Oct 08 2008 lslezak@suse.cz
|
||||||
|
- disk usage - ignore /proc filesystem (bnc#418783)
|
||||||
|
- revision 11258
|
||||||
* Tue Oct 07 2008 ma@suse.de
|
* Tue Oct 07 2008 ma@suse.de
|
||||||
- Fixed detection of loopback mounted iso-files. The mtab entry does
|
- Fixed detection of loopback mounted iso-files. The mtab entry does
|
||||||
not necessarily mention the iso-file. (bnc #432504)
|
not necessarily mention the iso-file. (bnc #432504)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user