Accepting request 58556 from zypp:Head
Accepted submit request 58556 from user mlandres OBS-URL: https://build.opensuse.org/request/show/58556 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=225
This commit is contained in:
commit
cb3ac5988c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:233be77a31061d1f70296404e4ac89dba9cd841a9136f1a1bf30332b142a380d
|
||||
size 4950804
|
3
libzypp-8.12.0.tar.bz2
Normal file
3
libzypp-8.12.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf84a8d5a9605a679bc1e12127d0f4913afb619446a4815fe3842c07d787cd3d
|
||||
size 4954648
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 12:45:18 CET 2011 - ma@suse.de
|
||||
|
||||
- Add new ServicePlugin Exceptions.
|
||||
- version 8.12.0 (10)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 01:13:32 CET 2011 - ma@suse.de
|
||||
|
||||
- Update zypp-po.tar.bz2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 23 14:42:02 CET 2010 - dheidler@suse.de
|
||||
|
||||
- add method to check if there are manually configured urls
|
||||
- version 8.11.0 (10)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 23 11:31:22 CET 2010 - dheidler@suse.de
|
||||
|
||||
- create cache directory, if it doesn't exist
|
||||
when saving mirrorlist
|
||||
- version 8.10.6 (10)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 12:38:22 CET 2010 - dheidler@suse.de
|
||||
|
||||
- moved keepPackages code to RepoInfo::Impl
|
||||
- version 8.10.5 (10)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 21 13:29:06 CET 2010 - dheidler@suse.de
|
||||
|
||||
- Fix caching of mirrorlist files
|
||||
- version 8.10.4 (10)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 19:46:00 CET 2010 - ma@suse.de
|
||||
|
||||
- Do not export keyring if rpmdb is initialised, but target isn't
|
||||
(bnc#659494)
|
||||
- version 8.10.3 (10)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 17:17:07 CET 2010 - dheidler@suse.de
|
||||
|
||||
|
24
libzypp.spec
24
libzypp.spec
@ -1,30 +1,22 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 8.10.2)
|
||||
# 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.10.2
|
||||
Release: 1
|
||||
Version: 8.12.0
|
||||
Release: 0
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
Provides: yast2-packagemanager
|
||||
@ -42,6 +34,7 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libproxy-devel
|
||||
|
||||
BuildRequires: libsatsolver-devel >= 0.14.17
|
||||
%if 0%{?suse_version}
|
||||
@ -128,7 +121,6 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
License: GPLv2+
|
||||
Requires: libzypp = %{version}
|
||||
Requires: libxml2-devel
|
||||
Requires: openssl-devel
|
||||
@ -220,6 +212,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 +277,7 @@ if is_old ${LOCKSFILE}
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
|
Loading…
Reference in New Issue
Block a user