Import from AlmaLinux stable repository
This commit is contained in:
parent
55bb6a9501
commit
82655f2b94
@ -2,7 +2,7 @@
|
||||
## (rpmautospec version 0.6.5)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 2;
|
||||
release_number = 1;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
Name: cifs-utils
|
||||
Version: 7.2
|
||||
Release: 0%{?dist}.%{autorelease -n}
|
||||
Release: %autorelease
|
||||
Summary: Utilities for mounting and managing CIFS mounts
|
||||
|
||||
License: GPL-3.0-only
|
||||
@ -140,11 +140,8 @@ about CIFS mount.
|
||||
|
||||
%changelog
|
||||
## START: Generated by rpmautospec
|
||||
* Mon Mar 10 2025 Paulo Alcantara <paalcant@redhat.com> - 7.2-2
|
||||
- resolves: RHEL-80179 - Fix autorelease
|
||||
|
||||
* Fri Mar 07 2025 Paulo Alcantara <paalcant@redhat.com> - 7.2-1
|
||||
- resolves: RHEL-80179 - Update to version 7.2
|
||||
- resolves: RHEL-82680 - Update to version 7.2
|
||||
|
||||
* Wed Oct 09 2024 Pavel Filipenský <pfilipensky@samba.org> - 7.1-2
|
||||
- Fix damaged test filename
|
||||
|
||||
Loading…
Reference in New Issue
Block a user