forked from pool/libzypp
Accepting request 55208 from zypp:Head
Accepted submit request 55208 from user mlandres OBS-URL: https://build.opensuse.org/request/show/55208 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=221
This commit is contained in:
commit
9022b981e2
3
libzypp-8.10.1.tar.bz2
Normal file
3
libzypp-8.10.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8eb64c80a9e2ec39c38d83dc7466aaf6baa9ebbf1f6642934b334fb80233e27f
|
||||
size 4950638
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b99ff1b1c0018e7e0be09455cb23062de61b0c1158dcd95a937dd5983f78908
|
||||
size 4971198
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 14:15:12 CET 2010 - dheidler@suse.de
|
||||
|
||||
- fix retrieval of distributionVersion if target is not initialized
|
||||
- MultiCurl: make sure the server responds with "partial content",
|
||||
fixes corrupt downloads if the metalink file contains no checksums
|
||||
- version 8.10.1 (10)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 17:39:16 CET 2010 - dheidler@suse.de
|
||||
|
||||
- Added ReplacerVar caching in RepoInfo
|
||||
- Automaticly remove empty mirrorlist-files
|
||||
- version 8.10.0 (10)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 30 17:11:32 CET 2010 - dheidler@suse.de
|
||||
|
||||
- Added MirrorList caching
|
||||
- version 8.9.0 (7)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 29 12:31:37 CET 2010 - ma@suse.de
|
||||
|
||||
- Icons for libzypp should go into desktop-data. (bnc#329635)
|
||||
- version 8.8.2 (7)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 24 11:55:59 CET 2010 - ma@suse.de
|
||||
|
||||
- Properly handle FTP response 550. (bnc#645747)
|
||||
- version 8.8.1 (7)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 19 11:24:39 CET 2010 - mls@suse.de
|
||||
|
||||
- fix access of freed memory in MultiCurl (bnc#654600)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 7 01:13:39 CET 2010 - ma@suse.de
|
||||
|
||||
- Update zypp-po.tar.bz2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 3 16:06:46 CET 2010 - dheidler@suse.de
|
||||
|
||||
|
29
libzypp.spec
29
libzypp.spec
@ -1,30 +1,22 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 8.8.0)
|
||||
# spec file for package libzypp
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libzypp
|
||||
License: GPLv2+
|
||||
Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 8.8.0
|
||||
Release: 1
|
||||
Version: 8.10.1
|
||||
Release: 0
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
Provides: yast2-packagemanager
|
||||
@ -128,7 +120,6 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
License: GPLv2+
|
||||
Requires: libzypp = %{version}
|
||||
Requires: libxml2-devel
|
||||
Requires: openssl-devel
|
||||
@ -220,6 +211,7 @@ make -C po install DESTDIR=$RPM_BUILD_ROOT
|
||||
cd ..
|
||||
%{find_lang} zypp
|
||||
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi
|
||||
@ -284,6 +276,7 @@ if is_old ${LOCKSFILE}
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
@ -303,12 +296,6 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_prefix}/lib/zypp
|
||||
%{_datadir}/zypp
|
||||
%{_datadir}/applications/package-manager.desktop
|
||||
%{_datadir}/icons/hicolor/scalable/apps/package-manager-icon.svg
|
||||
%{_datadir}/icons/hicolor/16x16/apps/package-manager-icon.png
|
||||
%{_datadir}/icons/hicolor/22x22/apps/package-manager-icon.png
|
||||
%{_datadir}/icons/hicolor/24x24/apps/package-manager-icon.png
|
||||
%{_datadir}/icons/hicolor/32x32/apps/package-manager-icon.png
|
||||
%{_datadir}/icons/hicolor/48x48/apps/package-manager-icon.png
|
||||
%{_bindir}/*
|
||||
%{_libdir}/libzypp*so.*
|
||||
%doc %{_mandir}/man5/locks.5.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user