Steffen Winterfeldt 2017-08-17 08:24:45 +00:00 committed by Git OBS Bridge
parent e21c0b99b0
commit 765930e3ac
4 changed files with 42 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbe033e11e33627deda7ec062b0e2e90c13156bf32999306b483641e6e19ba01
size 702004

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f5a32058e3ffb90f65b8e7ea5bccc39816793c2e369170a7b9bc14d337e28a1
size 405048

View File

@ -1,3 +1,40 @@
--------------------------------------------------------------------
Tue Aug 15 08:53:49 UTC 2017 - aschnell@suse.de
- merge gh#openSUSE/libstorage-ng#328
- fixed license file
- 3.3.1
--------------------------------------------------------------------
Mon Aug 14 13:22:58 UTC 2017 - aschnell@suse.de
- merge gh#openSUSE/libstorage-ng#327
- added subsystem deactivate functions
- added deactivate function
- added integration test
- fixed typos
--------------------------------------------------------------------
Fri Aug 11 07:38:10 UTC 2017 - aschnell@suse.de
- merge gh#openSUSE/libstorage-ng#326
- generate Activate and Deactivate actions for BlkDevices
- activate and deactivate actions for LvmLv
- separate deactivation action for Md
- deactivation action for Multipath
- deactivate only active Encryptions
- coding style
- sort partition by number
--------------------------------------------------------------------
Wed Aug 9 14:10:41 UTC 2017 - wfeldt@opensuse.org
- merge gh#openSUSE/libstorage-ng#324
- submit to default YaST project (YaST:Head)
- generate changes file
- set version to 3.3.0
- 3.3.0
--------------------------------------------------------------------
Wed Aug 9 12:33:12 UTC 2017 - aschnell@suse.de

View File

@ -18,13 +18,13 @@
%define libname %{name}1
Name: libstorage-ng
Version: 3.3.0
Version: 3.3.1
Release: 0
Summary: Library for storage management
License: GPL-2.0
Group: System/Libraries
Url: http://github.com/openSUSE/libstorage-ng
Source: libstorage-ng-%{version}.tar.bz2
Source: %{name}-%{version}.tar.xz
%if 0%{?suse_version} >= 1330
BuildRequires: libboost_headers-devel
BuildRequires: libboost_test-devel