This commit is contained in:
parent
62ffa9a1f5
commit
e57a4870e2
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d2972aa1e73a937852c0a0c2142ce8010dd21416951b8fcd0e873bda61c6e6a
|
||||
size 4672812
|
||||
oid sha256:f19d18f1bcf4a03b01de8e7baed1bf24d8b163bfb2f50bf1a96ee1ade67cf4bb
|
||||
size 4660272
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 7 20:21:09 CET 2008 - coolo@suse.de
|
||||
|
||||
- note for coolo: do not trust bash advisory from TPM colleagues
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 5 14:22:11 CET 2008 - ma@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 5.24.6
|
||||
Release: 1
|
||||
Release: 2
|
||||
Source: libzypp-5.24.6.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
@ -146,7 +146,8 @@ if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi
|
||||
LOCKSFILE=/etc/zypp/locks
|
||||
OLDLOCKSFILE=/etc/zypp/locks.old
|
||||
is_old(){
|
||||
test -f ${LOCKSFILE} || return 0
|
||||
# if no such file, exit with false (1 in bash)
|
||||
test -f ${LOCKSFILE} || return 1
|
||||
TEMP_FILE=`mktemp`
|
||||
cat ${LOCKSFILE} | sed '/^\#.*/ d;/.*:.*/d;/^[^[a-zA-Z\*?.0-9]*$/d' > ${TEMP_FILE}
|
||||
if [ -s ${TEMP_FILE} ]
|
||||
@ -234,6 +235,8 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Sun Dec 07 2008 coolo@suse.de
|
||||
- note for coolo: do not trust bash advisory from TPM colleagues
|
||||
* Fri Dec 05 2008 ma@suse.de
|
||||
- Fix solvers inappropriate selection as byUSER (bnc 455965)
|
||||
- revision 11891
|
||||
|
Loading…
Reference in New Issue
Block a user