diff --git a/libzypp-3.1.1.tar.bz2 b/libzypp-3.1.1.tar.bz2 deleted file mode 100644 index 263f65b..0000000 --- a/libzypp-3.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2612af0c0c92dd77f1433971357e3c03a69d970dd59e93b76b30d33ccd1b0cc6 -size 1631990 diff --git a/libzypp-3.2.0.tar.bz2 b/libzypp-3.2.0.tar.bz2 new file mode 100644 index 0000000..6e45491 --- /dev/null +++ b/libzypp-3.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9293c609e5b1cfc2174cc648ff6669aecbf1deec6bca3fb36d6fa2e4566b03ae +size 2623443 diff --git a/libzypp.changes b/libzypp.changes index 6882abf..a5cc340 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Wed Apr 18 21:42:28 CEST 2007 - ro@suse.de +Wed Apr 18 14:56:17 CEST 2007 - ma@suse.de -- quickfix to build: use normal sqlite for now +- Support filesystem dependencies to add needed filesystem RPMs + automatically (Fate 301966). +- revision 5404 +- version 3.2.0 ------------------------------------------------------------------- Mon Apr 16 11:23:15 CEST 2007 - jkupec@suse.cz diff --git a/libzypp.spec b/libzypp.spec index c38bac5..a5a5a86 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 3.1.1) +# spec file for package libzypp (Version 3.2.0) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,11 +16,11 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on Summary: Package, Patch, Pattern, and Product Management -Version: 3.1.1 -Release: 3 -Source: libzypp-3.1.1.tar.bz2 +Version: 3.2.0 +Release: 1 +Source: libzypp-3.2.0.tar.bz2 Prefix: /usr -Provides: yast2-packagemanager +Provides: yast2-packagemanager Obsoletes: yast2-packagemanager BuildRequires: cmake BuildRequires: sqlite sqlite-devel @@ -42,7 +42,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 3.1.1 +Requires: libzypp == 3.2.0 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 @@ -122,8 +122,11 @@ cd .. %{_libdir}/pkgconfig/libzypp.pc %changelog -* Wed Apr 18 2007 - ro@suse.de -- quickfix to build: use normal sqlite for now +* Wed Apr 18 2007 - ma@suse.de +- Support filesystem dependencies to add needed filesystem RPMs + automatically (Fate 301966). +- revision 5404 +- version 3.2.0 * Mon Apr 16 2007 - jkupec@suse.cz - avoiding attaching media where not needed (#263207) - r5381