forked from pool/libzypp
Accepting request 63221 from zypp:Head
Accepted submit request 63221 from user mlandres OBS-URL: https://build.opensuse.org/request/show/63221 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=230
This commit is contained in:
commit
52ef796ece
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82efdcc2b19dbc1c51f628cec3351be107aca298ef93cb3707e850f5c1f6bb72
|
||||
size 4955330
|
3
libzypp-8.12.2.tar.bz2
Normal file
3
libzypp-8.12.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea364c3b542ab49e828cc8f519c7072f57a672c1db22a7194cc74a051fdf7778
|
||||
size 4955115
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 14:24:27 UTC 2011 - dmacvicar@suse.de
|
||||
|
||||
- Do not look for $releasever 's value if there is no variable
|
||||
in the url: parses product file again and again
|
||||
- version 8.12.2 (10)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 10 16:01:46 CET 2011 - ma@suse.de
|
||||
|
||||
|
21
libzypp.spec
21
libzypp.spec
@ -1,30 +1,22 @@
|
||||
#
|
||||
# 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/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libzypp
|
||||
License: GPLv2+
|
||||
Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 8.12.1
|
||||
Release: 1
|
||||
Version: 8.12.2
|
||||
Release: 0
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
Provides: yast2-packagemanager
|
||||
@ -127,7 +119,6 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
License: GPLv2+
|
||||
Requires: libzypp = %{version}
|
||||
Requires: libxml2-devel
|
||||
Requires: openssl-devel
|
||||
@ -215,6 +206,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
|
||||
@ -279,6 +271,7 @@ if is_old ${LOCKSFILE}
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user