This commit is contained in:
parent
da5cd0424c
commit
cc15525914
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:87efa850d20e2ed7b65cd066afb3ab92c2a8e06bb5d71d320016b17fe01c5e92
|
|
||||||
size 10644795
|
|
3
libzypp-4.21.2.tar.bz2
Normal file
3
libzypp-4.21.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f6c564649afc9afba732f9765895b349d86c827a29447d7ccbf8ce2a118626a6
|
||||||
|
size 10589589
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 12 17:21:19 CEST 2008 - jkupec@suse.cz
|
||||||
|
|
||||||
|
- /etc/zypp/products.d added to file list (bnc #385868)
|
||||||
|
- revision 10049
|
||||||
|
- version 4.21.2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 12 17:15:34 CEST 2008 - jkupec@suse.cz
|
||||||
|
|
||||||
|
- call RemoveResolvableReport::problem() before finish() on error
|
||||||
|
(bnc #388810)
|
||||||
|
- revision 10045
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 10 21:57:29 CEST 2008 - coolo@suse.de
|
Sat May 10 21:57:29 CEST 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
19
libzypp.spec
19
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 4.21.1)
|
# spec file for package libzypp (Version 4.21.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 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
|
||||||
@ -17,9 +17,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: 4.21.1
|
Version: 4.21.2
|
||||||
Release: 2
|
Release: 1
|
||||||
Source: libzypp-4.21.1.tar.bz2
|
Source: libzypp-4.21.2.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -60,7 +60,7 @@ Authors:
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Requires: libzypp == 4.21.1
|
Requires: libzypp == 4.21.2
|
||||||
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 libsatsolver-devel
|
Requires: cmake libsatsolver-devel
|
||||||
@ -131,6 +131,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir /etc/zypp
|
%dir /etc/zypp
|
||||||
%dir /etc/zypp/repos.d
|
%dir /etc/zypp/repos.d
|
||||||
|
%dir /etc/zypp/products.d
|
||||||
%config(noreplace) /etc/zypp/zypp.conf
|
%config(noreplace) /etc/zypp/zypp.conf
|
||||||
%{prefix}/lib/zypp
|
%{prefix}/lib/zypp
|
||||||
%{prefix}/share/zypp
|
%{prefix}/share/zypp
|
||||||
@ -155,6 +156,14 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 12 2008 jkupec@suse.cz
|
||||||
|
- /etc/zypp/products.d added to file list (bnc #385868)
|
||||||
|
- revision 10049
|
||||||
|
- version 4.21.2
|
||||||
|
* Mon May 12 2008 jkupec@suse.cz
|
||||||
|
- call RemoveResolvableReport::problem() before finish() on error
|
||||||
|
(bnc #388810)
|
||||||
|
- revision 10045
|
||||||
* Sat May 10 2008 coolo@suse.de
|
* Sat May 10 2008 coolo@suse.de
|
||||||
- fix file list
|
- fix file list
|
||||||
* Sat May 10 2008 ma@suse.de
|
* Sat May 10 2008 ma@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user