Steffen Winterfeldt 2017-08-17 08:32:03 +00:00 committed by Git OBS Bridge
parent 272b81c9f5
commit a6088488c9
4 changed files with 53 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:a069da663a3abfc1e4e6889060339225119cc59e2f852353ef098d74e80ef796
size 393736

View File

@ -1,3 +1,51 @@
--------------------------------------------------------------------
Thu Aug 17 08:28:48 UTC 2017 - wfeldt@opensuse.org
- merge gh#openSUSE/libstorage-ng#329
- use linuxrc-devtools tooling for OBS auto-submission
- remove VERSION and libstorage-ng.changes from git repo
- add git2log and make_package scripts
- don't forget to actually create the VERSION file
- point more often to linuxrc-devtools project
- add link to linuxrc-devtools workflow overview
- 3.3.1
--------------------------------------------------------------------
Tue Aug 15 08:53:49 UTC 2017 - aschnell@suse.de
- merge gh#openSUSE/libstorage-ng#328
- fixed license file
--------------------------------------------------------------------
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