diff --git a/python-rpm.spec b/python-rpm.spec index 5046317..6d845c0 100644 --- a/python-rpm.spec +++ b/python-rpm.spec @@ -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 . # # 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/ # diff --git a/rpm.changes b/rpm.changes index 51fb72f..b2ac982 100644 --- a/rpm.changes +++ b/rpm.changes @@ -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 + +- Fix name of Packages DB file in rpmconfigcheck + ------------------------------------------------------------------- Fri Apr 3 12:34:42 CEST 2020 - mls@suse.de diff --git a/rpm.spec b/rpm.spec index ffe102e..ad5e092 100644 --- a/rpm.spec +++ b/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/ # diff --git a/rpmconfigcheck b/rpmconfigcheck index 5e030d0..4863961 100644 --- a/rpmconfigcheck +++ b/rpmconfigcheck @@ -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"