Compare commits
No commits in common. "rawhide" and "epel10.0" have entirely different histories.
3 changed files with 8 additions and 14 deletions
|
|
@ -1,7 +1,5 @@
|
|||
diff --git a/lib/private/Updater.php b/lib/private/Updater.php
|
||||
index 5a14bb17507..38dcb55db7f 100644
|
||||
--- a/lib/private/Updater.php
|
||||
+++ b/lib/private/Updater.php
|
||||
--- a/lib/private/Updater.php 2025-10-23 13:34:14.000000000 -0500
|
||||
+++ b/lib/private/Updater.new.php 2025-10-25 15:04:23.345653512 -0500
|
||||
@@ -174,10 +174,13 @@
|
||||
$this->config->setAppValue('core', 'vendor', $currentVendor);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
%endif
|
||||
|
||||
Name: nextcloud
|
||||
Version: 34.0.3
|
||||
Version: 32.0.1
|
||||
Release: %autorelease
|
||||
Summary: Private file sync and share server
|
||||
# Automatically converted from old format: AGPLv3+ and MIT and BSD and ASL 2.0 and WTFPL and CC-BY-SA and GPLv3+ and Adobe - review is highly recommended.
|
||||
|
|
@ -47,7 +47,7 @@ BuildArch: noarch
|
|||
|
||||
# Set this to the minimum supported php version Nextcloud will run on
|
||||
# Exists to prevent accidental building on distros with outdated php's
|
||||
BuildRequires: php(language) >= 8.2
|
||||
BuildRequires: php(language) >= 8.1
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: sed
|
||||
|
||||
|
|
@ -190,13 +190,8 @@ find . -name \*.orig -type f -delete -print
|
|||
find . -name .gitignore -type f -delete -print
|
||||
find . -name .github -type d -prune -exec rm -r {} \; -print
|
||||
|
||||
# fix CLI upgrade advice on splash screen
|
||||
if ! file=$(grep -l 'occ upgrade' dist/*.map); then
|
||||
echo "Could not find the occ upgrade instructions in dist/*.map"
|
||||
exit 1
|
||||
fi
|
||||
echo "Updating occ upgrade instructions in $file"
|
||||
sed -i -e 's#\./\(occ upgrade\)#sudo -u apache php /usr/share/nextcloud/\1#' $file
|
||||
# fix CLI upgrade advise on splash screen
|
||||
sed -i -e 's#\./\(occ upgrade\)#sudo -u apache php /usr/share/nextcloud/\1#' core/templates/update.admin.php
|
||||
|
||||
# prepare package doc
|
||||
cp %{SOURCE300} README.%{distro}
|
||||
|
|
|
|||
3
sources
3
sources
|
|
@ -1 +1,2 @@
|
|||
SHA512 (nextcloud-34.0.3.tar.bz2) = 3463dbbdeae5275a0791b115cf86aed41c5a138fdd19bb32ec12837a6698106b6f172e24fb1264a2d4e20b2b805bcf7841b2338e4e02f1fd5394fbed830cc695
|
||||
SHA512 (nextcloud-29.0.16.tar.bz2) = e786dec5973f8184b20915b3e0ec80c316c636c70537932e7302ccc905389cda6b344ef73d44fa7ce74b75d36ee1f9a6f1f8851c29faf29774d1bd3d3cb05a00
|
||||
SHA512 (nextcloud-32.0.1.tar.bz2) = 60d38187896537c4736eee381d2f579b35e376c931590a63d0cf5690c0d9b553dda3ba575a06e7448ac156d41aae10f1f02b8e0f2ef3d99275049f38acc987f6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue