Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
28ac240c09 | ||
|
|
259eb7b366 |
3 changed files with 9 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
|||
/wimlib-1.13.5.tar.gz
|
||||
/wimlib-1.13.6.tar.gz
|
||||
/wimlib-1.14.3.tar.gz
|
||||
/wimlib-1.14.4.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wimlib-1.14.3.tar.gz) = 397121a355e3577eb75590c58d6a00e400c52b5352311fa44a9d7dcc443f409dca14796ba74a807ce893d3cb24072ac642441ec22dc334b34a76d9dd5d135d32
|
||||
SHA512 (wimlib-1.14.4.tar.gz) = f3c25ee14fe849f452f004ce8137ef040410ea048555ae71180086f010858b6ed593c8881b805bac65f9ee878bf11661a7f17677c6c24e2c77149c35ee0cd853
|
||||
|
|
|
|||
13
wimlib.spec
13
wimlib.spec
|
|
@ -1,5 +1,5 @@
|
|||
Name: wimlib
|
||||
Version: 1.14.3
|
||||
Version: 1.14.4
|
||||
Release: 2%{?dist}
|
||||
Summary: Open source Windows Imaging (WIM) library
|
||||
|
||||
|
|
@ -16,12 +16,7 @@ BuildRequires: automake
|
|||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(fuse3)
|
||||
BuildRequires: pkgconfig(libcrypto)
|
||||
BuildRequires: pkgconfig(libntfs-3g)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
# Needed for tests
|
||||
# BuildRequires: ntfs-3g
|
||||
# BuildRequires: ntfsprogs
|
||||
|
||||
%description
|
||||
wimlib is a C library for creating, modifying, extracting, and mounting files in
|
||||
|
|
@ -89,6 +84,12 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 25 2025 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.14.4-2
|
||||
- Drop useless BuildRequires
|
||||
|
||||
* Sat Mar 02 2024 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.14.4-1
|
||||
- Update to 1.14.4
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue