Accepting request 73544 from zypp:Head
update OBS-URL: https://build.opensuse.org/request/show/73544 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=236
This commit is contained in:
commit
e2ff2dcf89
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8d136a93f4b93f358d25b5e3aaadd762403512832046d87b5ae2f9cae82f19cb
|
|
||||||
size 4694585
|
|
3
libzypp-9.8.1.tar.bz2
Normal file
3
libzypp-9.8.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5d6800273adf3e3fcd1a51eb7f10f8b54967ee882dbdd40eb06249bd773dee73
|
||||||
|
size 4695223
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 14 13:38:00 CEST 2011 - ma@suse.de
|
||||||
|
|
||||||
|
- Fix download loop to skip non-install actions. (bnc#699435)
|
||||||
|
- version 9.8.1 (8)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 12 01:13:36 CEST 2011 - ma@suse.de
|
||||||
|
|
||||||
|
- Update zypp-po.tar.bz2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 9 09:34:51 CEST 2011 - ma@suse.de
|
Thu Jun 9 09:34:51 CEST 2011 - ma@suse.de
|
||||||
|
|
||||||
|
21
libzypp.spec
21
libzypp.spec
@ -1,30 +1,22 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp
|
# spec file for package libzypp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: libzypp
|
Name: libzypp
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: Package, Patch, Pattern, and Product Management
|
Summary: Package, Patch, Pattern, and Product Management
|
||||||
Version: 9.8.0
|
Version: 9.8.1
|
||||||
Release: 1
|
Release: 0
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -138,7 +130,6 @@ Authors:
|
|||||||
Ladislav Slezak <lslezak@suse.cz>
|
Ladislav Slezak <lslezak@suse.cz>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
|
||||||
Requires: libzypp = %{version}
|
Requires: libzypp = %{version}
|
||||||
Requires: libxml2-devel
|
Requires: libxml2-devel
|
||||||
Requires: openssl-devel
|
Requires: openssl-devel
|
||||||
@ -252,6 +243,7 @@ make -C po install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
cd ..
|
cd ..
|
||||||
%{find_lang} zypp
|
%{find_lang} zypp
|
||||||
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi
|
if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi
|
||||||
@ -316,6 +308,7 @@ if is_old ${LOCKSFILE}
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user