This commit is contained in:
parent
fc009dd6e5
commit
26140662aa
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f3e17b369b539b8826a02376c4213631b4ea62478a89aaaa6e61bf681913b95
|
||||
size 4651829
|
||||
oid sha256:85fb1a543e7876dee0a199d47e6f6df9a628f5a657a1754d1d253e3fdc3f31d8
|
||||
size 4651985
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 26 13:49:56 CET 2009 - ma@suse.de
|
||||
|
||||
- Use correct default for zconfig(solver.checkSystemFile) (bnc# 475144)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 26 01:25:33 CET 2009 - ma@suse.de
|
||||
|
||||
- Prevent ResStatus from overriding user locks. (bnc #475230)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 22 15:27:11 CET 2009 - ma@suse.de
|
||||
|
||||
|
12
libzypp.spec
12
libzypp.spec
@ -25,7 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 6.1.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Source: libzypp-6.1.0.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
@ -120,6 +120,12 @@ cmake -DCMAKE_INSTALL_PREFIX=%{prefix} \
|
||||
make %{?jobs:-j %jobs} VERBOSE=1
|
||||
make -C doc/autodoc %{?jobs:-j %jobs}
|
||||
make -C po %{?jobs:-j %jobs} translations
|
||||
%if 0%{?run_testsuite}
|
||||
make -C tests %{?jobs:-j %jobs}
|
||||
pushd tests
|
||||
ctest -A
|
||||
popd
|
||||
%endif
|
||||
#make check
|
||||
|
||||
%install
|
||||
@ -239,6 +245,10 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Thu Feb 26 2009 ma@suse.de
|
||||
- Use correct default for zconfig(solver.checkSystemFile) (bnc# 475144)
|
||||
* Thu Feb 26 2009 ma@suse.de
|
||||
- Prevent ResStatus from overriding user locks. (bnc #475230)
|
||||
* Sun Feb 22 2009 ma@suse.de
|
||||
- Never refresh repositories from CD/DVD, once they are created. (bnc #476429)
|
||||
* Sat Feb 21 2009 dmacvicar@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user