Skip to content

Commit

Permalink
Merge pull request #293 from Olf0/master
Browse files Browse the repository at this point in the history
`master`→`sfos340`: final commits for v1.7.3
  • Loading branch information
Olf0 committed Mar 24, 2023
2 parents d0bd171 + 7bffdf8 commit 33bf978
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions rpm/crypto-sdcard.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
%global branch sfos340
Name: crypto-sdcard
Summary: Configuration files for automatic unlocking and mounting encrypted media
# The version adheres to semantic versioning v2.0.0, see https://semver.org/
Version: 1.7.3
# Since v1.7.3, the release version consists of two or three fields, separated
# by dots ("."):
# Since version 1.7.3, the release version consists of two or three fields,
# separated by dots ("."):
# - The first field must contain a natural number greater than zero. This number
# should be prefixed by one of {alpha,beta,rc,release}, which results in, e.g.,
# "alpha42".
Expand Down Expand Up @@ -33,6 +34,7 @@ URL: https://github.com/Olf0/%{name}
# Download URLs for gzipped tarballs at GitHub must conform to:
# %%{url}/archive/<tag-name>/<arbitrary-string>.tar.gz
Source0: %{url}/archive/%{release}/%{version}/%{name}-%{version}.tar.gz
#Source99: %{name}.rpmlintrc
# rpmbuild (as of v4.14.1) handles the Icon tag awkwardly and in contrast to
# the Source tag(s): It only accepts a GIF or XPM file (a path is stripped to
# its basename) in the SOURCES directory (but not inside a tarball there)!
Expand Down Expand Up @@ -81,7 +83,7 @@ Url:
%endif

%define _binary_payload w6.gzdio
%define _source_payload w2.gzdio
%define _source_payload w6.gzdio

%prep
%setup -q
Expand Down

0 comments on commit 33bf978

Please sign in to comment.