This commit is contained in:
parent
15b5de2600
commit
e1cdff1cf0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:067a9109a3f3bea159301ed1a8b4b788f1680488883a201d63015e4ad374de27
|
||||
size 5675606
|
3
libzypp-4.6.1.tar.bz2
Normal file
3
libzypp-4.6.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcd389ec7d0fa4a62e282ff6219b79e4b29d2accfa9a5185cf1c32a05f58e362
|
||||
size 5677625
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
|
||||
|
||||
- Allow prioritizing repos by adding a line 'priority=N' to the
|
||||
.repo file. Where N is an integer number from 1 (highest prio)
|
||||
to 99 (least and default). (bnc #369827, fate #302872)
|
||||
- version 4.6.1
|
||||
- revision 9276
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de
|
||||
|
||||
|
14
libzypp.spec
14
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 4.6.0)
|
||||
# spec file for package libzypp (Version 4.6.1)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -17,9 +17,9 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 4.6.0
|
||||
Version: 4.6.1
|
||||
Release: 1
|
||||
Source: libzypp-4.6.0.tar.bz2
|
||||
Source: libzypp-4.6.1.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
@ -62,7 +62,7 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
Requires: libzypp == 4.6.0
|
||||
Requires: libzypp == 4.6.1
|
||||
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 libsatsolver-devel
|
||||
@ -156,6 +156,12 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Wed Mar 26 2008 ma@suse.de
|
||||
- Allow prioritizing repos by adding a line 'priority=N' to the
|
||||
.repo file. Where N is an integer number from 1 (highest prio)
|
||||
to 99 (least and default). (bnc #369827, fate #302872)
|
||||
- version 4.6.1
|
||||
- revision 9276
|
||||
* Mon Mar 24 2008 coolo@suse.de
|
||||
- support plaindir again (at least the most important parts)
|
||||
* Fri Mar 21 2008 jreidinger@suse.cz
|
||||
|
Loading…
Reference in New Issue
Block a user