forked from pool/libzypp
This commit is contained in:
parent
5513e6c38e
commit
a7ddc88140
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0294039ec371641b89abae6a529360c21999594f3653a976588590daa7f742d2
|
|
||||||
size 2936885
|
|
3
libzypp-3.24.5.tar.bz2
Normal file
3
libzypp-3.24.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3534a6b973de743b7d4cc41e11f60ba9cd759bb8a3df23c0b23dc7c1806c166b
|
||||||
|
size 2936193
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de
|
||||||
|
|
||||||
|
- Avoid calling rpm repeatedly in case of an error. This is fault-prone,
|
||||||
|
esp. if the error occurred executing the packages post-install script.
|
||||||
|
- version 3.24.5
|
||||||
|
- revision 7317
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
|
Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
|
||||||
|
|
||||||
|
13
libzypp.spec
13
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 3.24.4)
|
# spec file for package libzypp (Version 3.24.5)
|
||||||
#
|
#
|
||||||
# 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,9 +16,9 @@ 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.24.4
|
Version: 3.24.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-3.24.4.tar.bz2
|
Source: libzypp-3.24.5.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -44,7 +44,7 @@ Authors:
|
|||||||
Ladislav Slezak <lslezak@suse.cz>
|
Ladislav Slezak <lslezak@suse.cz>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Requires: libzypp == 3.24.4
|
Requires: libzypp == 3.24.5
|
||||||
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
|
||||||
@ -129,6 +129,11 @@ cd ..
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Sep 20 2007 - ma@suse.de
|
* Thu Sep 20 2007 - ma@suse.de
|
||||||
|
- Avoid calling rpm repeatedly in case of an error. This is fault-prone,
|
||||||
|
esp. if the error occurred executing the packages post-install script.
|
||||||
|
- version 3.24.5
|
||||||
|
- revision 7317
|
||||||
|
* Thu Sep 20 2007 - ma@suse.de
|
||||||
- If a package is deselected by user, apply this soft lock to all
|
- If a package is deselected by user, apply this soft lock to all
|
||||||
available versions of this package.
|
available versions of this package.
|
||||||
- version 3.24.4
|
- version 3.24.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user