Skip to content

Commit 3200fc7

Browse files
committed
Update spec
1 parent 4a05e7c commit 3200fc7

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

fedberry-config.spec

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
%define name %{bname}-config
33

44
Name: %{name}
5-
Version: 0.4.5
5+
Version: 0.4.6
66
Release: 1%{?dist}
77
License: GPLv3+
88
Summary: Easy configuration of various system options in FedBerry
99
Group: Applications/System
10-
URL: https://github.com/fedberry/fedberry-config
11-
Source0: https://raw.githubusercontent.com/%{bname}/%{name}/master/%{name}
12-
Source1: https://raw.githubusercontent.com/%{bname}/%{name}/master/LICENSE
13-
Source2: https://raw.githubusercontent.com/%{bname}/%{name}/master/README.md
14-
Source3: https://raw.githubusercontent.com/%{bname}/%{name}/master/rootfs-grow.service
15-
Source4: https://raw.githubusercontent.com/%{bname}/%{name}/master/%{name}.desktop
16-
Source5: https://raw.githubusercontent.com/%{bname}/%{name}/master/%{name}.svg
17-
Source6: https://raw.githubusercontent.com/%{bname}/%{name}/master/pi3_disable_pwr_led.service
10+
URL: https://github.com/fedberry/%{name}
11+
Source0: %{url}/raw/master/%{name}
12+
Source1: %{url}/raw/master/LICENSE
13+
Source2: %{url}/raw/master/README.md
14+
Source3: %{url}/raw/master/rootfs-grow.service
15+
Source4: %{url}/raw/master/%{name}.desktop
16+
Source5: %{url}/raw/master/%{name}.svg
17+
Source6: %{url}/raw/master/pi3_disable_pwr_led.service
1818
BuildArch: noarch
1919
Obsoletes: rootfs-resize
2020
Conflicts: rootfs-resize
@@ -61,11 +61,6 @@ rm -rf %{buildroot}
6161
%{__install} -p %{name}.svg %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps
6262

6363

64-
65-
%clean
66-
rm -rf %{buildroot}
67-
68-
6964
%post
7065
%systemd_post rootfs-grow.service
7166
%systemd_post pi3_disable_pwr_led.service
@@ -91,6 +86,9 @@ rm -rf %{buildroot}
9186

9287

9388
%changelog
89+
* Fri Oct 12 2018 Vaughan <vaughan at agrez dot net> 0.4.6-1
90+
- New release
91+
9492
* Fri Apr 20 2018 Vaughan <vaughan at agrez dot net> 0.4.5-1
9593
- New release
9694

@@ -153,7 +151,7 @@ rm -rf %{buildroot}
153151
- New release
154152

155153
* Thu Apr 28 2016 Vaughan <vaughan at agrez dot net> 0.2.2-2
156-
- Add %%postun macro
154+
- Add %%postun macro
157155
- Fix build with mock
158156

159157
* Wed Apr 27 2016 Vaughan <vaughan at agrez dot net> 0.2.2-1

0 commit comments

Comments
 (0)