public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/soci] update-to-4.1.4: Remove obsolete Group tag
Date: Sat, 20 Jun 2026 04:39:42 GMT	[thread overview]
Message-ID: <178193038298.1.7840134780776617257.rpms-soci-d3044fdf27e7@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/soci
            Branch : update-to-4.1.4
            Commit : d3044fdf27e777a39f54975b481224c87440fb26
            Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
            Date   : 2019-01-28T20:24:50+01:00
            Stats  : +0/-13 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/soci/c/d3044fdf27e777a39f54975b481224c87440fb26?branch=update-to-4.1.4

            Log:
            Remove obsolete Group tag

References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag

---
diff --git a/soci.spec b/soci.spec
index a8491e9..bdadc94 100644
--- a/soci.spec
+++ b/soci.spec
@@ -26,7 +26,6 @@ Release:        18%{?dist}
 
 Summary:        The database access library for C++ programmers
 
-Group:          System Environment/Libraries
 License:        Boost
 URL:            http://%{name}.sourceforge.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -46,7 +45,6 @@ the C++ standard.
 
 %{?with_sqlite3:%package        sqlite3
 Summary:        SQLite3 back-end for %{name}
-Group:          System Environment/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 BuildRequires:  sqlite-devel
 
@@ -58,7 +56,6 @@ install %{name}-sqlite3.}
 
 %{?with_mysql:%package        mysql
 Summary:        MySQL back-end for %{name}
-Group:          System Environment/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 BuildRequires:  mysql-devel
 
@@ -70,7 +67,6 @@ install %{name}-mysql.}
 
 %{?with_postgresql:%package        postgresql
 Summary:        PostGreSQL back-end for %{name}
-Group:          System Environment/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 BuildRequires:  libpq-devel
 
@@ -82,7 +78,6 @@ install %{name}-postgresql.}
 
 %{?with_odbc:%package        odbc
 Summary:        ODBC back-end for %{name}
-Group:          System Environment/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 BuildRequires:  unixODBC-devel
 
@@ -94,7 +89,6 @@ install %{name}-odbc.}
 
 %{?with_oracle:%package        oracle
 Summary:        Oracle back-end for %{name}
-Group:          System Environment/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    oracle
@@ -106,7 +100,6 @@ use %{name} in your programs with Oracle, you will need to install
 
 %package        devel
 Summary:        Header files, libraries and development documentation for %{name}
-Group:          Development/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 Requires:       pkgconfig
 
@@ -117,7 +110,6 @@ programs using %{name}, you will need to install %{name}-devel.
 
 %{?with_sqlite3:%package        sqlite3-devel
 Summary:        SQLite3 back-end for %{name}
-Group:          Development/Libraries
 Requires:       %{name}-devel = %{version}-%{release}
 Requires:       %{name}-sqlite3 = %{version}-%{release}
 Requires:       sqlite-devel
@@ -130,7 +122,6 @@ to install %{name}-sqlite3.}
 
 %{?with_mysql:%package        mysql-devel
 Summary:        MySQL back-end for %{name}
-Group:          Development/Libraries
 Requires:       %{name}-devel = %{version}-%{release}
 Requires:       %{name}-mysql = %{version}-%{release}
 Requires:       mysql-devel
@@ -143,7 +134,6 @@ to install %{name}-mysql.}
 
 %{?with_postgresql:%package        postgresql-devel
 Summary:        PostGreSQL back-end for %{name}
-Group:          Development/Libraries
 Requires:       %{name}-devel = %{version}-%{release}
 Requires:       %{name}-postgresql = %{version}-%{release}
 Requires:       libpq-devel
@@ -156,7 +146,6 @@ will need to install %{name}-postgresql.}
 
 %{?with_odbc:%package        odbc-devel
 Summary:        ODBC back-end for %{name}
-Group:          Development/Libraries
 Requires:       %{name}-devel = %{version}-%{release}
 Requires:       %{name}-odbc = %{version}-%{release}
 Requires:       unixODBC-devel
@@ -169,7 +158,6 @@ to install %{name}-odbc.}
 
 %{?with_oracle:%package        oracle-devel
 Summary:        Oracle back-end for %{name}
-Group:          Development/Libraries
 Requires:       %{name}-devel = %{version}-%{release}
 Requires:       %{name}-oracle = %{version}-%{release}
 
@@ -182,7 +170,6 @@ to install %{name}-oracle.}
 
 %package        doc
 Summary:        HTML documentation for the %{name} library
-Group:          Documentation
 %if 0%{?fedora} || 0%{?rhel} > 5
 BuildArch:      noarch
 %endif

                 reply	other threads:[~2026-06-20  4:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178193038298.1.7840134780776617257.rpms-soci-d3044fdf27e7@fedoraproject.org \
    --to=ignatenkobrain@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox