Hello community, here is the log from the commit of package cryptctl for openSUSE:Factory checked in at 2020-02-04 19:57:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cryptctl (Old) and /work/SRC/openSUSE:Factory/.cryptctl.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cryptctl" Tue Feb 4 19:57:23 2020 rev:9 rq:769963 version:2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/cryptctl/cryptctl.changes 2017-11-25 08:42:52.753776274 +0100 +++ /work/SRC/openSUSE:Factory/.cryptctl.new.26092/cryptctl.changes 2020-02-04 19:57:24.645463592 +0100 @@ -1,0 +2,7 @@ +Mon Feb 3 12:13:56 UTC 2020 - Dominique Leuenberger <[email protected]> + +- BuildRequire pkgconfig(systemd|udev) instead of systemd and udev: + Allow OBS to shortcut through -mini flavors. +- Name the rpmlintrc file according the policy: cryptctl-rpmlintrc. + +------------------------------------------------------------------- Old: ---- rpmlintrc New: ---- cryptctl-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cryptctl.spec ++++++ --- /var/tmp/diff_new_pack.bKUFjD/_old 2020-02-04 19:57:25.313463981 +0100 +++ /var/tmp/diff_new_pack.bKUFjD/_new 2020-02-04 19:57:25.317463984 +0100 @@ -1,7 +1,7 @@ # # spec file for package cryptctl # -# Copyright (c) 2017 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/ # @@ -25,14 +25,14 @@ Version: 2.3 Release: 0 Summary: A utility for setting up LUKS-based disk encryption -License: GPL-3.0 +License: GPL-3.0-only Group: System/Management -Url: https://www.suse.com/products/sles-for-sap +URL: https://www.suse.com/products/sles-for-sap Source0: %{name}-%{version}.tgz -Source1: rpmlintrc +Source1: %{name}-rpmlintrc BuildRequires: go -BuildRequires: systemd -BuildRequires: udev +BuildRequires: pkgconfig(systemd) +BuildRequires: pkgconfig(udev) Requires: btrfsprogs Requires: cryptsetup Requires: e2fsprogs @@ -105,7 +105,7 @@ %files %defattr(-,root,root) -%config %{_fillupdir}/* +%{_fillupdir}/* %dir %{_localstatedir}/lib/%{name} %dir %{_sysconfdir}/%{name}/ %dir %{_sysconfdir}/%{name}/servertls ++++++ cryptctl-rpmlintrc ++++++ addFilter("statically-linked-binary") addFilter("systemd-service-without-service*")
