-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed bdist_rpm configuration (#762)
- Loading branch information
1 parent
e510086
commit 268408e
Showing
4 changed files
with
5 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
dfvfs (20240210-1) unstable; urgency=low | ||
dfvfs (20240317-1) unstable; urgency=low | ||
|
||
* Auto-generated | ||
|
||
-- Log2Timeline maintainers <[email protected]> Sat, 10 Feb 2024 08:05:11 +0100 | ||
-- Log2Timeline maintainers <[email protected]> Sun, 17 Mar 2024 06:03:29 +0100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
types and file formats. | ||
""" | ||
|
||
__version__ = '20240210' | ||
__version__ = '20240317' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = dfvfs | ||
version = 20240210 | ||
version = 20240317 | ||
description = Digital Forensics Virtual File System (dfVFS). | ||
long_description = dfVFS, or Digital Forensics Virtual File System, provides read-only access to file-system objects from various storage media types and file formats. The goal of dfVFS is to provide a generic interface for accessing file-system objects, for which it uses several back-ends that provide the actual implementation of the various storage media types, volume systems and file systems. | ||
long_description_content_type = text/plain | ||
|
@@ -44,48 +44,5 @@ manifest = MANIFEST | |
template = MANIFEST.test_data.in | ||
manifest = MANIFEST.test_data | ||
|
||
[bdist_rpm] | ||
release = 1 | ||
packager = Log2Timeline maintainers <[email protected]> | ||
doc_files = | ||
ACKNOWLEDGEMENTS | ||
AUTHORS | ||
LICENSE | ||
README | ||
build_requires = python3-setuptools | ||
requires = | ||
libbde-python3 >= 20220121 | ||
libcaes-python3 >= 20240114 | ||
libewf-python3 >= 20131210 | ||
libfcrypto-python3 >= 20240114 | ||
libfsapfs-python3 >= 20220709 | ||
libfsext-python3 >= 20220829 | ||
libfsfat-python3 >= 20220925 | ||
libfshfs-python3 >= 20220831 | ||
libfsntfs-python3 >= 20211229 | ||
libfsxfs-python3 >= 20220829 | ||
libfvde-python3 >= 20220121 | ||
libfwnt-python3 >= 20210717 | ||
libluksde-python3 >= 20220121 | ||
libmodi-python3 >= 20210405 | ||
libphdi-python3 >= 20220228 | ||
libqcow-python3 >= 20201213 | ||
libsigscan-python3 >= 20230109 | ||
libsmdev-python3 >= 20140529 | ||
libsmraw-python3 >= 20140612 | ||
libvhdi-python3 >= 20201014 | ||
libvmdk-python3 >= 20140421 | ||
libvsapm-python3 >= 20230506 | ||
libvsgpt-python3 >= 20211115 | ||
libvshadow-python3 >= 20160109 | ||
libvslvm-python3 >= 20160109 | ||
python3-cffi >= 1.9.1 | ||
python3-dfdatetime >= 20221112 | ||
python3-dtfabric >= 20230518 | ||
python3-idna >= 2.5 | ||
python3-pytsk3 >= 20210419 | ||
python3-pyyaml >= 3.10 | ||
python3-xattr >= 0.7.2 | ||
|
||
[bdist_wheel] | ||
universal = 1 |