Browse Source

python-blivet package update

Signed-off-by: basebuilder_pel7ppc64bebuilder0 <basebuilder@powerel.org>
master
basebuilder_pel7ppc64bebuilder0 5 years ago
parent
commit
373a6fb556
  1. 45
      SPECS/python-blivet.spec

45
SPECS/python-blivet.spec

@ -1,13 +1,14 @@ @@ -1,13 +1,14 @@
Summary: A python module for system storage configuration
Name: python-blivet
Url: http://fedoraproject.org/wiki/blivet
Version: 0.61.15.72
Version: 0.61.15.74
Release: 1%{?dist}
Epoch: 1
License: LGPLv2+
Group: System Environment/Libraries
%define realname blivet
Source0: http://github.com/dwlehman/blivet/archive/%{realname}-%{version}.tar.gz
#Source0: http://github.com/dwlehman/blivet/archive/%{realname}-%{version}.tar.gz
Source0: http://github.com/storaged-project/blivet/archive/%{realname}-%{version}.tar.gz

# Versions of required components (done so we make sure the buildrequires
# match the requires versions of things).
@ -44,13 +45,14 @@ Requires: python-pyblock >= %{pythonpyblockver} @@ -44,13 +45,14 @@ Requires: python-pyblock >= %{pythonpyblockver}
Requires: device-mapper-multipath
Requires: lsof
Requires: python-blockdev
Requires: python-six

%description
The python-blivet package is a python module for examining and modifying
storage configuration.

%prep
%setup -q -n %{realname}-%{version}
%setup -q -n %{realname}-%{realname}-%{version}

%build
make
@ -58,14 +60,45 @@ make @@ -58,14 +60,45 @@ make
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
%find_lang %{realname}
#%find_lang %{realname}

%files -f %{realname}.lang
%files
#-f %{realname}.lang
%defattr(-,root,root,-)
%doc README ChangeLog COPYING examples
%doc README COPYING examples
%{python_sitelib}/*

%changelog
* Tue Jun 18 2019 David Lehman <dlehman@redhat.com> - 0.61.15.74-1
- Handle exceptions raised from parted.Disk ctor. (dlehman)
Related: rhbz#1677383
- Recommend DASD disk label for disks with an existing DASD label (vtrefny)
Resolves: rhbz#1677383

* Tue Mar 26 2019 Vojtech Trefny <vtrefny@redhat.com> - 0.61.15.73-1
- Use --yes when calling pvresize (vtrefny)
Related: rhbz#1657000
- Fix typo in partitioning test cleanup. (dlehman)
Related: rhbz#1657000
- Remove selinux test that doesn't do anything meaningful. (dlehman)
Related: rhbz#1657000
- Improve parsing of mdadm detail output. (dlehman)
Related: rhbz#1657000
- Update btrfs tests to use sufficiently large loop devices. (dlehman)
Related: rhbz#1657000
- vfat labels apparently cannot contain lower case characters. (dlehman)
Related: rhbz#1657000
- Check label format regardless of mechanism used to set it. (dlehman)
Related: rhbz#1657000
- Adapt to presence or absence of python-mock. (dlehman)
Related: rhbz#1657000
- Fixed KS forcing zerombr onto RO disk (japokorn)
Resolves: rhbz#1544425
- Tell LVM to wipe cachepool metadata when attaching the cachepool (vtrefny)
Resolves: rhbz#1643531
- Add dependency on python-six (vtrefny)
Resolves: rhbz#1647173

* Mon Sep 03 2018 Vojtech Trefny <vtrefny@redhat.com> - 0.61.15.72-1
- Install ndctl when NVDIMMs are used. (dlehman)
Related: rhbz#1600496

Loading…
Cancel
Save