From f597a0867a5ecc96d2783e22bce260b84effb2f5 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:04:50 +0000 Subject: [PATCH 01/14] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- x11-ssh-askpass.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-ssh-askpass.spec b/x11-ssh-askpass.spec index a9d4d74..0907d3f 100644 --- a/x11-ssh-askpass.spec +++ b/x11-ssh-askpass.spec @@ -18,6 +18,7 @@ Patch0: x11-ssh-askpass-1.2.4-random.patch Provides: openssh-askpass-x11 +BuildRequires: make BuildRequires: gcc BuildRequires: imake libXt-devel From 708d6558d80c4b55e0cf83091c1cda516b79b32e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:44:48 +0000 Subject: [PATCH 02/14] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- x11-ssh-askpass.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-ssh-askpass.spec b/x11-ssh-askpass.spec index 0907d3f..eebcb8f 100644 --- a/x11-ssh-askpass.spec +++ b/x11-ssh-askpass.spec @@ -5,7 +5,7 @@ Name: x11-ssh-askpass Version: 1.2.4.1 -Release: %release_func 31 +Release: %release_func 32 Summary: A passphrase dialog for X and not only for OpenSSH @@ -60,6 +60,9 @@ rm -f $RPM_BUILD_ROOT{%_libexecdir/openssh,%_mandir/man1}/ssh-askpass* %_mandir/*/* %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.2.4.1-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.2.4.1-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 8c6d0893b37602b378773893d274e70440d686f2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:13:33 +0000 Subject: [PATCH 03/14] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- x11-ssh-askpass.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-ssh-askpass.spec b/x11-ssh-askpass.spec index eebcb8f..4a32c9b 100644 --- a/x11-ssh-askpass.spec +++ b/x11-ssh-askpass.spec @@ -5,7 +5,7 @@ Name: x11-ssh-askpass Version: 1.2.4.1 -Release: %release_func 32 +Release: %release_func 33 Summary: A passphrase dialog for X and not only for OpenSSH @@ -60,6 +60,9 @@ rm -f $RPM_BUILD_ROOT{%_libexecdir/openssh,%_mandir/man1}/ssh-askpass* %_mandir/*/* %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.2.4.1-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 1.2.4.1-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From e2718615e1e7fdb257235a3cfa939e0a83ed0194 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mon, 20 Dec 2021 14:48:06 -0500 Subject: [PATCH 04/14] Reformatting of the spec file and rebuild Signed-off-by: David Cantrell --- x11-ssh-askpass.spec | 59 ++++++++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 27 deletions(-) diff --git a/x11-ssh-askpass.spec b/x11-ssh-askpass.spec index 4a32c9b..c34dfd8 100644 --- a/x11-ssh-askpass.spec +++ b/x11-ssh-askpass.spec @@ -1,26 +1,27 @@ -%global __alternatives /usr/sbin/alternatives -%global appdefaultsdir /usr/share/X11/app-defaults +%global __alternatives /usr/sbin/alternatives +%global appdefaultsdir /usr/share/X11/app-defaults %{!?release_func:%global release_func() %1%{?dist}} -Name: x11-ssh-askpass -Version: 1.2.4.1 -Release: %release_func 33 -Summary: A passphrase dialog for X and not only for OpenSSH +Name: x11-ssh-askpass +Version: 1.2.4.1 +Release: %release_func 34 +Summary: A passphrase dialog for X and not only for OpenSSH -License: Public Domain -URL: http://www.jmknoble.net/software/x11-ssh-askpass/ -Source0: http://www.jmknoble.net/software/x11-ssh-askpass/%name-%version.tar.gz -Source10: x11-ssh-askpass.csh -Source11: x11-ssh-askpass.sh -Patch0: x11-ssh-askpass-1.2.4-random.patch +License: Public Domain +URL: http://www.jmknoble.net/software/x11-ssh-askpass/ +Source0: http://www.jmknoble.net/software/x11-ssh-askpass/%name-%version.tar.gz +Source10: x11-ssh-askpass.csh +Source11: x11-ssh-askpass.sh +Patch0: x11-ssh-askpass-1.2.4-random.patch -Provides: openssh-askpass-x11 +Provides: openssh-askpass-x11 -BuildRequires: make +BuildRequires: make BuildRequires: gcc -BuildRequires: imake libXt-devel +BuildRequires: imake +BuildRequires: libXt-devel %description x11-ssh-askpass is a lightweight passphrase dialog for OpenSSH or @@ -36,30 +37,34 @@ its user interface. This reduces its dependencies on external libraries %setup -q %patch0 -p1 -b .random -%global makeflags XAPPLOADDIR='%appdefaultsdir' +%global makeflags XAPPLOADDIR='%{appdefaultsdir}' %build export LDFLAGS='-Wl,--as-needed' -%configure --libexecdir=%_libexecdir/openssh +%configure --libexecdir=%{_libexecdir}/openssh xmkmf -make includes %makeflags -make %{?_smp_mflags} %makeflags +make includes %{makeflags} +make %{?_smp_mflags} %{makeflags} %install -make install install.man DESTDIR=$RPM_BUILD_ROOT %makeflags +make install install.man DESTDIR=%{buildroot} %{makeflags} -mkdir -p $RPM_BUILD_ROOT%_sysconfdir/profile.d -install -p -m0644 %SOURCE10 %SOURCE11 $RPM_BUILD_ROOT%_sysconfdir/profile.d/ +mkdir -p %{buildroot}%{_sysconfdir}/profile.d +install -p -m0644 %{SOURCE10} %{SOURCE11} %{buildroot}%{_sysconfdir}/profile.d/ -rm -f $RPM_BUILD_ROOT{%_libexecdir/openssh,%_mandir/man1}/ssh-askpass* +rm -f %{buildroot}%{_libexecdir}/openssh/ssh-askpass* +rm -f %{buildroot}%{_mandir}/man1/ssh-askpass* %files %doc ChangeLog README TODO *.ad -%config(noreplace) %_sysconfdir/profile.d/* -%appdefaultsdir/* -%_libexecdir/openssh -%_mandir/*/* +%config(noreplace) %{_sysconfdir}/profile.d/* +%{appdefaultsdir}/* +%{_libexecdir}/openssh +%{_mandir}/*/* %changelog +* Mon Dec 20 2021 David Cantrell - 1.2.4.1-34 +- Reformatting of the spec file and rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.2.4.1-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From e624f7004b0a2ac5fc71fd2de4586a21434d1370 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:45:10 +0000 Subject: [PATCH 05/14] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- x11-ssh-askpass.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-ssh-askpass.spec b/x11-ssh-askpass.spec index c34dfd8..20e997a 100644 --- a/x11-ssh-askpass.spec +++ b/x11-ssh-askpass.spec @@ -5,7 +5,7 @@ Name: x11-ssh-askpass Version: 1.2.4.1 -Release: %release_func 34 +Release: %release_func 35 Summary: A passphrase dialog for X and not only for OpenSSH @@ -62,6 +62,9 @@ rm -f %{buildroot}%{_mandir}/man1/ssh-askpass* %{_mandir}/*/* %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.2.4.1-35 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Mon Dec 20 2021 David Cantrell - 1.2.4.1-34 - Reformatting of the spec file and rebuild From c4428eb0e79b881cfbdb85727843303ddc985e82 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:43:21 +0000 Subject: [PATCH 06/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- x11-ssh-askpass.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-ssh-askpass.spec b/x11-ssh-askpass.spec index 20e997a..c9e3a62 100644 --- a/x11-ssh-askpass.spec +++ b/x11-ssh-askpass.spec @@ -5,7 +5,7 @@ Name: x11-ssh-askpass Version: 1.2.4.1 -Release: %release_func 35 +Release: %release_func 36 Summary: A passphrase dialog for X and not only for OpenSSH @@ -62,6 +62,9 @@ rm -f %{buildroot}%{_mandir}/man1/ssh-askpass* %{_mandir}/*/* %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.2.4.1-36 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.2.4.1-35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 3ec562921339539eb8e634777ec2673565797f7d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:05:09 +0000 Subject: [PATCH 07/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- x11-ssh-askpass.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-ssh-askpass.spec b/x11-ssh-askpass.spec index c9e3a62..0216dd3 100644 --- a/x11-ssh-askpass.spec +++ b/x11-ssh-askpass.spec @@ -5,7 +5,7 @@ Name: x11-ssh-askpass Version: 1.2.4.1 -Release: %release_func 36 +Release: %release_func 37 Summary: A passphrase dialog for X and not only for OpenSSH @@ -62,6 +62,9 @@ rm -f %{buildroot}%{_mandir}/man1/ssh-askpass* %{_mandir}/*/* %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.2.4.1-37 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.2.4.1-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 708ad2d98f251cf946e9b50a7a1ef9d47033d3d5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:27:32 +0000 Subject: [PATCH 08/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- x11-ssh-askpass.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-ssh-askpass.spec b/x11-ssh-askpass.spec index 0216dd3..d1b82d8 100644 --- a/x11-ssh-askpass.spec +++ b/x11-ssh-askpass.spec @@ -5,7 +5,7 @@ Name: x11-ssh-askpass Version: 1.2.4.1 -Release: %release_func 37 +Release: %release_func 38 Summary: A passphrase dialog for X and not only for OpenSSH @@ -62,6 +62,9 @@ rm -f %{buildroot}%{_mandir}/man1/ssh-askpass* %{_mandir}/*/* %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.2.4.1-38 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 1.2.4.1-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From d0c7d274787728613b0fed2559be5b3e209d493d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:15:02 +0000 Subject: [PATCH 09/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- x11-ssh-askpass.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-ssh-askpass.spec b/x11-ssh-askpass.spec index d1b82d8..c31c45a 100644 --- a/x11-ssh-askpass.spec +++ b/x11-ssh-askpass.spec @@ -5,7 +5,7 @@ Name: x11-ssh-askpass Version: 1.2.4.1 -Release: %release_func 38 +Release: %release_func 39 Summary: A passphrase dialog for X and not only for OpenSSH @@ -62,6 +62,9 @@ rm -f %{buildroot}%{_mandir}/man1/ssh-askpass* %{_mandir}/*/* %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.2.4.1-39 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.2.4.1-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From dd843657190c279d771a753b7e4e3caf7032329b Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:50 +0200 Subject: [PATCH 10/14] Eliminate use of obsolete %patchN syntax (#2283636) --- x11-ssh-askpass.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-ssh-askpass.spec b/x11-ssh-askpass.spec index c31c45a..8aa231d 100644 --- a/x11-ssh-askpass.spec +++ b/x11-ssh-askpass.spec @@ -35,7 +35,7 @@ its user interface. This reduces its dependencies on external libraries %prep %setup -q -%patch0 -p1 -b .random +%patch -P0 -p1 -b .random %global makeflags XAPPLOADDIR='%{appdefaultsdir}' %build From 294d2dbe3e1978a65c0ecb50d4e69609662e82bf Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mon, 3 Jun 2024 11:19:09 -0400 Subject: [PATCH 11/14] Modernize the spec file with newer macros Pull source from github using forge macros since the original site has disappeared Patched for latest glibc and gcc to handle warnings Use SPDX license expression for the License tag Signed-off-by: David Cantrell --- sources | 2 +- ...sh-askpass-1.2.4.1-gcc-14.x-warnings.patch | 34 +++++++ x11-ssh-askpass.spec | 89 ++++++++++++------- 3 files changed, 90 insertions(+), 35 deletions(-) create mode 100644 x11-ssh-askpass-1.2.4.1-gcc-14.x-warnings.patch diff --git a/sources b/sources index 0ffd756..aaec6e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f2e41f3f7eaa8543a2440454637f3c3 x11-ssh-askpass-1.2.4.1.tar.gz +SHA512 (x11-ssh-askpass-1.2.4.1.tar.gz) = 293c0bc623400d3359a920eca491930daa110685936cfcaf9eea07e439fc29de64413f4df4a18523cd8fdfce44794c55d7e3abafb904e8e90891b22d38f01a2f diff --git a/x11-ssh-askpass-1.2.4.1-gcc-14.x-warnings.patch b/x11-ssh-askpass-1.2.4.1-gcc-14.x-warnings.patch new file mode 100644 index 0000000..eb98a6c --- /dev/null +++ b/x11-ssh-askpass-1.2.4.1-gcc-14.x-warnings.patch @@ -0,0 +1,34 @@ +diff -up x11-ssh-askpass-1.2.4.1/dynlist.c.orig x11-ssh-askpass-1.2.4.1/dynlist.c +--- x11-ssh-askpass-1.2.4.1/dynlist.c.orig 2024-06-03 10:49:57.507301439 -0400 ++++ x11-ssh-askpass-1.2.4.1/dynlist.c 2024-06-03 10:58:55.209151568 -0400 +@@ -92,7 +92,7 @@ int append_to_buf(char **buf, unsigned c + { + return(APPEND_FAILURE); + } +- *buf_rnd = tmp_buf; ++ *buf_rnd = (unsigned char *) tmp_buf; + #ifdef DEBUG + printf("-->Allocated buffer of size %d\n", *buflen); + #endif /* DEBUG */ +diff -up x11-ssh-askpass-1.2.4.1/x11-ssh-askpass.c.orig x11-ssh-askpass-1.2.4.1/x11-ssh-askpass.c +--- x11-ssh-askpass-1.2.4.1/x11-ssh-askpass.c.orig 2024-06-03 10:49:57.507301439 -0400 ++++ x11-ssh-askpass-1.2.4.1/x11-ssh-askpass.c 2024-06-03 10:54:21.186737584 -0400 +@@ -38,6 +38,7 @@ + #include + #include + #include ++#include + + /* For (get|set)rlimit() ... */ + #include +@@ -1453,7 +1454,9 @@ initRandom() + unsigned int seed; + + if (fd!=-1) { +- read(fd, &seed, sizeof seed); ++ if (read(fd, &seed, sizeof seed) == -1) { ++ warn("read"); ++ } + close(fd); + } + diff --git a/x11-ssh-askpass.spec b/x11-ssh-askpass.spec index 8aa231d..e92b36e 100644 --- a/x11-ssh-askpass.spec +++ b/x11-ssh-askpass.spec @@ -1,27 +1,39 @@ -%global __alternatives /usr/sbin/alternatives %global appdefaultsdir /usr/share/X11/app-defaults -%{!?release_func:%global release_func() %1%{?dist}} +Name: x11-ssh-askpass +Version: 1.2.4.1 +Release: 40%{?dist} +Summary: A passphrase dialog for X and not only for OpenSSH +License: LicenseRef-Fedora-Public-Domain -Name: x11-ssh-askpass -Version: 1.2.4.1 -Release: %release_func 39 -Summary: A passphrase dialog for X and not only for OpenSSH +# The original site has disappeared, but the source itself has +# reappeared on github. The original site was: +# +# http://www.jmknoble.net/software/x11-ssh-askpass/ +# +# We will use the github mirror of the original source from now on. +%global forgeurl https://github.com/sigmavirus24/x11-ssh-askpass/ +%global tag %{version} +%global archivename %{name}-%{tag} +%global archiveext tar.gz +%global archiveurl %{forgeurl}/archive/refs/tags/%{tag}.%{archiveext} +%forgemeta +URL: %{forgeurl} +Source0: %{forgesource} +Source1: x11-ssh-askpass.csh +Source2: x11-ssh-askpass.sh +Patch0: x11-ssh-askpass-1.2.4-random.patch +Patch1: x11-ssh-askpass-1.2.4.1-gcc-14.x-warnings.patch -License: Public Domain -URL: http://www.jmknoble.net/software/x11-ssh-askpass/ -Source0: http://www.jmknoble.net/software/x11-ssh-askpass/%name-%version.tar.gz -Source10: x11-ssh-askpass.csh -Source11: x11-ssh-askpass.sh -Patch0: x11-ssh-askpass-1.2.4-random.patch +Provides: openssh-askpass-x11 -Provides: openssh-askpass-x11 - -BuildRequires: make -BuildRequires: gcc -BuildRequires: imake -BuildRequires: libXt-devel +BuildRequires: make +BuildRequires: gcc +BuildRequires: imake +BuildRequires: libXt-devel +BuildRequires: coreutils +BuildRequires: sed %description x11-ssh-askpass is a lightweight passphrase dialog for OpenSSH or @@ -34,34 +46,43 @@ its user interface. This reduces its dependencies on external libraries (such as GNOME or Perl/Tk). See the README for further information. %prep -%setup -q -%patch -P0 -p1 -b .random +%forgeautosetup -%global makeflags XAPPLOADDIR='%{appdefaultsdir}' %build -export LDFLAGS='-Wl,--as-needed' -%configure --libexecdir=%{_libexecdir}/openssh +env LDFLAGS='-Wl,--as-needed' %configure --libexecdir=%{_libexecdir}/openssh --with-app-defaults-dir=%{appdefaultsdir} xmkmf -make includes %{makeflags} -make %{?_smp_mflags} %{makeflags} +# Modernize the features.h macros +sed -i -e 's|-D_XOPEN_SOURCE||g' Makefile +sed -i -e 's|-D_BSD_SOURCE|-D_DEFAULT_SOURCE|g' Makefile +make includes +%make_build %install -make install install.man DESTDIR=%{buildroot} %{makeflags} +%make_install install.man DESTDIR=%{buildroot} -mkdir -p %{buildroot}%{_sysconfdir}/profile.d -install -p -m0644 %{SOURCE10} %{SOURCE11} %{buildroot}%{_sysconfdir}/profile.d/ +install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/%(basename %{SOURCE1}) +install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/%(basename %{SOURCE2}) -rm -f %{buildroot}%{_libexecdir}/openssh/ssh-askpass* -rm -f %{buildroot}%{_mandir}/man1/ssh-askpass* +rm -f %{buildroot}%{_libexecdir}/openssh/ssh-askpass +rm -f %{buildroot}%{_mandir}/man1/ssh-askpass.1x* %files %doc ChangeLog README TODO *.ad -%config(noreplace) %{_sysconfdir}/profile.d/* -%{appdefaultsdir}/* -%{_libexecdir}/openssh -%{_mandir}/*/* +%config(noreplace) %{_sysconfdir}/profile.d/x11-ssh-askpass.csh +%config(noreplace) %{_sysconfdir}/profile.d/x11-ssh-askpass.sh +%{appdefaultsdir}/SshAskpass +%dir %{_libexecdir}/openssh +%{_libexecdir}/openssh/x11-ssh-askpass +%{_mandir}/man1/x11-ssh-askpass.1x.gz %changelog +* Mon Jun 03 2024 David Cantrell - 1.2.4.1-40 +- Modernize the spec file with newer macros +- Pull source from github using forge macros since the original site + has disappeared +- Patched for latest glibc and gcc to handle warnings +- Use SPDX license expression for the License tag + * Sat Jan 27 2024 Fedora Release Engineering - 1.2.4.1-39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From c909c73509fd96ef668fd9e2d82568c47d599926 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:38:13 +0000 Subject: [PATCH 12/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- x11-ssh-askpass.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-ssh-askpass.spec b/x11-ssh-askpass.spec index e92b36e..aaed082 100644 --- a/x11-ssh-askpass.spec +++ b/x11-ssh-askpass.spec @@ -2,7 +2,7 @@ Name: x11-ssh-askpass Version: 1.2.4.1 -Release: 40%{?dist} +Release: 41%{?dist} Summary: A passphrase dialog for X and not only for OpenSSH License: LicenseRef-Fedora-Public-Domain @@ -76,6 +76,9 @@ rm -f %{buildroot}%{_mandir}/man1/ssh-askpass.1x* %{_mandir}/man1/x11-ssh-askpass.1x.gz %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.2.4.1-41 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Jun 03 2024 David Cantrell - 1.2.4.1-40 - Modernize the spec file with newer macros - Pull source from github using forge macros since the original site From 2b039b7fc62f89049b2bb05168c45e37ba93de79 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:20:44 +0000 Subject: [PATCH 13/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- x11-ssh-askpass.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-ssh-askpass.spec b/x11-ssh-askpass.spec index aaed082..aa6a7b0 100644 --- a/x11-ssh-askpass.spec +++ b/x11-ssh-askpass.spec @@ -2,7 +2,7 @@ Name: x11-ssh-askpass Version: 1.2.4.1 -Release: 41%{?dist} +Release: 42%{?dist} Summary: A passphrase dialog for X and not only for OpenSSH License: LicenseRef-Fedora-Public-Domain @@ -76,6 +76,9 @@ rm -f %{buildroot}%{_mandir}/man1/ssh-askpass.1x* %{_mandir}/man1/x11-ssh-askpass.1x.gz %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.2.4.1-42 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 1.2.4.1-41 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 39bf08c1e49db590c4b36fc353d9c700d8ba892a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:35:15 +0000 Subject: [PATCH 14/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- x11-ssh-askpass.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-ssh-askpass.spec b/x11-ssh-askpass.spec index aa6a7b0..d495e08 100644 --- a/x11-ssh-askpass.spec +++ b/x11-ssh-askpass.spec @@ -2,7 +2,7 @@ Name: x11-ssh-askpass Version: 1.2.4.1 -Release: 42%{?dist} +Release: 43%{?dist} Summary: A passphrase dialog for X and not only for OpenSSH License: LicenseRef-Fedora-Public-Domain @@ -76,6 +76,9 @@ rm -f %{buildroot}%{_mandir}/man1/ssh-askpass.1x* %{_mandir}/man1/x11-ssh-askpass.1x.gz %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.2.4.1-43 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.2.4.1-42 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild