- update to 0.30
This commit is contained in:
parent
20afa320f7
commit
04b3d630ae
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ lsscsi-0.23.tgz
|
|||||||
/lsscsi-0.26.tgz
|
/lsscsi-0.26.tgz
|
||||||
/lsscsi-0.27.tgz
|
/lsscsi-0.27.tgz
|
||||||
/lsscsi-0.28.tgz
|
/lsscsi-0.28.tgz
|
||||||
|
/lsscsi-0.30.tgz
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
diff -up lsscsi-0.28/src/lsscsi.c.sysmacros lsscsi-0.28/src/lsscsi.c
|
|
||||||
--- lsscsi-0.28/src/lsscsi.c.sysmacros 2018-04-14 20:54:14.000000000 +0200
|
|
||||||
+++ lsscsi-0.28/src/lsscsi.c 2018-04-14 20:54:27.000000000 +0200
|
|
||||||
@@ -27,6 +27,7 @@
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <dirent.h>
|
|
||||||
#include <libgen.h>
|
|
||||||
+#include <sys/sysmacros.h>
|
|
||||||
#include <linux/major.h>
|
|
||||||
#include <linux/limits.h>
|
|
||||||
#include <time.h>
|
|
11
lsscsi.spec
11
lsscsi.spec
@ -1,12 +1,10 @@
|
|||||||
Summary: List SCSI devices (or hosts) and associated information
|
Summary: List SCSI devices (or hosts) and associated information
|
||||||
Name: lsscsi
|
Name: lsscsi
|
||||||
Version: 0.28
|
Version: 0.30
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source0: http://sg.danny.cz/scsi/%{name}-%{version}.tgz
|
Source0: http://sg.danny.cz/scsi/%{name}-%{version}.tgz
|
||||||
# fixed in https://github.com/hreinecke/lsscsi/commit/45b4bb13519a782df4d0a4dca471e0d576a6b87d
|
|
||||||
Patch0: %{name}-0.28-sysmacros.patch
|
|
||||||
URL: http://sg.danny.cz/scsi/lsscsi.html
|
URL: http://sg.danny.cz/scsi/lsscsi.html
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
|
||||||
@ -22,7 +20,7 @@ Author:
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1 -n %{name}-030r154
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -41,6 +39,9 @@ make DESTDIR=%{buildroot} install
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 24 2018 Dan Horák <dan[at]danny.cz> - 0.30-1
|
||||||
|
- update to 0.30
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-9
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user