forked from pool/libzypp
This commit is contained in:
parent
1ff52df732
commit
acbf2f0961
4630
libzypp-3.22.1.patch
4630
libzypp-3.22.1.patch
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:89f5fb856d034830cd798ee57b0aa9590c01e8982b184119d1490ef499f31c71
|
oid sha256:9bcbffa830d8045df68d80f3d87aebae726b3a47ede4be723181f72fc26e9f59
|
||||||
size 2921872
|
size 2938792
|
||||||
|
@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 7 13:03:48 CEST 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
- RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
|
||||||
|
308252
|
||||||
|
- r 7143
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 6 18:22:36 CEST 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
- Error: Select two candidate with the same name while update.
|
||||||
|
Solution: If there is a candidate which is already selected for installation -->
|
||||||
|
take thatone #308082
|
||||||
|
- r 7132
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 6 14:11:58 CEST 2007 - ma@suse.de
|
||||||
|
|
||||||
|
- Work arround installed patterns providing an empty vendor string. (#307743)
|
||||||
|
- Let the solver treat vendor suse and opensuse as equivalent.
|
||||||
|
- version 3.22.4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 6 12:33:27 CEST 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
- Checking item before evaluating the concerning vendor. bug #307941
|
||||||
|
- r 7119
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 6 02:24:37 CEST 2007 - dmacvicar@suse.de
|
||||||
|
|
||||||
|
- Fix for bug #307163 - empty package descriptions
|
||||||
|
a.k.a shared tag not 100% implemented
|
||||||
|
- r 7117
|
||||||
|
- version 3.22.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 5 17:52:37 CEST 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
- logging "reverse" NEEDED_BY in the detail description of solver
|
||||||
|
problems.
|
||||||
|
- improved error message if a requiremnt is not fulfilled Bug 307743
|
||||||
|
- Add "ignore" option to the solution if a requirement is not fulfilled
|
||||||
|
Bug 304276
|
||||||
|
- revision 7113
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 5 14:33:02 CEST 2007 - jkupec@suse.cz
|
Wed Sep 5 14:33:02 CEST 2007 - jkupec@suse.cz
|
||||||
|
|
||||||
@ -5,12 +51,13 @@ Wed Sep 5 14:33:02 CEST 2007 - jkupec@suse.cz
|
|||||||
computation which caused the YaST repositories to always get
|
computation which caused the YaST repositories to always get
|
||||||
refreshed (part of bug #304310)
|
refreshed (part of bug #304310)
|
||||||
- revision 7107
|
- revision 7107
|
||||||
|
- version 3.22.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 4 12:09:10 CEST 2007 - schubi@suse.de
|
Tue Sep 4 12:09:10 CEST 2007 - schubi@suse.de
|
||||||
|
|
||||||
- comparing vendor with VendorAttr::equivalent
|
- comparing vendor with VendorAttr::equivalent
|
||||||
- revision 7103
|
- revision 7103
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 3 18:43:51 CEST 2007 - schwab@suse.de
|
Mon Sep 3 18:43:51 CEST 2007 - schwab@suse.de
|
||||||
|
33
libzypp.spec
33
libzypp.spec
@ -17,10 +17,9 @@ 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.22.1
|
Version: 3.22.1
|
||||||
Release: 4
|
Release: 7
|
||||||
Source: libzypp-3.22.1.tar.bz2
|
Source: libzypp-3.22.1.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Patch: libzypp-3.22.1.patch
|
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
Obsoletes: yast2-packagemanager
|
Obsoletes: yast2-packagemanager
|
||||||
@ -70,7 +69,6 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p2
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir build
|
mkdir build
|
||||||
@ -127,11 +125,40 @@ cd ..
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 07 2007 - schubi@suse.de
|
||||||
|
- RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
|
||||||
|
308252
|
||||||
|
- r 7143
|
||||||
|
* Thu Sep 06 2007 - schubi@suse.de
|
||||||
|
- Error: Select two candidate with the same name while update.
|
||||||
|
Solution: If there is a candidate which is already selected for installation -->
|
||||||
|
take thatone #308082
|
||||||
|
- r 7132
|
||||||
|
* Thu Sep 06 2007 - ma@suse.de
|
||||||
|
- Work arround installed patterns providing an empty vendor string. (#307743)
|
||||||
|
- Let the solver treat vendor suse and opensuse as equivalent.
|
||||||
|
- version 3.22.4
|
||||||
|
* Thu Sep 06 2007 - schubi@suse.de
|
||||||
|
- Checking item before evaluating the concerning vendor. bug #307941
|
||||||
|
- r 7119
|
||||||
|
* Thu Sep 06 2007 - dmacvicar@suse.de
|
||||||
|
- Fix for bug #307163 - empty package descriptions
|
||||||
|
a.k.a shared tag not 100%% implemented
|
||||||
|
- r 7117
|
||||||
|
- version 3.22.3
|
||||||
|
* Wed Sep 05 2007 - schubi@suse.de
|
||||||
|
- logging "reverse" NEEDED_BY in the detail description of solver
|
||||||
|
problems.
|
||||||
|
- improved error message if a requiremnt is not fulfilled Bug 307743
|
||||||
|
- Add "ignore" option to the solution if a requirement is not fulfilled
|
||||||
|
Bug 304276
|
||||||
|
- revision 7113
|
||||||
* Wed Sep 05 2007 - jkupec@suse.cz
|
* Wed Sep 05 2007 - jkupec@suse.cz
|
||||||
- fixed the order of operands of susetags local metadata status
|
- fixed the order of operands of susetags local metadata status
|
||||||
computation which caused the YaST repositories to always get
|
computation which caused the YaST repositories to always get
|
||||||
refreshed (part of bug #304310)
|
refreshed (part of bug #304310)
|
||||||
- revision 7107
|
- revision 7107
|
||||||
|
- version 3.22.2
|
||||||
* Tue Sep 04 2007 - schubi@suse.de
|
* Tue Sep 04 2007 - schubi@suse.de
|
||||||
- comparing vendor with VendorAttr::equivalent
|
- comparing vendor with VendorAttr::equivalent
|
||||||
- revision 7103
|
- revision 7103
|
||||||
|
Loading…
x
Reference in New Issue
Block a user