Skip to content

Commit

Permalink
fix: Small changes of daemon.spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
jirihnidek committed Jan 23, 2024
1 parent 09138df commit f3cba79
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions daemon.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


Name: daemon
Version: 0.1
Version: 0.2
Release: 1%{?dist}
Summary: Example of daemon

Expand Down Expand Up @@ -46,7 +46,7 @@ exit 0
%build

# We have to use build type "Debug" to be able to create all variants of
# rpm packages (debuginfo, debugsource). The normal rpm is stripped from
# rpm packages (debuginfo, debug source). The normal rpm is stripped from
# debug information. Following macro just run cmake and it generates Makefile
%cmake -DCMAKE_BUILD_TYPE="Debug"

Expand Down Expand Up @@ -88,9 +88,21 @@ rm -rf $RPM_BUILD_ROOT
# This is section, where you should describe all important changes
# in RPM
%changelog
* Mon Jan 22 2024 Jiri Hnidek <[email protected]>
- Add initial support for Packit
- Updated version of daemon to 0.2

* Tue Oct 24 2023 Jiri Hnidek <[email protected]>
- Fix building of RPM on COPR

* Wed Sep 29 2021 Jiri Hnidek <[email protected]>
- Use non-root user for runnig daemon

* Mon Sep 27 2021 Jiri Hnidek <[email protected]>
- Use GitHub Actions for building RPM

* Fri Aug 27 2021 Jiri Hnidek <[email protected]>
- new package built with tito
- RPM package built with tito

* Fri Aug 27 2021 Jiri Hnidek <[email protected]>
- Added first version of daemon.spec

0 comments on commit f3cba79

Please sign in to comment.