diff --git a/.files b/.files index 5bfc3d3..d1143b6 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index aaf602e..c23958f 100644 --- a/.rev +++ b/.rev @@ -452,4 +452,12 @@ Changes against the original submit request: - update to upstream version 3.0.7 845694 + + 4ad513a8c9a6115f37344d265b14648a + 3.0.7.33374 + + dimstar_suse + - address Factory build failure due to new check (based on comment from SR#864289) + 867157 + diff --git a/firebird-rpmlintrc b/firebird-rpmlintrc new file mode 100644 index 0000000..a2c2870 --- /dev/null +++ b/firebird-rpmlintrc @@ -0,0 +1,2 @@ +addFilter("E: suse-deprecated-init-script") +addFilter("E: suse-obsolete-insserv-requirement") diff --git a/firebird.changes b/firebird.changes index 4ab4150..1e628f8 100644 --- a/firebird.changes +++ b/firebird.changes @@ -1,4 +1,19 @@ ------------------------------------------------------------------- +Wed Jan 27 08:18:52 UTC 2021 - Michal Kubeček + +- update specfile to reflect rpmlintrc rename + +------------------------------------------------------------------- +Wed Jan 27 07:48:21 UTC 2021 - Michal Kubeček + +- rename firebird to firebird-rpmlintrc (requested by reviewer) + +------------------------------------------------------------------- +Tue Jan 12 10:44:37 UTC 2021 - Michal Kubeček + +- add rpmlintrc to suppress bogus build errors in Factory + +------------------------------------------------------------------- Sat Oct 31 19:57:48 UTC 2020 - Michal Kubeček - update to upstream version 3.0.7 diff --git a/firebird.spec b/firebird.spec index 32922ac..652e294 100644 --- a/firebird.spec +++ b/firebird.spec @@ -1,7 +1,7 @@ # # spec file for package firebird # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,6 +30,7 @@ Source: Firebird-%{version}-%{up_stage}.tar.xz Source1: README.SUSE Source2: 50-server.conf Source3: firebird-clean-tar.sh +Source998: %{name}-rpmlintrc Source999: baselibs.conf BuildRequires: autoconf >= 2.67 BuildRequires: gcc-c++