From d8b71abee134c9a2568c428e04a66f885c7df08291fd371e872f43ca42125519 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 11 Jun 2019 14:12:18 +0000 Subject: [PATCH 1/2] Accepting request 709155 from home:dimstar:Factory Allow OBS to pick better candidates to shorten rebuild queues OBS-URL: https://build.opensuse.org/request/show/709155 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsmaintenance?expand=0&rev=46 --- btrfsmaintenance.changes | 6 ++++++ btrfsmaintenance.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/btrfsmaintenance.changes b/btrfsmaintenance.changes index 2d99050..23e45d6 100644 --- a/btrfsmaintenance.changes +++ b/btrfsmaintenance.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 11 12:34:37 UTC 2019 - Dominique Leuenberger + +- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to + shortcut the build queues by allowing usage of systemd-mini + ------------------------------------------------------------------- Tue Mar 12 20:37:45 UTC 2019 - jeffm@suse.com diff --git a/btrfsmaintenance.spec b/btrfsmaintenance.spec index 4d69cd2..6c25126 100644 --- a/btrfsmaintenance.spec +++ b/btrfsmaintenance.spec @@ -35,12 +35,12 @@ Patch2: 0002-sysconfig-reduce-default-balance-usage-thresholds-fa.patch Patch3: 0003-sysconfig-document-using-systemd.time-7-for-frequenc.patch Patch4: 0004-btrfsmaintenance-refresh-cron.sh-validate-periods-fo.patch Patch5: 0005-btrfs-defrag-plugin-remove-dependency-on-zypp-plugin.patch -BuildRequires: systemd +BuildRequires: pkgconfig(systemd) Requires: btrfsprogs Requires: libzypp(plugin:commit) Supplements: btrfsprogs BuildArch: noarch -%{?systemd_requires} +%{?systemd_orderign} %description Scripts for btrfs maintenance tasks like periodic scrub, balance, trim or defrag From 38dcd842563ea424dec91779ce44bc3f31533509292fdfa935f85fa8ca2324b1 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 11 Jun 2019 15:24:30 +0000 Subject: [PATCH 2/2] Accepting request 709215 from home:dsterba:branches:filesystems - spec: fix typo in macro name OBS-URL: https://build.opensuse.org/request/show/709215 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsmaintenance?expand=0&rev=47 --- btrfsmaintenance.changes | 5 +++++ btrfsmaintenance.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/btrfsmaintenance.changes b/btrfsmaintenance.changes index 23e45d6..2eb8e3c 100644 --- a/btrfsmaintenance.changes +++ b/btrfsmaintenance.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 11 16:34:56 CEST 2019 - dsterba@suse.cz + +- spec: fix typo in macro name + ------------------------------------------------------------------- Tue Jun 11 12:34:37 UTC 2019 - Dominique Leuenberger diff --git a/btrfsmaintenance.spec b/btrfsmaintenance.spec index 6c25126..b1aa095 100644 --- a/btrfsmaintenance.spec +++ b/btrfsmaintenance.spec @@ -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/ # @@ -40,7 +40,7 @@ Requires: btrfsprogs Requires: libzypp(plugin:commit) Supplements: btrfsprogs BuildArch: noarch -%{?systemd_orderign} +%{?systemd_ordering} %description Scripts for btrfs maintenance tasks like periodic scrub, balance, trim or defrag