Sync from SUSE:SLFO:Main mksusecd revision 9c83f9a2b2e3c881921f5305c7e6a132
This commit is contained in:
parent
57efbc49ed
commit
70c909f46b
BIN
mksusecd-3.3.tar.xz
(Stored with Git LFS)
BIN
mksusecd-3.3.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
mksusecd-3.5.tar.xz
(Stored with Git LFS)
Normal file
BIN
mksusecd-3.5.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,22 @@
|
||||
--------------------------------------------------------------------
|
||||
Thu Feb 20 15:06:26 UTC 2025 - wfeldt@opensuse.org
|
||||
|
||||
- merge gh#openSUSE/mksusecd#83
|
||||
- add missing perl-JSON dependency
|
||||
- rework signature test wording
|
||||
- change --ignore option to accept only one argument
|
||||
- 3.5
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Wed Feb 19 13:56:09 UTC 2025 - wfeldt@opensuse.org
|
||||
|
||||
- merge gh#openSUSE/mksusecd#82
|
||||
- add verifymedia tool to check SUSE media for technical
|
||||
correctness (bsc#1236828)
|
||||
- moved isohybrid into separate directory
|
||||
- add sligthly stripped down version of parti
|
||||
- 3.4
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Fri Feb 7 11:56:42 UTC 2025 - wfeldt@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: mksusecd
|
||||
Version: 3.3
|
||||
Version: 3.5
|
||||
Release: 0
|
||||
Summary: Tool to create SUSE Linux installation ISOs
|
||||
License: GPL-3.0+
|
||||
@ -48,6 +48,10 @@ Requires: gpg2
|
||||
Requires: mtools
|
||||
Requires: squashfs
|
||||
Requires: xz
|
||||
Requires: perl-JSON
|
||||
BuildRequires: pkgconfig(blkid)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: pkgconfig(json-c)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -61,6 +65,7 @@ This is a tool to create SUSE Linux installation ISOs.
|
||||
%install
|
||||
make DESTDIR=%{buildroot} LIBDIR=%{_libexecdir} BINDIR=%{_bindir} install %{?_smp_mflags}
|
||||
install -D -m 644 mksusecd.1 %{buildroot}%{_mandir}/man1/mksusecd.1
|
||||
install -D -m 644 verifymedia.1 %{buildroot}%{_mandir}/man1/verifymedia.1
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -68,6 +73,7 @@ install -D -m 644 mksusecd.1 %{buildroot}%{_mandir}/man1/mksusecd.1
|
||||
%{_libexecdir}/%{name}
|
||||
%doc README* *.md
|
||||
%doc %{_mandir}/man1/mksusecd.*
|
||||
%doc %{_mandir}/man1/verifymedia.*
|
||||
%if %suse_version >= 1500
|
||||
%license COPYING*
|
||||
%else
|
||||
|
Loading…
x
Reference in New Issue
Block a user