Update to last sucessful build
OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=754
This commit is contained in:
parent
aea80deb35
commit
0a659d90e8
3
libzypp-8.12.2.tar.bz2
Normal file
3
libzypp-8.12.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c37f9170edb3172f922b21fcaa526078d3784647d0d6429eb404bf2201a85da0
|
||||
size 4963839
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85489c44890d9c22896d55f5dced7e151368f1054217e59394033c2d4e8a31ca
|
||||
size 4963903
|
@ -1,27 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 5 12:08:27 CEST 2011 - ma@suse.de
|
||||
|
||||
- Switch ResPoolProxy to use multimap in order to allow iteration
|
||||
of all Selectables of all kinds.
|
||||
- Add upper/lower_bound iteration to MapKVIterator.
|
||||
- Add stream output for multimap/set.
|
||||
- version 9.0.0 (0)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 15:08:08 CEST 2011 - ma@suse.de
|
||||
|
||||
- Update zypp-po.tar.bz2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 15:04:47 CEST 2011 - ma@suse.de
|
||||
|
||||
- Update zypp-po.tar.bz2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 15:03:55 CEST 2011 - ma@suse.de
|
||||
|
||||
- Update zypp-po.tar.bz2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 10 01:13:39 CET 2011 - ma@suse.de
|
||||
|
||||
|
10
libzypp.spec
10
libzypp.spec
@ -15,7 +15,7 @@ License: GPLv2+
|
||||
Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 9.0.0
|
||||
Version: 8.12.2
|
||||
Release: 0
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
@ -189,11 +189,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
cd build
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
make -C doc/autodoc install DESTDIR=$RPM_BUILD_ROOT
|
||||
%if 0%{?fedora_version}
|
||||
ln -s %{_sysconfdir}/yum.repos.d $RPM_BUILD_ROOT%{_sysconfdir}/zypp/repos.d
|
||||
%else
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/repos.d
|
||||
%endif
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/services.d
|
||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp
|
||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins
|
||||
@ -284,11 +280,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%files -f zypp.lang
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/zypp
|
||||
%if 0%{?fedora_version}
|
||||
%{_sysconfdir}/zypp/repos.d
|
||||
%else
|
||||
%dir %{_sysconfdir}/zypp/repos.d
|
||||
%endif
|
||||
%dir %{_sysconfdir}/zypp/services.d
|
||||
%config(noreplace) %{_sysconfdir}/zypp/zypp.conf
|
||||
%config(noreplace) %{_sysconfdir}/zypp/systemCheck
|
||||
|
Loading…
Reference in New Issue
Block a user