diff --git a/zisofs-tools-1.0.8.tar.bz2 b/zisofs-tools-1.0.8.tar.bz2 deleted file mode 100644 index fb42f48..0000000 --- a/zisofs-tools-1.0.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae4e53e4914934d41660248fb59d3c8761f1f1fd180d5ec993c17ddb3afd04f3 -size 52968 diff --git a/zisofs-tools-1.0.8.tar.gz b/zisofs-tools-1.0.8.tar.gz new file mode 100644 index 0000000..55fbe54 --- /dev/null +++ b/zisofs-tools-1.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d166de7f2d703d56a0d5779fd3621bed32d3cd26b81b34ab507ff7fd66c54ea6 +size 26989 diff --git a/zisofs-tools.changes b/zisofs-tools.changes index bf6a0bf..5d4bf94 100644 --- a/zisofs-tools.changes +++ b/zisofs-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 11 15:01:25 UTC 2023 - Frederic Crozat + +- Fix url and download to up to date location. +- Add autoconf as BuildRequires. + ------------------------------------------------------------------- Fri Mar 12 22:04:42 UTC 2021 - Dirk Müller diff --git a/zisofs-tools.spec b/zisofs-tools.spec index f350fa3..febfc3e 100644 --- a/zisofs-tools.spec +++ b/zisofs-tools.spec @@ -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