This commit is contained in:
parent
46e80c80ac
commit
5700e7a472
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2612af0c0c92dd77f1433971357e3c03a69d970dd59e93b76b30d33ccd1b0cc6
|
||||
size 1631990
|
3
libzypp-3.2.0.tar.bz2
Normal file
3
libzypp-3.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9293c609e5b1cfc2174cc648ff6669aecbf1deec6bca3fb36d6fa2e4566b03ae
|
||||
size 2623443
|
@ -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
|
||||
|
19
libzypp.spec
19
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 <lslezak@suse.cz>
|
||||
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user