Accepting request 793761 from home:favogt:rpmsmalle
- Fix name of Packages DB file in rpmconfigcheck OBS-URL: https://build.opensuse.org/request/show/793761 OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=541
This commit is contained in:
parent
fdf9330afe
commit
a959f87767
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-rpm
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2017 Neal Gompa <ngompa13@gmail.com>.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -13,7 +13,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
@ -6,6 +6,11 @@ Tue Apr 14 11:50:49 CEST 2020 - mls@suse.de
|
||||
- Do not map the index database read-write all the time
|
||||
* new patch: ndb_backport2.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 08:16:30 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Fix name of Packages DB file in rpmconfigcheck
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 3 12:34:42 CEST 2020 - mls@suse.de
|
||||
|
||||
|
4
rpm.spec
4
rpm.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rpm
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
configcheckfile=/var/adm/rpmconfigcheck
|
||||
packages=/var/lib/rpm/Packages
|
||||
packages=/var/lib/rpm/Packages.db
|
||||
|
||||
if test -s $packages -a \( ! -e $configcheckfile -o -s $configcheckfile -o ! $packages -ot $configcheckfile \) ; then
|
||||
echo "Searching for unresolved configuration files"
|
||||
|
Loading…
Reference in New Issue
Block a user