diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-03-02 11:09:42 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-06-20 19:02:31 +0200 |
commit | f5c6b4f4d9a45a67fb7ab047f3946649540a501e (patch) | |
tree | 1080cef61ca5403a1fc5d735053cd762f794eb05 /src/sysupdate/meson.build | |
parent | path-util: split filename_is_valid() in two (diff) | |
download | systemd-f5c6b4f4d9a45a67fb7ab047f3946649540a501e.tar.xz systemd-f5c6b4f4d9a45a67fb7ab047f3946649540a501e.zip |
string-util: move version_is_valid() into generic code
While we are at it, replace the sloppy use of filename_is_valid() by the
less sloppy filename_part_is_valid() (as added by the preceeding
commit), since we don#t want to be too restrictive here. (After all,
version strings invalid as standalone filenames might be valid as part
of filenames, and hence we should allow them).
Diffstat (limited to 'src/sysupdate/meson.build')
-rw-r--r-- | src/sysupdate/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sysupdate/meson.build b/src/sysupdate/meson.build index 2f8c2305da..1bd6bbf9a9 100644 --- a/src/sysupdate/meson.build +++ b/src/sysupdate/meson.build @@ -15,8 +15,6 @@ systemd_sysupdate_sources = files( 'sysupdate-transfer.h', 'sysupdate-update-set.c', 'sysupdate-update-set.h', - 'sysupdate-util.c', - 'sysupdate-util.h', 'sysupdate.c', 'sysupdate.h', ) |