This commit is contained in:
parent
7556cc2e1f
commit
40da737f62
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:40b16de823fc4d4c2286b3c779af5a4b66b69e111e09bc52b7f53c501a8e0261
|
|
||||||
size 3014531
|
|
3
libzypp-3.13.13.tar.bz2
Normal file
3
libzypp-3.13.13.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c4c6ff4c8ce4004dab065e8a27d05b9adc0068775ba5191116536684f21f8a41
|
||||||
|
size 2977890
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 6 10:19:12 CEST 2007 - jkupec@suse.cz
|
||||||
|
|
||||||
|
- fixed YUM parser to properly create source packages
|
||||||
|
- disabled reading of filelists.xml.gz by default (the data are
|
||||||
|
currently not stored anyway)
|
||||||
|
- revision 6481
|
||||||
|
- version 3.13.13
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 4 01:03:19 CEST 2007 - ma@suse.de
|
Sat Aug 4 01:03:19 CEST 2007 - ma@suse.de
|
||||||
|
|
||||||
|
16
libzypp.spec
16
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 3.13.12)
|
# spec file for package libzypp (Version 3.13.13)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -16,10 +16,10 @@ Group: System/Packages
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: Package, Patch, Pattern, and Product Management
|
Summary: Package, Patch, Pattern, and Product Management
|
||||||
Version: 3.13.12
|
Version: 3.13.13
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-3.13.12.tar.bz2
|
Source: libzypp-3.13.13.tar.bz2
|
||||||
Source1: libzypp-3.13.12-rpmlintrc
|
Source1: libzypp-3.13.13-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
Obsoletes: yast2-packagemanager
|
Obsoletes: yast2-packagemanager
|
||||||
@ -44,7 +44,7 @@ Authors:
|
|||||||
Ladislav Slezak <lslezak@suse.cz>
|
Ladislav Slezak <lslezak@suse.cz>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Requires: libzypp == 3.13.12
|
Requires: libzypp == 3.13.13
|
||||||
Requires: libxml2-devel curl-devel openssl-devel rpm-devel glibc-devel zlib-devel
|
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: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel
|
||||||
Requires: cmake
|
Requires: cmake
|
||||||
@ -124,6 +124,12 @@ cd ..
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 06 2007 - jkupec@suse.cz
|
||||||
|
- fixed YUM parser to properly create source packages
|
||||||
|
- disabled reading of filelists.xml.gz by default (the data are
|
||||||
|
currently not stored anyway)
|
||||||
|
- revision 6481
|
||||||
|
- version 3.13.13
|
||||||
* Sat Aug 04 2007 - ma@suse.de
|
* Sat Aug 04 2007 - ma@suse.de
|
||||||
- Don't download unwanted translation files (#293740).
|
- Don't download unwanted translation files (#293740).
|
||||||
- revision 6470
|
- revision 6470
|
||||||
|
Loading…
Reference in New Issue
Block a user