Skip to content

Commit 5408605

Browse files
authored
Merge pull request #64 from Olf0/master
`master`→`sfos220`: final commits for 1.8.2
2 parents ad7ade6 + ad2aa82 commit 5408605

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

References.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#### Technical references
22
1. From *crypto-sdcard*
3-
* [Release version format, RPM dependencies and Git workflow](https://github.com/Olf0/crypto-sdcard/blob/master/RPM-dependencies_Git-workflow.md)
3+
* [Git commit workflow](https://github.com/Olf0/crypto-sdcard/wiki/Git-commit-workflow)
44
* [On admin configurable policy rules with Polkit v0.1xy](https://github.com/Olf0/crypto-sdcard/blob/master/On-Polkit.md)
5+
* Partially obsolete: [Release version format, RPM dependencies and Git workflow](https://github.com/Olf0/crypto-sdcard/blob/master/RPM-dependencies_Git-workflow.md)

rpm/mount-sdcard.spec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
%global branch sfos220
22
Name: mount-sdcard
33
Summary: Enhanced mounting scripts for media as SD-cards
4+
# The version adheres to semantic versioning v2.0.0, see https://semver.org/
45
Version: 1.8.2
5-
# Since v1.8.2, the release version consists of two or three fields, separated
6-
# by dots ("."):
6+
# Since version 1.8.2, the release version consists of two or three fields,
7+
# separated by dots ("."):
78
# - The first field must contain a natural number greater than zero. This number
89
# should be prefixed by one of {alpha,beta,rc,release}, which results in, e.g.,
910
# "alpha42".
@@ -33,6 +34,7 @@ URL: https://github.com/Olf0/%{name}
3334
# Download URLs for gzipped tarballs at GitHub must conform to:
3435
# %%{url}/archive/<tag-name>/<arbitrary-string>.tar.gz
3536
Source0: %{url}/archive/%{release}/%{version}/%{name}-%{version}.tar.gz
37+
#Source99: %{name}.rpmlintrc
3638
# rpmbuild (as of v4.14.1) handles the Icon tag awkwardly and in contrast to
3739
# the Source tag(s): It only accepts a GIF or XPM file (a path is stripped to
3840
# its basename) in the SOURCES directory (but not inside a tarball there)!

0 commit comments

Comments
 (0)