- move lszdev to core
This commit is contained in:
parent
1409803b15
commit
6ce1f4d14f
@ -6,7 +6,7 @@ diff -up s390-tools-2.9.0/zipl/src/Makefile.blscfg-rpm-nvr-sort s390-tools-2.9.0
|
|||||||
ALL_LDFLAGS += -Wl,-z,noexecstack $(NO_PIE_LDFLAGS)
|
ALL_LDFLAGS += -Wl,-z,noexecstack $(NO_PIE_LDFLAGS)
|
||||||
|
|
||||||
-libs = $(rootdir)/libutil/libutil.a
|
-libs = $(rootdir)/libutil/libutil.a
|
||||||
+libs = $(rootdir)/libutil/libutil.a -lrpmio
|
+libs = $(rootdir)/libutil/libutil.a -lrpmio -lrpm
|
||||||
|
|
||||||
objects = misc.o error.o scan.o job.o boot.o bootmap.o disk.o \
|
objects = misc.o error.o scan.o job.o boot.o bootmap.o disk.o \
|
||||||
install.o zipl.o $(rootdir)/zipl/boot/data.o
|
install.o zipl.o $(rootdir)/zipl/boot/data.o
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Name: s390utils
|
Name: s390utils
|
||||||
Summary: Utilities and daemons for IBM z Systems
|
Summary: Utilities and daemons for IBM z Systems
|
||||||
Version: 2.15.1
|
Version: 2.15.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: MIT
|
License: MIT
|
||||||
ExclusiveArch: s390 s390x
|
ExclusiveArch: s390 s390x
|
||||||
@ -179,6 +179,7 @@ This package provides minimal set of tools needed to system to boot.
|
|||||||
%{_sbindir}/dasdfmt
|
%{_sbindir}/dasdfmt
|
||||||
%{_sbindir}/dasdinfo
|
%{_sbindir}/dasdinfo
|
||||||
%{_sbindir}/fdasd
|
%{_sbindir}/fdasd
|
||||||
|
%{_sbindir}/lszdev
|
||||||
%{_sbindir}/zipl
|
%{_sbindir}/zipl
|
||||||
%dir /lib/s390-tools/
|
%dir /lib/s390-tools/
|
||||||
/lib/s390-tools/{zipl,chreipl}_helper.*
|
/lib/s390-tools/{zipl,chreipl}_helper.*
|
||||||
@ -197,6 +198,7 @@ This package provides minimal set of tools needed to system to boot.
|
|||||||
%{_mandir}/man8/dasdfmt.8*
|
%{_mandir}/man8/dasdfmt.8*
|
||||||
%{_mandir}/man8/dasdinfo.8*
|
%{_mandir}/man8/dasdinfo.8*
|
||||||
%{_mandir}/man8/fdasd.8*
|
%{_mandir}/man8/fdasd.8*
|
||||||
|
%{_mandir}/man8/lszdev.8*
|
||||||
%{_mandir}/man8/zipl.8*
|
%{_mandir}/man8/zipl.8*
|
||||||
|
|
||||||
# Additional Fedora/RHEL specific stuff
|
# Additional Fedora/RHEL specific stuff
|
||||||
@ -419,7 +421,6 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
|
|||||||
%{_sbindir}/lsstp
|
%{_sbindir}/lsstp
|
||||||
%{_sbindir}/lstape
|
%{_sbindir}/lstape
|
||||||
%{_sbindir}/lszcrypt
|
%{_sbindir}/lszcrypt
|
||||||
%{_sbindir}/lszdev
|
|
||||||
%{_sbindir}/lszfcp
|
%{_sbindir}/lszfcp
|
||||||
%{_sbindir}/qetharp
|
%{_sbindir}/qetharp
|
||||||
%{_sbindir}/qethconf
|
%{_sbindir}/qethconf
|
||||||
@ -487,7 +488,6 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
|
|||||||
%{_mandir}/man8/lsstp.8*
|
%{_mandir}/man8/lsstp.8*
|
||||||
%{_mandir}/man8/lstape.8*
|
%{_mandir}/man8/lstape.8*
|
||||||
%{_mandir}/man8/lszcrypt.8*
|
%{_mandir}/man8/lszcrypt.8*
|
||||||
%{_mandir}/man8/lszdev.8*
|
|
||||||
%{_mandir}/man8/lszfcp.8*
|
%{_mandir}/man8/lszfcp.8*
|
||||||
%{_mandir}/man8/qetharp.8*
|
%{_mandir}/man8/qetharp.8*
|
||||||
%{_mandir}/man8/qethconf.8*
|
%{_mandir}/man8/qethconf.8*
|
||||||
@ -804,6 +804,9 @@ User-space development files for the s390/s390x architecture.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 05 2021 Dan Horák <dan[at]danny.cz> - 2:2.15.1-4
|
||||||
|
- move lszdev to core
|
||||||
|
|
||||||
* Mon Jan 04 2021 Dan Horák <dan[at]danny.cz> - 2:2.15.1-3
|
* Mon Jan 04 2021 Dan Horák <dan[at]danny.cz> - 2:2.15.1-3
|
||||||
- move fdasd to core
|
- move fdasd to core
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user