diff --git a/libzypp-4.2.10.tar.bz2 b/libzypp-4.2.10.tar.bz2 index 836b515..d56667d 100644 --- a/libzypp-4.2.10.tar.bz2 +++ b/libzypp-4.2.10.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ffb5f7a1c052b9130f5985663d4225352804a933408b5a9abe1b3d482c57a6c -size 5645727 +oid sha256:ea84bb6406ae75d05e79bdf77ecb3b1837df5b188698e21f38f66802f21349f5 +size 5646856 diff --git a/libzypp.changes b/libzypp.changes index 47d4b61..3671ab0 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 26 11:29:05 CET 2008 - schubi@suse.de + +- postinstall script fixed +- version 4.2.10 + ------------------------------------------------------------------- Mon Feb 25 17:06:53 CET 2008 - schubi@suse.de diff --git a/libzypp.spec b/libzypp.spec index 84f3575..1082353 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -18,17 +18,28 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on Summary: Package, Patch, Pattern, and Product Management Version: 4.2.10 -Release: 1 +Release: 2 Source: libzypp-4.2.10.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager Obsoletes: yast2-packagemanager BuildRequires: cmake -BuildRequires: libsatsolver-devel openssl-devel sqlite-devel +BuildRequires: libsatsolver-devel openssl-devel BuildRequires: boost-devel curl-devel dejagnu doxygen gcc-c++ gettext-devel graphviz hal-devel libxml2-devel rpm-devel +%if 0%{?suse_version} BuildRequires: hicolor-icon-theme update-desktop-files +%endif +%if 0%{?mandriva_version} +BuildRequires: sqlite3-devel +%else +BuildRequires: sqlite-devel +%endif +%if 0%{?suse_version} Requires: gpg2 +%else +Requires: gnupg +%endif Requires: satsolver-tools == %( echo `rpm -q --queryformat '%{VERSION}' satsolver-tools`) %description @@ -100,7 +111,7 @@ cd .. %post %run_ldconfig -test -f /var/cache/zypp/zypp.db && rm /var/cache/zypp/zypp.db +if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi #%{prefix}/lib/zypp/zypp-migrate-sources %postun @@ -135,6 +146,9 @@ test -f /var/cache/zypp/zypp.db && rm /var/cache/zypp/zypp.db %{_libdir}/pkgconfig/libzypp.pc %changelog +* Tue Feb 26 2008 schubi@suse.de +- postinstall script fixed +- version 4.2.10 * Mon Feb 25 2008 schubi@suse.de - Testcases regards modaliases, rpmlib, ... correctly - Revision 8904