This commit is contained in:
parent
4ce567dbd7
commit
b1be4e6fa3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:764ff213a08d8f4863e2dca34aaf6462af40a5be56ecbd28f509d2b31930eaeb
|
||||
size 2968797
|
3
libzypp-4.1.4.tar.bz2
Normal file
3
libzypp-4.1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08edfef0acfc72b9b62c5a925eda30061ab726e4c08cc36f10e06ce7910763b3
|
||||
size 2982381
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de
|
||||
|
||||
- Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
|
||||
e.g.: ZYPP_SAT_SOLVER=1 zypper install foo
|
||||
- version 4.1.4
|
||||
- revision 7998
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 28 15:12:33 CET 2007 - aschnell@suse.de
|
||||
|
||||
- make IniParser more strict (bug #306697)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 26 13:19:34 CET 2007 - ma@suse.de
|
||||
|
||||
- Fix missing packages in patch content list. (#340896)
|
||||
- revision 7925
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 16 12:46:39 CET 2007 - coolo@suse.de
|
||||
|
||||
|
21
libzypp.spec
21
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 4.1.3)
|
||||
# spec file for package libzypp (Version 4.1.4)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -16,9 +16,9 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 4.1.3
|
||||
Release: 3
|
||||
Source: libzypp-4.1.3.tar.bz2
|
||||
Version: 4.1.4
|
||||
Release: 1
|
||||
Source: libzypp-4.1.4.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
@ -44,7 +44,7 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
Requires: libzypp == 4.1.3
|
||||
Requires: libzypp == 4.1.4
|
||||
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: cmake
|
||||
@ -130,7 +130,18 @@ cd ..
|
||||
%{prefix}/include/zypp/*
|
||||
%{prefix}/share/cmake/Modules/FindZypp.cmake
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Fri Nov 30 2007 - schubi@suse.de
|
||||
- Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
|
||||
e.g.: ZYPP_SAT_SOLVER=1 zypper install foo
|
||||
- version 4.1.4
|
||||
- revision 7998
|
||||
* Wed Nov 28 2007 - aschnell@suse.de
|
||||
- make IniParser more strict (bug #306697)
|
||||
* Mon Nov 26 2007 - ma@suse.de
|
||||
- Fix missing packages in patch content list. (#340896)
|
||||
- revision 7925
|
||||
* Fri Nov 16 2007 - coolo@suse.de
|
||||
- fix build
|
||||
* Wed Nov 14 2007 - ma@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user