mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Change dash for tilde because Linux distros don't like versions with dashes.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||
<Version>5.3.2-rc1</Version>
|
||||
<Version>5.3.2~rc1</Version>
|
||||
<Company>Claunia.com</Company>
|
||||
<Copyright>Copyright © 2011-2023 Natalia Portillo</Copyright>
|
||||
<Product>Aaru Data Preservation Suite</Product>
|
||||
@@ -266,5 +266,12 @@
|
||||
|
||||
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'sles-x64'">
|
||||
<PackageName>$(PackagePrefix)-$(PackageVersion).sles.x86_64$(DebugPackage)</PackageName>
|
||||
<SkipRpmDependencies>true</SkipRpmDependencies>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'sles-x64'">
|
||||
<RpmDotNetDependency Include="openssl-1_1" Version="" />
|
||||
<RpmDotNetDependency Include="libicu" Version="" />
|
||||
<RpmDotNetDependency Include="krb5" Version="" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
@@ -3,7 +3,7 @@ packager='Natalia Portillo <claunia@claunia.com>'
|
||||
_netcoretarget='netcoreapp3.1'
|
||||
_aarubase='Aaru'
|
||||
pkgname='aaru'
|
||||
pkgver=5.3.2-rc1
|
||||
pkgver=5.3.2~rc1
|
||||
pkgrel=1
|
||||
pkgdesc='Disc image management and creation tool for disks, tapes, optical and solid state media'
|
||||
arch=('x86_64' 'armv7h' 'aarch64')
|
||||
|
||||
Reference in New Issue
Block a user