From ca2c174e64169b567a4bbc77d6ff74575856fc95 Mon Sep 17 00:00:00 2001 From: olf Date: Wed, 22 Mar 2023 22:34:08 +0100 Subject: [PATCH 1/4] Add placeholder for `rpmlintrc` file --- rpm/mount-sdcard.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm/mount-sdcard.spec b/rpm/mount-sdcard.spec index de8872d..47a2594 100644 --- a/rpm/mount-sdcard.spec +++ b/rpm/mount-sdcard.spec @@ -33,6 +33,7 @@ URL: https://github.com/Olf0/%{name} # Download URLs for gzipped tarballs at GitHub must conform to: # %%{url}/archive//.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)! From 845a0b50aa604fcb58cf40b501318ddd440ce1d2 Mon Sep 17 00:00:00 2001 From: olf Date: Thu, 23 Mar 2023 02:02:05 +0100 Subject: [PATCH 2/4] Add link to https://semver.org/ --- rpm/mount-sdcard.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rpm/mount-sdcard.spec b/rpm/mount-sdcard.spec index 47a2594..127f55d 100644 --- a/rpm/mount-sdcard.spec +++ b/rpm/mount-sdcard.spec @@ -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". From 9f25c3330a850b4f0f8ee606cc737a272f1f4eea Mon Sep 17 00:00:00 2001 From: olf Date: Fri, 24 Mar 2023 04:15:59 +0100 Subject: [PATCH 3/4] Update References.md --- References.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/References.md b/References.md index e19490d..2b90826 100644 --- a/References.md +++ b/References.md @@ -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) From ad2aa82de50a5b9423d5d85fe972e1d674f7030d Mon Sep 17 00:00:00 2001 From: olf Date: Fri, 24 Mar 2023 04:16:21 +0100 Subject: [PATCH 4/4] Update References.md --- References.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/References.md b/References.md index 2b90826..2e4459b 100644 --- a/References.md +++ b/References.md @@ -1,5 +1,5 @@ #### Technical references 1. From *crypto-sdcard* - * [Git commit workflow](https://github.com/Olf0/crypto-sdcard/wiki/Git-commit-workflow)" + * [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)