From f0bdc02764f9bad2d216b0a54c37cf0d55c5dd5e Mon Sep 17 00:00:00 2001 From: Brian Read Date: Sun, 27 Oct 2024 12:12:45 +0000 Subject: [PATCH] Update readme bugzilla link to show all outstanding bugs --- README.md | 2 +- smeserver-oidentd.spec.bak | 160 +++++++++++++++++++++++++++++++++++++ 2 files changed, 161 insertions(+), 1 deletion(-) create mode 100644 smeserver-oidentd.spec.bak diff --git a/README.md b/README.md index 9c09b85..4c8c3df 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ SMEServer Koozali developed git repo for smeserver-oidentd smeserver
https://wiki.koozali.org/ ## Bugzilla -Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-oidentd&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)\ +Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?quicksearch=smeserver-oidentd) And a list of outstanding Legacy bugs: (e-smith-oidentd) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-oidentd&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED) ## Description diff --git a/smeserver-oidentd.spec.bak b/smeserver-oidentd.spec.bak new file mode 100644 index 0000000..9b72a20 --- /dev/null +++ b/smeserver-oidentd.spec.bak @@ -0,0 +1,160 @@ +# $Id: e-smith-oidentd.spec,v 1.3 2020/12/04 03:09:21 jpp Exp $ + +Summary: smeserver server and gateway - ident daemon +%define name smeserver-oidentd +Name: %{name} +%define version 11.0.0 +%define release 3 +Version: %{version} +Release: %{release}%{?dist} +License: GPL +Group: Networking/Daemons +Source: %{name}-%{version}.tar.xz + +BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot +BuildArchitectures: noarch +Requires: smeserver-base >= 4.0.12-48 +Requires: smeserver-lib >= 1.15.1-19 +Requires: iptables +Requires: oidentd >= 2.0.6 +BuildRequires: smeserver-devtools >= 1.13.1-03 +AutoReqProv: no + +Provides: e-smith-oidentd +%description +smeserver server and gateway software - ident daemon + +%changelog +* Thu Apr 04 2024 Brian Read 11.0.0-3.sme +- Set license file to GPL2.0 [SME: 12577] + +* Sat Mar 23 2024 Brian Read 11.0.0-2.sme +- Change Requires: e-smith- to Requires:smeserver- + +* Sat Mar 23 2024 Brian Read 11.0.0-1.sme +- Update Release and Version to base version and 1st release for SME11 [SME: 12518] + +* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley 2.6.0-5.sme +- Rename to smeserver-oidentd [SME: 12359] + +* Wed Jul 12 2023 cvs2git.sh aka Brian Read 2.6.0-4.sme +- Roll up patches and move to git repo [SME: 12338] + +* Wed Jul 12 2023 BogusDateBot +- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, + by assuming the date is correct and changing the weekday. + +* Thu Dec 03 2020 Jean-Philipe Pialasse 2.6.0-3.sme +- execute systemd-reload before service adjust in events [SME: 11228] + +* Wed Nov 11 2020 Jean-Philipe Pialasse 2.6.0-2.sme +- adapt for systemd [SME: 11095] +- add event to avoid reboot on update [SME: 11135] + +* Fri Feb 05 2016 stephane de Labrusse 2.6.0-1.sme +- Initial release to sme10 + +* Wed Feb 13 2013 Shad L. Lords 2.4.0-1.sme +- Roll new stream for sme9 + +* Sat Mar 12 2011 Jonathan Martens 2.2.0-2.sme +- Remove init.d script [SME: 6535] + +* Tue Oct 7 2008 Shad L. Lords 2.2.0-1.sme +- Roll new stream to separate sme7/sme8 trees [SME: 4633] + +* Sun Apr 29 2007 Shad L. Lords +- Clean up spec so package can be built by koji/plague + +* Thu Dec 07 2006 Shad L. Lords +- Update to new release naming. No functional changes. +- Make Packager generic + +* Thu Apr 6 2006 Gavin Weight 1.2.0-02 +- Change default status from enabled to disabled. [SME: 85] + +* Wed Mar 15 2006 Charlie Brady 1.2.0-01 +- Roll stable stream version. [SME: 1016] + +* Wed Nov 30 2005 Gordon Rowell 1.1.0-10 +- Add COPYING file + +* Tue Mar 29 2005 Charlie Brady +- [1.1.0-09] +- Use TCPPort fragment rather than explicit masq template fragment to + create hole in firewall. + +* Tue Jan 25 2005 Charlie Brady +- [1.1.0-08] +- Use generic_template_expand action, in place of conf-oidentd. + Update e-smith-lib and e-smith-devtools dependencies. [MN00064130] + +* Fri Sep 3 2004 Charlie Brady +- [1.1.0-07] +- Clean BuildRequires. [charlieb MN00043055] + +* Thu Oct 30 2003 Tony Clayton +- [1.1.0-06] +- Fix new_record() method call in migrate fragment [tonyc 9546] + +* Wed Oct 29 2003 Tony Clayton +- [1.1.0-05] +- Fix typo in migrate fragment [tonyc 9546] + +* Mon Sep 22 2003 Charlie Brady +- [1.1.0-04] +- Add requires for later version of oidentd. Add -m option to enable + masqueraded support (may be required, but needs custom template for + full support). [charlieb 9546] + +* Mon Sep 22 2003 Charlie Brady +- [1.1.0-03] +- Add missing /var/log/oidentd directory. [charlieb 9546] + +* Mon Sep 22 2003 Charlie Brady +- [1.1.0-02] +- Run oidentd under supervise. Use default template fragments to init db + entry. [charlieb 9546] + +* Mon Jul 21 2003 Charlie Brady +- [1.1.0-01] +- Changing version to development stream number - 1.1.0 + +* Fri Oct 11 2002 Charlie Brady +- [1.0.0-01] +- Rolling stable version number to 1.0.0 + +* Thu Aug 29 2002 Charlie Brady +- [0.0.2-01] +- Fix template issue - need "esmith::util", otherwise expand-template succeeds + but action script fails. [charlieb 4435] + +* Wed Aug 28 2002 Charlie Brady +- Initial [charlieb 4435] + +%prep +%setup +rm -rf root/var/service root/service root/etc/rc.d + +%build +perl createlinks + +%install +rm -rf $RPM_BUILD_ROOT +(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) +/sbin/e-smith/genfilelist \ + --dir '/var/log/oidentd' 'attr(0750,smelog,smelog)' \ + --file '/var/service/oidentd/run' 'attr(0755,root,root)' \ + --file '/var/service/oidentd/log/run' 'attr(0755,root,root)' \ + $RPM_BUILD_ROOT > e-smith-%{name}-%{version}-filelist +echo "%doc COPYING" >> e-smith-%{name}-%{version}-filelist + +%pre +/sbin/e-smith/create-system-user smelog 1002 \ + 'sme log user' /var/log/smelog /bin/false + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f e-smith-%{name}-%{version}-filelist +%defattr(-,root,root)