Accepting request 664655 from Base:System
OBS-URL: https://build.opensuse.org/request/show/664655 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/udisks2?expand=0&rev=32
This commit is contained in:
commit
f7c2663fe1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:512da29063de1cd4ecbfd9182d4faea0aff40835eaac69bc9f08e20ec56d16fe
|
||||
size 1315047
|
3
udisks-2.7.8.tar.bz2
Normal file
3
udisks-2.7.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f34e3375d786e6eb634f9f29c5222d444a25321749ab100d604b86c7c5c74128
|
||||
size 1304114
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 11:54:40 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.7.8:
|
||||
+ Fix string format vulnerability (CVE-2018-17336)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 25 22:59:33 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
@ -10,7 +16,7 @@ Wed Mar 28 02:56:37 UTC 2018 - luc14n0@linuxmail.org
|
||||
- Require specific libblockdev plugins in due udisks2's modules,
|
||||
following libblockdev's plugins split (bsc#1086447).
|
||||
- Drop redundant libblockdev-devel BuildRequires: it is not needed
|
||||
once its pkgconfig module is already a requirement.
|
||||
once its pkgconfig module is already a requirement.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 00:34:27 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
11
udisks2.spec
11
udisks2.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package udisks2
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,16 +12,15 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
%define somajor 0
|
||||
%define libudisks lib%{name}-%{somajor}
|
||||
%define libblockdev_version 2.14
|
||||
|
||||
%define libblockdev_version 2.18
|
||||
Name: udisks2
|
||||
Version: 2.7.6
|
||||
Version: 2.7.8
|
||||
Release: 0
|
||||
Summary: Disk Manager
|
||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||
@ -89,8 +88,8 @@ Requires: udev >= 208
|
||||
Requires: util-linux
|
||||
# For mkfs.xfs, xfs_admin
|
||||
Requires: xfsprogs
|
||||
Recommends: %{name}-lang
|
||||
Recommends: %{libudisks}_btrfs
|
||||
Recommends: %{name}-lang
|
||||
%{?systemd_requires}
|
||||
# Upstream First - Policy:
|
||||
# Never add any patches to this package without the upstream commit id
|
||||
|
Loading…
Reference in New Issue
Block a user