This commit is contained in:
parent
e20cadcfcf
commit
819cecf5bb
3
libzypp-4.2.10.tar.bz2
Normal file
3
libzypp-4.2.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ffb5f7a1c052b9130f5985663d4225352804a933408b5a9abe1b3d482c57a6c
|
||||
size 5645727
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3cebe91fec757b504227658aecdf3acec352539ec0e06dba48431e1fd479eb6
|
||||
size 5683680
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 17:06:53 CET 2008 - schubi@suse.de
|
||||
|
||||
- Testcases regards modaliases, rpmlib, ... correctly
|
||||
- Revision 8904
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 13:20:26 CET 2008 - ma@suse.de
|
||||
|
||||
- Remove obsolete sql database. (bnc#363224)
|
||||
- revision 8898
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 22 14:03:59 CET 2008 - ma@suse.de
|
||||
|
||||
|
15
libzypp.spec
15
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 4.2.9)
|
||||
# spec file for package libzypp (Version 4.2.10)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -17,9 +17,9 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 4.2.9
|
||||
Version: 4.2.10
|
||||
Release: 1
|
||||
Source: libzypp-4.2.9.tar.bz2
|
||||
Source: libzypp-4.2.10.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
@ -46,7 +46,7 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
Requires: libzypp == 4.2.9
|
||||
Requires: libzypp == 4.2.10
|
||||
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 libsatsolver-devel
|
||||
@ -100,6 +100,7 @@ cd ..
|
||||
|
||||
%post
|
||||
%run_ldconfig
|
||||
test -f /var/cache/zypp/zypp.db && rm /var/cache/zypp/zypp.db
|
||||
#%{prefix}/lib/zypp/zypp-migrate-sources
|
||||
|
||||
%postun
|
||||
@ -134,6 +135,12 @@ cd ..
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Mon Feb 25 2008 schubi@suse.de
|
||||
- Testcases regards modaliases, rpmlib, ... correctly
|
||||
- Revision 8904
|
||||
* Mon Feb 25 2008 ma@suse.de
|
||||
- Remove obsolete sql database. (bnc#363224)
|
||||
- revision 8898
|
||||
* Fri Feb 22 2008 ma@suse.de
|
||||
- Take care target uses --root when creating solv files (bnc #363789)
|
||||
- revision 8881
|
||||
|
Loading…
Reference in New Issue
Block a user