Accepting request 1086574 from home:fcrozat:branches:Base:System

- Fix url and download to up to date location.
- Add autoconf as BuildRequires.

OBS-URL: https://build.opensuse.org/request/show/1086574
OBS-URL: https://build.opensuse.org/package/show/Base:System/zisofs-tools?expand=0&rev=17
This commit is contained in:
Adam Majer 2023-05-11 15:47:06 +00:00 committed by Git OBS Bridge
parent e0dbf7f5a0
commit d7e24391cd
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae4e53e4914934d41660248fb59d3c8761f1f1fd180d5ec993c17ddb3afd04f3
size 52968

BIN
zisofs-tools-1.0.8.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 11 15:01:25 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
- Fix url and download to up to date location.
- Add autoconf as BuildRequires.
-------------------------------------------------------------------
Fri Mar 12 22:04:42 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package zisofs-tools
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -22,9 +22,9 @@ Release: 0
Summary: User tools for zisofs
License: GPL-2.0-or-later
Group: System/Filesystems
URL: https://www.kernel.org/pub/linux/utils/fs/zisofs/
#DL-URL: http://mirror.linux.org.au/linux/utils/fs/zisofs/
Source: http://ftp.be.debian.org/pub/linux/utils/fs/zisofs/%{name}-%{version}.tar.bz2
URL: https://git.kernel.org/pub/scm/fs/zisofs/zisofs-tools.git/
Source: https://git.kernel.org/pub/scm/fs/zisofs/zisofs-tools.git/snapshot/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: zlib-devel
Requires: mkisofs
@ -40,6 +40,8 @@ support.
%setup -q
%build
autoconf
autoheader
%configure
%make_build