From 3349c3b266e9ceaa166467417c33fb89437d929becbfd3f18eec3501e0dbd7db Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 15 Aug 2019 07:47:01 +0000 Subject: [PATCH 1/2] Accepting request 723281 from home:dimstar:Factory - Update to version 0.g29: * find-requires.ksyms: Move modinfo and modprobe before the ksym dependency code. OBS-URL: https://build.opensuse.org/request/show/723281 OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm-config-SUSE?expand=0&rev=17 --- _service | 1 + _servicedata | 4 ++++ rpm-config-SUSE-0.g27.tar.xz | 3 --- rpm-config-SUSE-0.g29.tar.xz | 3 +++ rpm-config-SUSE.changes | 6 ++++++ rpm-config-SUSE.spec | 2 +- 6 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 _servicedata delete mode 100644 rpm-config-SUSE-0.g27.tar.xz create mode 100644 rpm-config-SUSE-0.g29.tar.xz diff --git a/_service b/_service index e4b0f13..35cf23c 100644 --- a/_service +++ b/_service @@ -4,6 +4,7 @@ https://github.com/openSUSE/rpm-config-SUSE e56ce28a20ccfa1d37d3b66eb943bd12922b61ae 0.g@TAG_OFFSET@ + enable *.tar diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..af803cc --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/openSUSE/rpm-config-SUSE + 5cc9254be696f7d54829a7672fc3d325f0918b0b \ No newline at end of file diff --git a/rpm-config-SUSE-0.g27.tar.xz b/rpm-config-SUSE-0.g27.tar.xz deleted file mode 100644 index 9fb3d5d..0000000 --- a/rpm-config-SUSE-0.g27.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d304eee5d2f2a0f2173b9594fd395b50c5449d78df20a16b277f98e6f18a6a8f -size 15004 diff --git a/rpm-config-SUSE-0.g29.tar.xz b/rpm-config-SUSE-0.g29.tar.xz new file mode 100644 index 0000000..755647b --- /dev/null +++ b/rpm-config-SUSE-0.g29.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a058ce0b445bf6dce38b713cd5e5edfaf60773d7620465282091a8748c5577 +size 14996 diff --git a/rpm-config-SUSE.changes b/rpm-config-SUSE.changes index 5c2cf9c..3331498 100644 --- a/rpm-config-SUSE.changes +++ b/rpm-config-SUSE.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 14 11:25:25 UTC 2019 - dimstar@opensuse.org + +- Update to version 0.g29: + * find-requires.ksyms: Move modinfo and modprobe before the ksym dependency code. + ------------------------------------------------------------------- Tue Jun 18 13:25:45 UTC 2019 - Takashi Iwai diff --git a/rpm-config-SUSE.spec b/rpm-config-SUSE.spec index eee7377..891ab73 100644 --- a/rpm-config-SUSE.spec +++ b/rpm-config-SUSE.spec @@ -18,7 +18,7 @@ Name: rpm-config-SUSE -Version: 0.g27 +Version: 0.g29 Release: 0 Summary: SUSE specific RPM configuration files License: GPL-2.0-or-later From ee5c666885a4570f3f59151a3ce787741bc5a5ac2f7a850de70fa41b04e0cb61 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 20 Aug 2019 12:15:53 +0000 Subject: [PATCH 2/2] Accepting request 723805 from home:michals - Update to version 0.g32: * find-provides.ksyms, find-requires.ksyms: cleanup kernel version handling (bsc#1145601). * find-requires.ksyms: fix matching of uninstalled files (bsc#1145601). OBS-URL: https://build.opensuse.org/request/show/723805 OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm-config-SUSE?expand=0&rev=18 --- _servicedata | 4 +++- rpm-config-SUSE-0.g29.tar.xz | 3 --- rpm-config-SUSE-0.g32.tar.xz | 3 +++ rpm-config-SUSE.changes | 7 +++++++ rpm-config-SUSE.spec | 4 ++-- 5 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 rpm-config-SUSE-0.g29.tar.xz create mode 100644 rpm-config-SUSE-0.g32.tar.xz diff --git a/_servicedata b/_servicedata index af803cc..f248d7a 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,6 @@ https://github.com/openSUSE/rpm-config-SUSE - 5cc9254be696f7d54829a7672fc3d325f0918b0b \ No newline at end of file + 5cc9254be696f7d54829a7672fc3d325f0918b0b + https://github.com/hramrach/rpm-config-SUSE + 5ca49877086ae0ef42b3ecf650034ec80a1c9513 \ No newline at end of file diff --git a/rpm-config-SUSE-0.g29.tar.xz b/rpm-config-SUSE-0.g29.tar.xz deleted file mode 100644 index 755647b..0000000 --- a/rpm-config-SUSE-0.g29.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2a058ce0b445bf6dce38b713cd5e5edfaf60773d7620465282091a8748c5577 -size 14996 diff --git a/rpm-config-SUSE-0.g32.tar.xz b/rpm-config-SUSE-0.g32.tar.xz new file mode 100644 index 0000000..9b2ad3f --- /dev/null +++ b/rpm-config-SUSE-0.g32.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240fae435c3e8281c9f5ba4dbf2832d431903fcccbd8195604d60ccd2c94b307 +size 15080 diff --git a/rpm-config-SUSE.changes b/rpm-config-SUSE.changes index 3331498..b5e9c36 100644 --- a/rpm-config-SUSE.changes +++ b/rpm-config-SUSE.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 15 17:53:05 UTC 2019 - msuchanek@suse.de + +- Update to version 0.g32: + * find-provides.ksyms, find-requires.ksyms: cleanup kernel version handling (bsc#1145601). + * find-requires.ksyms: fix matching of uninstalled files (bsc#1145601). + ------------------------------------------------------------------- Wed Aug 14 11:25:25 UTC 2019 - dimstar@opensuse.org diff --git a/rpm-config-SUSE.spec b/rpm-config-SUSE.spec index 891ab73..c121e86 100644 --- a/rpm-config-SUSE.spec +++ b/rpm-config-SUSE.spec @@ -13,12 +13,12 @@ # 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/ # Name: rpm-config-SUSE -Version: 0.g29 +Version: 0.g32 Release: 0 Summary: SUSE specific RPM configuration files License: GPL-2.0-or-later