public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: drop obsolete patch
@ 2026-08-26  8:07 Dominik 'Rathann' Mierzejewski
  0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-08-26  8:07 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/inn
            Branch : epel10
            Commit : 6f385eac774633f135986c44d6a24dcbc7596bb6
            Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
            Date   : 2021-02-17T01:56:52+01:00
            Stats  : +1/-26 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/inn/c/6f385eac774633f135986c44d6a24dcbc7596bb6?branch=epel10

            Log:
            drop obsolete patch

-pie is used for all programs by default now

---
diff --git a/inn-2.6.4-pie.patch b/inn-2.6.4-pie.patch
deleted file mode 100644
index e26d7b5..0000000
--- a/inn-2.6.4-pie.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -up inn-2.6.4/frontends/Makefile.pie inn-2.6.4/frontends/Makefile
---- inn-2.6.4/frontends/Makefile.pie	2021-02-14 18:22:01.069190182 +0100
-+++ inn-2.6.4/frontends/Makefile	2021-02-14 18:23:30.059845120 +0100
-@@ -88,7 +88,7 @@ ovdb_server:	ovdb_server.o  $(BOTH)
- 	$(LINKDEPS) ovdb_server.o  $(STORELIBS)
- ovdb_stat:	ovdb_stat.o    $(BOTH)
- 	$(LINKDEPS) ovdb_stat.o    $(STORELIBS)
--rnews:		rnews.o        $(BOTH)   ; $(LINK) rnews.o        $(STORELIBS)
-+rnews:		rnews.o        $(BOTH)   ; $(LINK) rnews.o        -pie $(STORELIBS)
- sm:		sm.o           $(BOTH)
- 	$(LINKDEPS) sm.o           $(STORELIBS)
- 
-diff -up inn-2.6.4/innd/Makefile.pie inn-2.6.4/innd/Makefile
---- inn-2.6.4/innd/Makefile.pie	2021-01-21 22:53:07.000000000 +0100
-+++ inn-2.6.4/innd/Makefile	2021-02-14 18:22:01.069190182 +0100
-@@ -41,7 +41,7 @@ perl.o:		perl.c   ; $(CC) $(CFLAGS) $(PE
- python.o:	python.c ; $(CC) $(CFLAGS) $(PYTHON_CPPFLAGS) -c python.c
- 
- innd: $(OBJECTS) $(LIBSTORAGE) $(LIBHIST) $(LIBINN)
--	$(LIBLD) $(LDFLAGS) -o $@ $(OBJECTS) $(INNDLIBS)
-+	$(LIBLD) -pie $(LDFLAGS) -o $@ $(OBJECTS) $(INNDLIBS)
- 
- tinyleaf: tinyleaf.o $(LIBINN)
- 	$(LIBLD) $(LDFLAGS) -o $@ tinyleaf.o $(LIBINN) $(LIBS)

diff --git a/inn.spec b/inn.spec
index c8c3319..3eaa8c5 100644
--- a/inn.spec
+++ b/inn.spec
@@ -23,7 +23,6 @@ Source25: innd-rnews.service
 Source26: innd-rnews.timer
 Patch1: inn-2.6.4-rh.patch
 Patch2: https://inn.eyrie.org/trac/changeset/10541?format=diff&new=10541#/inn-2.6.4-changeset-10541.patch
-Patch4: inn-2.6.4-pie.patch
 BuildRequires: autoconf
 BuildRequires: byacc
 BuildRequires: cyrus-sasl-devel
@@ -116,7 +115,6 @@ gpgv2 --keyring %{S:3} %{S:1} %{S:0}
 %setup -q -n inn-%{version}
 %patch1 -p1 -b .rh
 %patch2 -p3
-%patch4 -p1 -b .pie
 
 %build
 %configure \
@@ -619,6 +617,7 @@ fi
 %changelog
 * Tue Feb 16 2021 Dominik Mierzejewski <rpm@greysector.net> - 2.6.4-2
 - backport upstream patch to fix util/inndf test on ppc64le
+- drop obsolete patch (-pie is used for all programs by default now)
 
 * Sun Feb 14 2021 Dominik Mierzejewski <rpm@greysector.net> - 2.6.4-1
 - update to 2.6.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-26  8:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26  8:07 [rpms/inn] epel10: drop obsolete patch Dominik 'Rathann' Mierzejewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox