This commit is contained in:
parent
d36eda08e4
commit
1ff52df732
4630
libzypp-3.22.1.patch
Normal file
4630
libzypp-3.22.1.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 5 14:33:02 CEST 2007 - jkupec@suse.cz
|
||||||
|
|
||||||
|
- fixed the order of operands of susetags local metadata status
|
||||||
|
computation which caused the YaST repositories to always get
|
||||||
|
refreshed (part of bug #304310)
|
||||||
|
- revision 7107
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 4 12:09:10 CEST 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
- comparing vendor with VendorAttr::equivalent
|
||||||
|
- revision 7103
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 3 18:43:51 CEST 2007 - schwab@suse.de
|
Mon Sep 3 18:43:51 CEST 2007 - schwab@suse.de
|
||||||
|
|
||||||
|
12
libzypp.spec
12
libzypp.spec
@ -17,9 +17,10 @@ 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: 2
|
Release: 4
|
||||||
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
|
||||||
@ -69,6 +70,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch -p2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir build
|
mkdir build
|
||||||
@ -125,6 +127,14 @@ cd ..
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 05 2007 - jkupec@suse.cz
|
||||||
|
- fixed the order of operands of susetags local metadata status
|
||||||
|
computation which caused the YaST repositories to always get
|
||||||
|
refreshed (part of bug #304310)
|
||||||
|
- revision 7107
|
||||||
|
* Tue Sep 04 2007 - schubi@suse.de
|
||||||
|
- comparing vendor with VendorAttr::equivalent
|
||||||
|
- revision 7103
|
||||||
* Mon Sep 03 2007 - schwab@suse.de
|
* Mon Sep 03 2007 - schwab@suse.de
|
||||||
- Use $RPM_OPT_FLAGS.
|
- Use $RPM_OPT_FLAGS.
|
||||||
* Mon Sep 03 2007 - ma@suse.de
|
* Mon Sep 03 2007 - ma@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user