Merge pull request #996 from mmichal10/requirements.txt
rpm&deb: update dependencies
This commit is contained in:
commit
5f4f91d019
@ -4,6 +4,12 @@
|
||||
|
||||
-- <PACKAGE_MAINTAINER> <PACKAGE_DATE>
|
||||
|
||||
open-cas-linux (20.03.3.0303-1) trusty; urgency=medium
|
||||
|
||||
* Update dependencies
|
||||
|
||||
-- Michal Mielewczyk <michal.mielewczyk@intel.com> Mon, 22 Nov 2021 13:02:30 +0100
|
||||
|
||||
open-cas-linux (20.03.3.0303-1) trusty; urgency=medium
|
||||
|
||||
* Add DKMS support
|
||||
|
@ -9,7 +9,7 @@ Vcs-Git: <CAS_GIT>
|
||||
|
||||
Package: <CAS_NAME>
|
||||
Architecture: amd64
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python3,
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python3, python3-packaging, python3-yaml,
|
||||
<CAS_NAME>-modules (= <CAS_VERSION>-1)
|
||||
Description: Open Cache Acceleration Software
|
||||
Open Cache Acceleration Software (Open CAS) is an open source project
|
||||
|
@ -27,7 +27,7 @@ URL: <CAS_HOMEPAGE>
|
||||
Source0: https://github.com/Open-CAS/open-cas-linux/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
Packager: <PACKAGE_MAINTAINER>
|
||||
BuildRequires: coreutils, gawk, gcc, kernel-devel, kernel-headers, make
|
||||
Requires: <CAS_NAME>-modules-%{version}, python3, sed
|
||||
Requires: <CAS_NAME>-modules-%{version}, python3, sed, python3-packaging, python3-PyYAML
|
||||
%description
|
||||
Open Cache Acceleration Software (Open CAS) is an open source project
|
||||
encompassing block caching software libraries, adapters, tools and more.
|
||||
@ -161,6 +161,8 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 22 2021 Michal Mielewczyk <michal.mielewczyk@intel.com> - 21.06-1
|
||||
- Update dependencies
|
||||
* Mon Feb 8 2021 Rafal Stefanowski <rafal.stefanowski@intel.com> - 21.03-1
|
||||
- Improve python files handling
|
||||
* Tue Jan 5 2021 Rafal Stefanowski <rafal.stefanowski@intel.com> - 20.12-1
|
||||
|
Loading…
Reference in New Issue
Block a user