Skip to content

Commit

Permalink
libstoragemgmt: Autospec creation for update from version 1.9.6 to ve…
Browse files Browse the repository at this point in the history
…rsion 1.9.8

Tony Asleson (11):
      Update configuration
      Adding support for packit.dev
      Update CI
      hpsa: Fix typo
      Reformat py with `make format`
      Megaraid: Handle  missing 'Enable JBOD' in 'Capabilities'
      Add addl. targets
      Packit: remove el7 build
      new release
      Correction for fips error
      New release

1.9.8: Apr 17 2023
    * FIPS correction
      libstorage/libstoragemgmt#528

1.9.7: Jan 27 2023
    * Fix megaraid for PERC H330 Adapter
      libstorage/libstoragemgmt#520
  • Loading branch information
fenrus75 committed Oct 16, 2023
1 parent 2369baf commit f6c550c
Show file tree
Hide file tree
Showing 11 changed files with 480 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := libstoragemgmt
URL = https://github.com/libstorage/libstoragemgmt/releases/download/1.9.6/libstoragemgmt-1.9.6.tar.gz
URL = https://github.com/libstorage/libstoragemgmt/releases/download/1.9.8/libstoragemgmt-1.9.8.tar.gz
ARCHIVES =

include ../common/Makefile.common
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
News for libStorageMgmt

1.9.8: Apr 17 2023
* FIPS correction
https://github.com/libstorage/libstoragemgmt/pull/528

1.9.7: Jan 27 2023
* Fix megaraid for PERC H330 Adapter
https://github.com/libstorage/libstoragemgmt/issues/520

1.9.6: Nov 8 2022
* Correct run directory

Expand Down
3 changes: 3 additions & 0 deletions buildreq_cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
1.9.8
procps-ng
valgrind
4 changes: 4 additions & 0 deletions configure_misses
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Configure miss: g++ option to enable C++11 features
Configure miss: g++ option to enable C++11 features
Configure miss: x86_64-generic-linux-gnu-file
Configure miss: x86_64-generic-linux-gnu-file
Loading

0 comments on commit f6c550c

Please sign in to comment.