Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mastersfos340: final commits for 1.8.2 #67

Merged
merged 4 commits into from
Mar 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion References.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#### Technical references
1. From *crypto-sdcard*
* [Release version format, RPM dependencies and Git workflow](https://github.com/Olf0/crypto-sdcard/blob/master/RPM-dependencies_Git-workflow.md)
* [Git commit workflow](https://github.com/Olf0/crypto-sdcard/wiki/Git-commit-workflow)
* [On admin configurable policy rules with Polkit v0.1xy](https://github.com/Olf0/crypto-sdcard/blob/master/On-Polkit.md)
* Partially obsolete: [Release version format, RPM dependencies and Git workflow](https://github.com/Olf0/crypto-sdcard/blob/master/RPM-dependencies_Git-workflow.md)
6 changes: 4 additions & 2 deletions rpm/mount-sdcard.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
%global branch sfosABC
Name: mount-sdcard
Summary: Enhanced mounting scripts for media as SD-cards
# The version adheres to semantic versioning v2.0.0, see https://semver.org/
Version: 1.8.2
# Since v1.8.2, the release version consists of two or three fields, separated
# by dots ("."):
# Since version 1.8.2, 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