forked from rhinstaller/anaconda
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Apr 30, 2024
1 parent
245f37d
commit 862d80a
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -475,6 +475,8 @@ rm -rf \ | |
%{_prefix}/libexec/anaconda/dd_* | ||
|
||
%changelog | ||
* Tue Apr 30 2024 github-actions <[email protected]> - 41.15-1 | ||
|
||
* Tue Apr 23 2024 github-actions <[email protected]> - 41.14-1 | ||
- Revert "infra: Packit fix empty jobs field" (kkoukiou) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,11 +18,11 @@ | |
m4_define(python_required_version, 3.4) | ||
|
||
AC_PREREQ([2.63]) | ||
AC_INIT([anaconda], [41.14], [[email protected]]) | ||
AC_INIT([anaconda], [41.15], [[email protected]]) | ||
|
||
# make it possible to set build info at build time | ||
# (patch only builds, modular builds, mass-rebuilds, etc.) | ||
AC_ARG_VAR(ANACONDA_RELEASE, [1]) | ||
AC_ARG_VAR(ANACONDA_RELEASE, []) | ||
|
||
# default release to 1 if not set by option | ||
AS_IF([test $ANACONDA_RELEASE], | ||
|