Update to last sucessful build
OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=755
This commit is contained in:
parent
0a659d90e8
commit
9c1391e68a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c37f9170edb3172f922b21fcaa526078d3784647d0d6429eb404bf2201a85da0
|
||||
size 4963839
|
3
libzypp-9.0.1.tar.bz2
Normal file
3
libzypp-9.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3886f2d36a342c81d0f4541e38c88aa4f761682c5269493a4758227fdafe8a79
|
||||
size 4963718
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 12 18:49:32 CEST 2011 - dheidler@suse.de
|
||||
|
||||
- check for permissions before writing (fixes bnc#683509)
|
||||
- version 9.0.1 (0)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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: 8.12.2
|
||||
Version: 9.0.1
|
||||
Release: 0
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
@ -189,7 +189,11 @@ 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
|
||||
@ -280,7 +284,11 @@ 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