Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 089b99233c |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0fb7a00393bc9ae70f69b23befce645b11fbf30e0d6386bd89ef2b3188e0adf1
|
|
||||||
size 44562
|
|
||||||
BIN
RT-Extension-ResetPassword-2.00.tar.gz
(Stored with Git LFS)
Normal file
BIN
RT-Extension-ResetPassword-2.00.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 8 14:34:17 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 2.0.0 (2.00)
|
||||||
|
see /usr/share/doc/packages/perl-RT-Extension-ResetPassword/Changes
|
||||||
|
|
||||||
|
2.00 2025-08-05
|
||||||
|
- Update for RT 6.0
|
||||||
|
|
||||||
|
1.12 2021-04-28
|
||||||
|
- Pass FindUsersWithPassword argument to paging URL
|
||||||
|
- Support password set search for RT 4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 27 21:44:57 UTC 2021 - Lars Vogdt <lars@linux-schulserver.de>
|
Tue Apr 27 21:44:57 UTC 2021 - Lars Vogdt <lars@linux-schulserver.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-RT-Extension-ResetPassword
|
# spec file for package perl-RT-Extension-ResetPassword
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,21 +18,22 @@
|
|||||||
|
|
||||||
%define cpan_name RT-Extension-ResetPassword
|
%define cpan_name RT-Extension-ResetPassword
|
||||||
Name: perl-RT-Extension-ResetPassword
|
Name: perl-RT-Extension-ResetPassword
|
||||||
Version: 1.11
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
# 2.00 -> normalize -> 2.0.0
|
||||||
|
%define cpan_version 2.00
|
||||||
|
License: GPL-1.0-or-later
|
||||||
Summary: Add "forgot your password?" link to RT instance
|
Summary: Add "forgot your password?" link to RT instance
|
||||||
License: GPL-2.0-or-later
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Group: Development/Libraries/Perl
|
Source0: https://cpan.metacpan.org/authors/id/B/BP/BPS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
URL: https://search.cpan.org/dist/RT-Extension-ResetPassword/
|
|
||||||
#Source: http://www.cpan.org/authors/id/B/BP/BPS/RT-Extension-ResetPassword-%%{version}.tar.gz
|
|
||||||
Source0: %{cpan_name}-%{version}.tar.gz
|
|
||||||
Source100: README.md
|
Source100: README.md
|
||||||
Requires: perl(RT)
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(RT)
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
|
||||||
BuildRequires: perl(inc::Module::Install)
|
Provides: perl(RT::Extension::ResetPassword) = %{version}
|
||||||
BuildArch: noarch
|
Provides: perl(RT::User)
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -47,30 +48,21 @@ passwords. See below for options to enable this admin feature only and
|
|||||||
disable self-service features.
|
disable self-service features.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%make_build test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{perl_vendorlib}
|
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
rm -rf %{buildroot}%{_mandir}/auto
|
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc Changes README patches
|
%doc Changes README
|
||||||
%dir %{_datadir}/request-tracker/plugins
|
|
||||||
%dir %{_datadir}/request-tracker/plugins/%{cpan_name}
|
|
||||||
%dir %{_datadir}/request-tracker/plugins/%{cpan_name}/lib
|
|
||||||
%dir %{_datadir}/request-tracker/plugins/%{cpan_name}/lib/RT
|
|
||||||
%dir %{_datadir}/request-tracker/plugins/%{cpan_name}/lib/RT/Extension
|
|
||||||
%{_datadir}/request-tracker/plugins/%{cpan_name}/lib/RT/Extension/*.pm
|
|
||||||
%{_datadir}/request-tracker/plugins/%{cpan_name}/lib/perllocal.pod
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user